Makefile: test date in filename

master
Denis Knauf 2012-07-30 11:50:11 +02:00
parent f6eefbb1a4
commit 6fa36f0dbd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ testdir/.lmtab: testdir
testdir/.prepare: testdir testdir/.lmtab
touch $</aaaaaaaaaaaaa.log
for f in `seq 1 10` ; do touch $</logfile$$f.log || exit 1 ; done
for f in `seq 1 10` ; do touch $</"logfile-$$f-`date +%Y%m%d%H%M%S`.log" || exit 1 ; done
touch $</no_log
touch $</no.log.txt
touch $@