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
/
bin
/
sh
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r314655:
ngie
2017-05-30
1
-3
/
+3
*
WITH_META_MODE: Don't expect meta files for side-effect generated files.
bdrewery
2016-06-03
1
-0
/
+3
*
DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.
bdrewery
2016-05-09
1
-2
/
+2
*
MFH
gjb
2016-04-16
1
-3
/
+3
|
\
|
*
META_MODE: Don't rebuild build-tools targets during normal build.
bdrewery
2016-04-14
1
-3
/
+3
*
|
Explicitly add unmarked bin/ binaries to the runtime package.
gjb
2016-02-09
1
-0
/
+1
|
/
*
Convert bin/ to LIBADD, reduce overlinking allow to build all components as
bapt
2014-11-25
1
-2
/
+1
*
Replace all uses of libncurses and libtermcap with their wide character
brooks
2014-07-17
1
-2
/
+2
*
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
1
-1
/
+1
*
Migrate tools/regression/bin/ tests to the new layout.
jmmv
2013-12-11
1
-2
/
+5
*
sh: Remove mkinit.
jilles
2013-07-25
1
-8
/
+3
*
Work better with how make/bmake works:
marcel
2012-05-24
1
-1
/
+1
*
sh: Import arithmetic expression code from dash.
jilles
2011-02-08
1
-5
/
+5
*
sh: Add kill builtin.
jilles
2010-12-21
1
-1
/
+2
*
sh: Add printf builtin.
jilles
2010-11-19
1
-2
/
+3
*
We only need to look as far as '..' to find 'test/'.
obrien
2010-10-13
1
-1
/
+1
*
In the spirit of r90111, depend on c89 and remove the "STATIC" macro
obrien
2010-10-13
1
-1
/
+1
*
If one wishes to set breakpoints of static the functions here, they
obrien
2010-10-13
1
-1
/
+1
*
Suggest that DEBUG_FLAGS be used to enable extra debugging rather than
jhb
2010-10-13
1
-1
/
+1
*
If DEBUG is 3 or greater, disable STATICization of functions.
obrien
2010-10-12
1
-1
/
+1
*
Allow one to regression test 'sh' changes without having to install
obrien
2010-10-12
1
-0
/
+3
*
Reduce the WARNS level to avoid a compiler warning about a variable
jb
2007-11-18
1
-1
/
+1
*
Whitespace nits.
schweikh
2006-04-17
1
-1
/
+1
*
Recent cleanups made it possible to bump WARNS to 3.
stefanf
2005-08-14
1
-1
/
+1
*
Install /bin/sh safely. This allows a shell script to be used
ru
2004-03-18
1
-0
/
+1
*
style.Makefile:
johan
2004-02-23
1
-1
/
+1
*
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
ru
2004-02-05
1
-2
/
+2
*
Removed duplicate y.tab.h from SRCS and CLEANFILES.
ru
2004-01-20
1
-1
/
+1
*
The is_name and is_in_name macros are FUBAR'ed.
obrien
2003-05-02
1
-0
/
+2
*
It is now safe to remove WARNS=0 and WFORMAT=0.
mux
2002-10-01
1
-2
/
+0
*
Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format string
tjr
2002-10-01
1
-0
/
+2
*
Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2
tjr
2002-10-01
1
-2
/
+0
*
Lock down with WFORMAT=1 except those directories with unfixed warnings.
kris
2002-02-04
1
-0
/
+1
*
Default to WARNS=2. Binary builds that cannot handle this must explicitly
obrien
2001-12-04
1
-0
/
+1
*
Remove the printf builtin command from sh(1), which command is not
knu
2001-11-20
1
-3
/
+2
*
Make test(1) a builtin command of our sh(1) for efficiency. The
knu
2001-11-17
1
-2
/
+4
*
Improve shell documentation:
sheldonh
1999-09-08
1
-0
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Added a `build-tools' target for internal tools.
bde
1998-07-07
1
-4
/
+3
*
Backed out previous backout. Put y.tab.h back in SRCS.
bde
1998-05-06
1
-10
/
+6
*
Backed out previous commit. It was tested, but not for the case where
bde
1998-05-05
1
-4
/
+8
*
Fixed races in `make -jN' using new yacc rules.
bde
1998-05-04
1
-8
/
+4
*
Backed out most of rev.1.19 (explicit dependencies of object files
bde
1998-04-26
1
-19
/
+1
*
Changes to support full make parallelism (-j<n>) in the world
jkh
1997-10-05
1
-6
/
+9
*
Restored clobbered parts of rev.1.15 (build intermediate object files
bde
1997-08-25
1
-2
/
+14
*
Remove y.tab.h from the beforedepend target. Also add a
steve
1997-05-21
1
-2
/
+3
*
Add explicit y.tab.h rule so that 'make depend clean all' does
steve
1997-05-19
1
-2
/
+4
*
Miscellaneous sorting and addition of rules for object files that
steve
1997-05-19
1
-11
/
+25
*
Shamelessly pilfer most of NetBSD's Makefile so that the
steve
1997-04-28
1
-28
/
+16
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
[next]