Subject: CVS commit: pkgsrc/mk/install
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 02/14/2005 16:30:35
Module Name: pkgsrc
Committed By: tv
Date: Mon Feb 14 16:30:35 UTC 2005
Modified Files:
pkgsrc/mk/install: files
Log Message:
Remove "test ... -ef ...", which is unportable. Currently this is causing
syntax errors (and unchanged example files to be left behind) on Interix;
it probably causes a problem on others.
(This test appears to work around a case where two files were exactly the
same by inode, and have the script *not* delete the file in that case.
I'm not exactly sure why that is desirable at all.)
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/install/files
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.