Date: Mon, 13 May 1996 14:47:47 +0200 (MET DST) From: "Julian H. Stacey" <jhs@freebsd.org> To: current@freebsd.org Subject: src/Makefile world: .if exists(.ctm_status) Message-ID: <199605131247.OAA00341@vector.jhs.no_domain>
index | next in thread | raw e-mail
A suggestion:
-------
*** old/src/Makefile Thu May 9 00:23:01 1996
--- new/src/Makefile Mon May 13 14:38:51 1996
***************
*** 109,114 ****
--- 109,117 ----
@echo
${MAKE} depend all install
cd ${.CURDIR}/share/man && ${MAKE} makedb
+ .if exists(.ctm_status)
+ install -c .ctm_status ${DESTDIR}
+ .endif
@echo "make world completed on `date`"
bootstrap:
-------
Could be handy for developers keeping track of what's installed ?
(Perhaps something similar might be appended for those who use sup/cvs ?)
Julian
--
Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ (PGP available)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605131247.OAA00341>
