freebsd-dev/share/mk
Satoshi Asami c6d9533ece (1) Add BROKEN_ELF variable, similar to BROKEN. (There is no BROKEN_AOUT,
since ports are not supposed to be broken during the process of
    conversion to ELF -- please proceed with caution.)

(2) Support for checking file size before fetching.  The essential
    parts are commented out for now, so I won't lose the submission
    while we discuss how to do it.
Submitted by:	se (mostly)

(3) Don't run "fetch" twice.  It was due to the change in checksum
    target chaining.  It used to be fetch -> checksum -> extract,
    after 1.285 it was fetch -> checksum and checksum was also
    explicitly called from extract.  Fix it by not calling fetch from
    checksum when it's invoked by extract.
Noticed by:	pre-fetch target of lesstif being run twice

(4) Don't try to remove non-existent distfiles and patchfiles in
    distclean.
Submitted by:	anto@netscape.net
PR:		7988
1998-09-22 23:58:49 +00:00
..
bsd.dep.mk Recognize ".cpp" as a C++ suffix. 1998-06-05 18:38:55 +00:00
bsd.doc.mk Make ../Makefile.inc handling more consistant to prevent multiple includes 1998-08-08 07:02:08 +00:00
bsd.docb.mk `make clean' depend on the inclunde file bsd.dep.mk 1998-09-13 20:57:56 +00:00
bsd.info.mk Make ../Makefile.inc handling more consistant to prevent multiple includes 1998-08-08 07:02:08 +00:00
bsd.kern.mk Turned on -Wformat -fformat-extensions. -fformat-extensions requires a 1998-09-09 10:04:58 +00:00
bsd.kmod.mk Add -aout to CFLAGS and LDFLAGS in bsd.kmod.mk, not in 1998-09-02 14:29:09 +00:00
bsd.lib.mk Change lib specification in `clean' target to match ELF shared libs too. 1998-09-20 19:49:44 +00:00
bsd.libnames.mk Two patches from the HARP people: 1998-09-17 09:35:02 +00:00
bsd.man.mk Backed out rev.1.28. It was bogus because bsd.man.mk is only used 1998-09-09 10:12:07 +00:00
bsd.obj.mk BINFORMAT -> OBJFORMAT ready for E-day. 1998-08-30 20:33:27 +00:00
bsd.own.mk Change file ownership from bin.bin to root.wheel. 1998-09-14 08:34:45 +00:00
bsd.port.mk (1) Add BROKEN_ELF variable, similar to BROKEN. (There is no BROKEN_AOUT, 1998-09-22 23:58:49 +00:00
bsd.port.subdir.mk Add "deinstall" to list of targets. This is only fair since "install" and 1998-08-26 23:46:13 +00:00
bsd.prog.mk Add a man section 1aout for the legacy man files to avoid them being 1998-09-07 05:55:02 +00:00
bsd.README Complete back-out of the bsd.locale.mk change. 1998-05-20 22:27:18 +00:00
bsd.sgml.mk This goes in doc distribution now. 1998-09-17 11:35:11 +00:00
bsd.subdir.mk Make ../Makefile.inc handling more consistant to prevent multiple includes 1998-08-08 07:02:08 +00:00
Makefile Fixed disordering and misformatting in previous commit. 1998-09-09 10:17:34 +00:00
sys.mk Revert to rev 1.41. 1998-09-15 05:24:01 +00:00