index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
/
mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Oops, the lex and yacc sources must be added to SRCS before ${SRCS}
bde
1998-05-11
1
-40
/
+40
*
Moved lex and yacc source handling from bsd.prog.mk to bsd.dep.mk
bde
1998-05-08
2
-39
/
+41
*
Only include bsd.dep.mk in `mk'files that handle C sources. Abuse
bde
1998-05-06
5
-31
/
+29
*
Delete stale comment.
wosch
1998-05-06
1
-4
/
+2
*
Regress to generating foo.c from foo.y via y.tab.c for crufty applications
bde
1998-05-06
1
-12
/
+20
*
Oops, the symlink from y.tab.h doesn't work until its target exists.
bde
1998-05-05
1
-2
/
+2
*
Fudge local variables better in the yacc rules so that multiple yacc
bde
1998-05-04
1
-4
/
+7
*
Generate explicit rules and other infrastructure for lex and yacc
bde
1998-05-04
1
-1
/
+27
*
Change a couple 'make' to '${MAKE}'.
steve
1998-05-04
1
-6
/
+6
*
Added -ansi to CWARNFLAGS so that ANSI errors don't come back.
bde
1998-05-01
1
-2
/
+2
*
Add -pipe to default CFLAGS. The optimization it provides is cheap
jkh
1998-05-01
1
-2
/
+2
*
Don't include ../Makefile.inc here. bsd.man.mk is always included
bde
1998-04-27
1
-6
/
+1
*
Support for fine-grained external control of subdir building.
eivind
1998-03-29
1
-12
/
+38
*
Remove special handling of 'tags' for complex subdir systems
eivind
1998-03-26
1
-26
/
+4
*
Don't delete "Latest" link if NO_LATEST_LINK is set.
asami
1998-03-24
1
-2
/
+5
*
Support new version of global.
eivind
1998-03-23
4
-15
/
+15
*
Use gzip's -n flag so that simple regression tests of `make world'
bde
1998-03-19
1
-3
/
+3
*
Fixed CLEANFILES. Some temporary files were missing.
bde
1998-03-19
1
-2
/
+2
*
Improved comparison of ${DPADD} with ${LDADD} for the checkdpadd target.
bde
1998-03-14
1
-6
/
+10
*
Introduce the 'regress' target.
eivind
1998-03-12
6
-7
/
+29
*
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
[next]