aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/Makefile
Commit message (Expand)AuthorAgeFilesLines
* It is now safe to remove WARNS=0 and WFORMAT=0.Maxime Henrion2002-10-011-2/+0
* Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format stringTim J. Robbins2002-10-011-0/+2
* Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2Tim J. Robbins2002-10-011-2/+0
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-041-0/+1
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-0/+1
* Remove the printf builtin command from sh(1), which command is notAkinori MUSHA2001-11-201-3/+2
* Make test(1) a builtin command of our sh(1) for efficiency. TheAkinori MUSHA2001-11-171-2/+4
* Improve shell documentation:Sheldon Hearn1999-09-081-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-4/+3
* Backed out previous backout. Put y.tab.h back in SRCS.Bruce Evans1998-05-061-10/+6
* Backed out previous commit. It was tested, but not for the case whereBruce Evans1998-05-051-4/+8
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-8/+4
* Backed out most of rev.1.19 (explicit dependencies of object filesBruce Evans1998-04-261-19/+1
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-6/+9
* Restored clobbered parts of rev.1.15 (build intermediate object filesBruce Evans1997-08-251-2/+14
* Remove y.tab.h from the beforedepend target. Also add aSteve Price1997-05-211-2/+3
* Add explicit y.tab.h rule so that 'make depend clean all' doesSteve Price1997-05-191-2/+4
* Miscellaneous sorting and addition of rules for object files thatSteve Price1997-05-191-11/+25
* Shamelessly pilfer most of NetBSD's Makefile so that theSteve Price1997-04-281-28/+16
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Build intermediate object files for mkinit, mknodes and mksyntaxBruce Evans1996-10-251-6/+19
* oops, I didn't mean for the unconditional DEBUG code to go in, it's beenPeter Wemm1996-09-011-1/+3
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-011-38/+26
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-2/+2
* Backup yacc changes.Poul-Henning Kamp1996-06-021-4/+3
* Use new yacc rules. (I'm fixing the tree as fast as I can :-)Poul-Henning Kamp1996-05-301-4/+5
* Fix the borokeness that crept in with rev 1.10 of parser.c, the shJoerg Wunsch1996-02-031-1/+4
* Make the shell handle a null command in a &&/|| sequence correctly.Joerg Wunsch1995-08-271-1/+3
* libcompat removedAndrey A. Chernov1994-10-021-3/+3
* Added $Id$David Greenman1994-09-241-0/+1
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-08-281-0/+1
* Touch init.c after making it in case mkinit refused to touch it after notBruce Evans1994-08-211-0/+1
* Need ${LDFLAGS} one more place.Rodney W. Grimes1994-05-301-1/+1
* Need to sue ${LDFLAGS} when building local binaries so they get builtRodney W. Grimes1994-05-291-4/+4
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+49