| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass -nostdinc to mkdep for assembler and C files (it was already | bde | 1998-03-07 | 1 | -16/+15 |
* | Fixed generation of extra dependencies: | bde | 1998-03-07 | 1 | -6/+3 |
* | Add ${CXX} to list of variables passed in the environment when | asami | 1998-03-07 | 1 | -2/+3 |
* | If .depend doesn exist, then pretend that all objects depend on all | bde | 1998-03-06 | 1 | -1/+6 |
* | Removed support for now-unused FreeBSD misfeature DPSRCS. | bde | 1998-03-06 | 2 | -6/+4 |
* | Fixed dependency of ${PROG} on ${DPSRCS}. There were various races | bde | 1998-03-06 | 1 | -3/+8 |
* | Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}. | bde | 1998-03-06 | 1 | -6/+9 |
* | Removed clean target. Simply add to CLEANFILES so that the default target | bde | 1998-02-25 | 1 | -10/+2 |
* | Remove ${CLEANDIRS} in the default clean rule, so that bsd.prog.mk can | bde | 1998-02-25 | 1 | -3/+8 |
* | Don't add ${DOC}.ascii* to CLEANFILES twice. | bde | 1998-02-25 | 1 | -5/+5 |
* | Removed default tags target. It was identical to the central one in | bde | 1998-02-20 | 1 | -13/+1 |
* | Removed default tags target. PROG is always defined here, so ifdefing | bde | 1998-02-20 | 1 | -20/+2 |
* | Don't pass the undocumented flags `-se' to gtags (gtags ignores them for | bde | 1998-02-20 | 1 | -2/+2 |
* | Fixed cleaning of tags files. GSYMS was forgotten. | bde | 1998-02-20 | 1 | -2/+2 |
* | Limit check for target to smaller section of makefile. | eivind | 1998-02-19 | 1 | -3/+4 |
* | (1) Don't disable "deinstall" if IGNORE is set. | asami | 1998-02-19 | 1 | -2/+3 |
* | Don't create a ${PROG} target if it already exists. | eivind | 1998-02-19 | 1 | -1/+3 |
* | Postpone the test for non-emptiness of $PROG, $OBJS and $CLEANFILES | helbig | 1998-02-07 | 1 | -5/+4 |
* | (1) Improve the obsolete tcl/tk detection and dignosis. | asami | 1998-02-04 | 1 | -9/+25 |
* | Restrict the include search path using -nostdinc -I- in $(CFLAGS} as | bde | 1998-02-01 | 1 | -3/+12 |
* | Allow package building in current directory again. | obrien | 1998-01-31 | 1 | -2/+6 |
* | Generate symlinks to the "sys" and <machine> directories and put | bde | 1998-01-26 | 1 | -12/+37 |
* | DISTRIBUTION=bin - we separate it out later. | jkh | 1998-01-23 | 1 | -3/+3 |
* | FreeBSD's make knows about the MACHINE, but not the MACHINE_ARCH unless | jb | 1998-01-21 | 1 | -2/+9 |
* | Choose the default binary format based on machine type. | jb | 1998-01-13 | 2 | -2/+10 |
* | Add a couple of ?='s missed in the previous commit. | steve | 1998-01-04 | 1 | -3/+3 |
* | Add new variables: | wosch | 1998-01-03 | 1 | -2/+10 |
* | Undo rev 1.11, the cd is null since NOOBJ is set. | wosch | 1998-01-03 | 1 | -2/+2 |
* | About one month worth of bsd.port.mk improvements. | asami | 1998-01-02 | 1 | -13/+66 |
* | DISTRIBUTION is bin (we'll make the info dist another way). | jkh | 1997-12-26 | 1 | -6/+2 |
* | Only remove ${CLEANFILES} in the default clean rule. In particular, | bde | 1997-12-19 | 1 | -18/+16 |
* | Oops, the previous patch was botched. | bde | 1997-12-18 | 1 | -2/+1 |
* | Oops, rm -f can't handle empty lists. | bde | 1997-12-17 | 1 | -1/+5 |
* | Oops, rm -f can't handle empty lists. | bde | 1997-12-17 | 1 | -1/+3 |
* | Don't clean files that we don't create. | bde | 1997-12-17 | 1 | -4/+4 |
* | Normally don't include <bsd.libnames.mk>. Include it in the !aout case | bde | 1997-12-17 | 1 | -6/+8 |
* | Removed gross dir file bootstrap rule again. It would break building | bde | 1997-12-16 | 1 | -19/+12 |
* | Add libcalendar | helbig | 1997-12-15 | 1 | -1/+2 |
* | Optimize rm(1) usage. | wosch | 1997-12-14 | 1 | -3/+2 |
* | Add LIBZ | wosch | 1997-12-09 | 1 | -1/+2 |
* | Define MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to default to "." so | asami | 1997-11-20 | 1 | -1/+11 |
* | Add new target "checksubdirs". It will warn about any subdirectories that | asami | 1997-11-20 | 1 | -1/+29 |
* | target(__target) -> target(${__target}) | wosch | 1997-11-15 | 1 | -2/+2 |
* | Upgrade perl to perl5.004_04 | markm | 1997-11-12 | 1 | -3/+3 |
* | target(__target) -> target(${__target}) | wosch | 1997-11-10 | 1 | -2/+2 |
* | Remove the comments hat just list the nested includes. | wosch | 1997-11-09 | 5 | -14/+6 |
* | target(__target) -> target(${__target}) | wosch | 1997-11-09 | 1 | -2/+2 |
* | Convert <, > and & into <, > and & in port names, COMMENT and | fenner | 1997-11-06 | 1 | -7/+14 |
* | Inlucde ../Makefile.inc if exists. This make it easier to | wosch | 1997-11-02 | 1 | -1/+5 |
* | Undo rev 1.33 and 1.34: Build the HTML files in .CURDIR and | wosch | 1997-11-01 | 1 | -3/+4 |