From owner-cvs-include Thu Aug 29 12:58:00 1996 Return-Path: owner-cvs-include Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA00612 for cvs-include-outgoing; Thu, 29 Aug 1996 12:58:00 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA00587; Thu, 29 Aug 1996 12:57:49 -0700 (PDT) Date: Thu, 29 Aug 1996 12:57:49 -0700 (PDT) From: Peter Wemm Message-Id: <199608291957.MAA00587@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include Makefile Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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