summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Add links file to CLEANFILES.jfieber1996-09-291-2/+2
* The warning was triggering off the unused variable MAKEOBJDIR, insteadnate1996-09-281-2/+2
* Fixed dependencies on libraries which I broke in rev.1.39 ofbde1996-09-282-4/+6
* Back out changes in rev. 1.217 -- ${CONFIGURE_SCRIPT} is notasami1996-09-241-3/+3
* Back out my brackets change, it is definitely make bug, (recentlyache1996-09-241-2/+2
* Add brackets to change bogus make expression priority, i.e.ache1996-09-241-2/+2
* Look on the CDROM for patch files too.asami1996-09-231-2/+4
* Added a `checkdpadd' target to help check that ${DPADD} is consistent withbde1996-09-202-3/+16
* Fixed and simplified `whereobj' rule. Use the not-so-new -V feature.bde1996-09-201-10/+2
* add -fgnu-runtime to the .m.o and .m.po rules, since we (will) havepeter1996-09-191-3/+3
* disable the objwarn warning if NOOBJ is set.. We have quite a few placespeter1996-09-191-3/+5
* .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set inswallace1996-09-184-29/+49
* Workaround to (hopefully) fix the NOMANCOMPRESS case of the MANFILTER-usingpeter1996-09-161-3/+18
* Moved definitions of library names from bsd.prog.mk to a new centralbde1996-09-054-58/+60
* Fixed `make objlink' (and `make obj' in the (non-default) OBJLINK case).bde1996-09-051-3/+5
* BSD.usr.dist:bde1996-09-032-18/+2
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-2/+2
* Use MANFILTER everywhere instead of a couple of MANFILT typos..peter1996-08-261-4/+4
* /bin/echo -> ${ECHO}wosch1996-08-251-2/+2
* Back out the recent DEPEND changes - as Bruce points out, it's bogus.jkh1996-08-253-7/+4
* Use the new "file:" URL specification to fetch to check the CDROMasami1996-08-241-2/+12
* Make it possible to turn the depend pass off entirely with a NO_DEPENDjkh1996-08-234-7/+10
* Add depend to all target so that it's explicit. It's only done once,jkh1996-08-233-6/+6
* Update explanation of *_DEPENDS, in particular note that bsd.port.mkasami1996-08-201-18/+20
* (1) Use INSTALL_PROGRAM where we attempt to pass this command lineasami1996-08-181-2/+7
* (1) Ignore patches directory without a patch with a message instead ofasami1996-08-171-44/+29
* (1) Add myself as MAINTAINER (of this file) -- commented out so itasami1996-08-151-4/+29
* Add a hook ``MANFILTER''. This optionally specifies a command topeter1996-08-111-1/+22
* Replace some leaky ``cpp | as'' pipelines with ``cc -x <lang>'' commandspeter1996-08-111-13/+10
* Make explanation of BUILD_DEPENDS less confusing.asami1996-08-071-3/+3
* Use tsort -qjkh1996-08-031-4/+4
* The clean rule in here was bogus.jkh1996-07-271-4/+1
* Fixed bug, that CONFIGURE_SCRIPT in a port's Makefile doesn't haveandreas1996-07-271-3/+3
* Fix the recently added whereobj target.peter1996-07-141-4/+4
* Add whereobj target to find that pesky obj dirpst1996-07-121-1/+17
* Remove now-unused SRC_ENCAPSULATION hack.jkh1996-07-051-29/+1
* Fix the ordering dependency I broke.jkh1996-06-301-2/+2
* Make cleandirs more safephk1996-06-292-4/+4
* Add a missing space in a commentgpalmer1996-06-261-2/+2
* Add default targets for cleandepend and objlink.jkh1996-06-241-2/+2
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-2411-279/+126
* Correct spelling errors (i before e except after c :-) )gpalmer1996-06-221-3/+3
* Add man-page section 'n' and LIBTCL macro.phk1996-06-222-3/+4
* Handle the `distribute' target.jkh1996-06-201-1/+7
* Whoops - I made `make clean' chatty by mistake.jkh1996-06-201-2/+2
* The changes to go with ncftp -> fetch. Besides changing the names,asami1996-06-191-11/+12
* Spit out the a proper port path for the describe target.jkh1996-06-191-2/+2
* Ok, now cleandir: is correct.jkh1996-06-191-4/+4
* Add some unobtrusive changes to handle sources which aren't portsjkh1996-06-191-53/+106
* Add support for ${CLEANDIRS} that will be rm -rf'ed during clean & cleandir.phk1996-06-173-3/+17
OpenPOWER on IntegriCloud