Date: Thu, 29 Aug 1996 12:57:49 -0700 (PDT) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include Makefile Message-ID: <199608291957.MAA00587@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/08/29 12:57:49 Modified: include Makefile Log: Clean up include Makefile: - use .for loops instead of shell for loops. This means we can be shown what is happening while it's going, rather than some pacifier "echo" statement. - use "${INSTALL} -C", nuke the "cmp -s" hack - for "copies" mode, the include files are no longer touched each time the world is built. (ie: no rm -rf. symlinks are removed, mtree builds the new dirs or confirms the existing ones) - osreldate.h is build in the local dir and conditionally installed, rather than built in /usr/include and either renamed or deleted. Revision Changes Path 1.41 +61 -75 src/include/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608291957.MAA00587>