summaryrefslogtreecommitdiffstats
path: root/bin/sh/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r314655:ngie2017-05-301-3/+3
* WITH_META_MODE: Don't expect meta files for side-effect generated files.bdrewery2016-06-031-0/+3
* DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.bdrewery2016-05-091-2/+2
* MFHgjb2016-04-161-3/+3
|\
| * META_MODE: Don't rebuild build-tools targets during normal build.bdrewery2016-04-141-3/+3
* | Explicitly add unmarked bin/ binaries to the runtime package.gjb2016-02-091-0/+1
|/
* Convert bin/ to LIBADD, reduce overlinking allow to build all components asbapt2014-11-251-2/+1
* Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Migrate tools/regression/bin/ tests to the new layout.jmmv2013-12-111-2/+5
* sh: Remove mkinit.jilles2013-07-251-8/+3
* Work better with how make/bmake works:marcel2012-05-241-1/+1
* sh: Import arithmetic expression code from dash.jilles2011-02-081-5/+5
* sh: Add kill builtin.jilles2010-12-211-1/+2
* sh: Add printf builtin.jilles2010-11-191-2/+3
* We only need to look as far as '..' to find 'test/'.obrien2010-10-131-1/+1
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-131-1/+1
* If one wishes to set breakpoints of static the functions here, theyobrien2010-10-131-1/+1
* Suggest that DEBUG_FLAGS be used to enable extra debugging rather thanjhb2010-10-131-1/+1
* If DEBUG is 3 or greater, disable STATICization of functions.obrien2010-10-121-1/+1
* Allow one to regression test 'sh' changes without having to installobrien2010-10-121-0/+3
* Reduce the WARNS level to avoid a compiler warning about a variablejb2007-11-181-1/+1
* Whitespace nits.schweikh2006-04-171-1/+1
* Recent cleanups made it possible to bump WARNS to 3.stefanf2005-08-141-1/+1
* Install /bin/sh safely. This allows a shell script to be usedru2004-03-181-0/+1
* style.Makefile:johan2004-02-231-1/+1
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* Removed duplicate y.tab.h from SRCS and CLEANFILES.ru2004-01-201-1/+1
* The is_name and is_in_name macros are FUBAR'ed.obrien2003-05-021-0/+2
* It is now safe to remove WARNS=0 and WFORMAT=0.mux2002-10-011-2/+0
* Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format stringtjr2002-10-011-0/+2
* Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2tjr2002-10-011-2/+0
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-041-0/+1
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-0/+1
* Remove the printf builtin command from sh(1), which command is notknu2001-11-201-3/+2
* Make test(1) a builtin command of our sh(1) for efficiency. Theknu2001-11-171-2/+4
* Improve shell documentation:sheldonh1999-09-081-0/+4
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Added a `build-tools' target for internal tools.bde1998-07-071-4/+3
* Backed out previous backout. Put y.tab.h back in SRCS.bde1998-05-061-10/+6
* Backed out previous commit. It was tested, but not for the case wherebde1998-05-051-4/+8
* Fixed races in `make -jN' using new yacc rules.bde1998-05-041-8/+4
* Backed out most of rev.1.19 (explicit dependencies of object filesbde1998-04-261-19/+1
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-6/+9
* Restored clobbered parts of rev.1.15 (build intermediate object filesbde1997-08-251-2/+14
* Remove y.tab.h from the beforedepend target. Also add asteve1997-05-211-2/+3
* Add explicit y.tab.h rule so that 'make depend clean all' doessteve1997-05-191-2/+4
* Miscellaneous sorting and addition of rules for object files thatsteve1997-05-191-11/+25
* Shamelessly pilfer most of NetBSD's Makefile so that thesteve1997-04-281-28/+16
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
OpenPOWER on IntegriCloud