Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: matt debergalis <deberg@netbsd.org>
List: source-changes
Date: 06/25/2000 13:00:46
Module Name: pkgsrc
Committed By: deberg
Date: Sun Jun 25 20:00:46 UTC 2000
Modified Files:
pkgsrc/devel/gmake: Makefile
pkgsrc/devel/gmake/files: md5
Log Message:
update to gmake 3.79.1
* .SECONDARY with no prerequisites now prevents any target from being
removed because make thinks it's an intermediate file, not just those
listed in the makefile.
* New configure option --disable-nsec-timestamps will keep make from
using sub-second timestamps on systems which support it. If your
build process depends on proper timestamp-preserving behavior of tools
like "cp -p" you might need this option, since "cp -p" (right now)
doesn't preserve the sub-second portion of the timestamp.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/devel/gmake/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/gmake/files/md5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.