Date: Sun, 21 Jan 1996 09:57:26 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-share Subject: cvs commit: src/share/examples Makefile Message-ID: <199601211757.JAA27616@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/01/21 09:57:26 Modified: share/examples Makefile Log: Use `make' loops instead of shell loops to install things. This fixes the verbose output for `make -s install' and gives nicer output for `make install' and `make -n install'. This method should be used more. Install meteor and startslip. In fact, install all subdirectories except CVS. This method should be used more so that SUBDIR lists don't have to be changed so often (special cases could be handled by short exclusion lists). Revision Changes Path 1.19 +15 -14 src/share/examples/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601211757.JAA27616>