[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Marc Espie <espie_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Tue, 2 Aug 2005 05:25:06 -0600 (MDT)
CVSROOT: /cvs
Module name: src
Changes by: espie_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2005/08/02 05:25:05
Modified files:
distrib/crunch/crunchgen: crunchgen.1 crunchgen.c
Log message:
New keyword: libdirs, to be able to specify alternate places to
look for libraries. Uses the same mechanism as srcdirs.
While in there, make extensive use of $@ to simplify the Makefile,
introduce LINK macro to clarify things, replace
(cd dir; make -f Makefile target) with cd dir && ${MAKE} -f Makefile target
which is slightly more correct and uses the right make.
Add .PHONY targets.
comments by millert@, okay deraadt@
Visit your host, monkey.org