Hi all! When using this makefile:
http://www.shlomifish.org/Files/files/code/backup.mak (Mandriva Cooker, Pentium4) I'm getting the following: {{{{{{{{{{{{ shlomi:~/conf/Bash/backup$ make -f backup.mak osvn # (cd /home/shlomi/Backup/svn-dumps/opensvn/svnsync-repos/ ; bash sync-all.bash ; bash dump-all.bash) mkdir /home/shlomi/Backup/Backup/2008/2008-09-17/disk-fs/opensvn-dump mkdir: cannot create directory `/home/shlomi/Backup/Backup/2008/2008-09-17/disk-fs/opensvn-dump': File exists make: *** [/home/shlomi/Backup/Backup/2008/2008-09-17/disk-fs/opensvn-dump] Error 1 shlomi:~/conf/Bash/backup$ make -f backup.mak osvn # (cd /home/shlomi/Backup/svn-dumps/opensvn/svnsync-repos/ ; bash sync-all.bash ; bash dump-all.bash) mkdir /home/shlomi/Backup/Backup/2008/2008-09-17/disk-fs/opensvn-dump mkdir: cannot create directory `/home/shlomi/Backup/Backup/2008/2008-09-17/disk-fs/opensvn-dump': File exists make: *** [/home/shlomi/Backup/Backup/2008/2008-09-17/disk-fs/opensvn-dump] Error 1 }}}}}}}}}}}} It also happens with a vanilla GNU make. My question is why is the directory created times and again in the osvn target? Regards, Shlomi Fish ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Rethinking CPAN - http://xrl.us/bjn7p Shlomi, so what are you working on? Working on a new wiki about unit testing fortunes in freecell? -- Ran Eilam ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
