Dmitry Pryanishnikov <[EMAIL PROTECTED]> writes:
> Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:
> > BTW, if you just need to ensure that a file exists, a safe alternative
> > to 'touch ${FILE}' is ':>>${FILE}'.  Makefiles in src/sys/modules
> > which use touch should probably be updated to use this instead.
> It doesn't change the file's last modification time for me using /bin/sh:
> [...]
> So ':>>${FILE}' isn't the same as 'touch ${FILE}' for existing files.

when the purpose is only "to ensure that a file exists" as I wrote
above, this does not matter.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to