freebsd-dev/share/mk
Satoshi Asami 0f003de40d (1) New variable, SCRIPTS_ENV, which is passed to scripts/configure
and scripts/{pre,post}-* as environment vars.  Also, if BATCH is
    set, "BATCH=yes" is automatically added to SCRIPTS_ENV.
    (Requested by: max)

(2) The INSTALL_* macros are added to SCRIPTS_ENV and MAKE_ENV as
    BSD_INSTALL_*.  (Requested by: obrien)

(3) New variable MOTIF_ONLY, which will only build ports with
    REQUIRES_MOTIF defined.  This doesn't do dependencies right (what
    if the depended port doesn't need Motif) yet.

(4) Try not to clean the same port twice in clean-depends when (for
    instance) it's defined in both BUILD_DEPENDS and INSTALL_DEPENDS.
    Note that it won't check chained dependencies so you may still see
    the same port cleaned multiple times, but checking that far will
    surely make this run slower than the un-"optimized" case so I left
    it as is.  (Requested by: jkh)

(5) Ignore *.rej files in patches/ directory in addition to *~ and
    *.orig.
1997-01-12 11:48:26 +00:00
..
bsd.dep.mk Back out the recent DEPEND changes - as Bruce points out, it's bogus. 1996-08-25 05:16:56 +00:00
bsd.doc.mk Do not use variable PRINTERDEVICE as printer name. 1996-12-22 16:16:13 +00:00
bsd.info.mk one more tweak to make it fly without INFO defined. (like bsd.prog.mk) 1997-01-12 07:30:23 +00:00
bsd.kern.mk Turned off -W and -Winline so that the warnings that should be fixed for 1996-11-11 15:49:27 +00:00
bsd.kmod.mk Centralized the definition of CWARNFLAGS into bsd.kern.mk. 1996-10-08 22:09:03 +00:00
bsd.lib.mk Fixed dependencies on libraries which I broke in rev.1.39 of 1996-09-28 06:01:01 +00:00
bsd.libnames.mk Add LIBSTDCPLUSPLUS 1996-10-04 08:55:05 +00:00
bsd.man.mk add new variable NOMLINKS 1996-12-26 22:37:30 +00:00
bsd.obj.mk Don't warn about non-canonical object directories if they have been 1996-09-29 18:28:55 +00:00
bsd.own.mk Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
bsd.port.mk (1) New variable, SCRIPTS_ENV, which is passed to scripts/configure 1997-01-12 11:48:26 +00:00
bsd.port.subdir.mk (1) Add NetBSD support. Closes PR bin/1643. 1996-11-01 07:22:37 +00:00
bsd.prog.mk Fixed dependencies on libraries which I broke in rev.1.39 of 1996-09-28 06:01:01 +00:00
bsd.README Add support for ${CLEANDIRS} that will be rm -rf'ed during clean & cleandir. 1996-06-17 15:59:52 +00:00
bsd.sgml.mk update comments 1996-12-17 01:29:09 +00:00
bsd.subdir.mk Added a `checkdpadd' target to help check that ${DPADD} is consistent with 1996-09-20 16:17:07 +00:00
Makefile Centralized the definition of CWARNFLAGS into bsd.kern.mk. 1996-10-08 22:09:03 +00:00
sys.mk Revert changes to make the .y.c rule 'make -j n' safe. 1997-01-12 04:01:25 +00:00