aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
* Fix /root permissions after 'make installworld'Thomas Eberhardt2023-11-161-0/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Separate dependencies on tools built for host.Simon J. Gerraty2023-06-301-3/+6
* Fix building host tools for hostSimon J. Gerraty2023-04-201-2/+5
* sh: install hard link with same mode as targetEd Maste2022-11-231-0/+1
* Bump WARNS for sh(1).Edward Tomasz Napierala2020-04-011-2/+0
* Fix .depend files to work for build tools.Bryan Drewery2019-06-151-0/+1
* Install .shrc for root, and set PS1 for the toor account.Edward Tomasz Napierala2019-01-241-3/+6
* Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/.Brad Davis2018-08-291-1/+9
* Revert parts of r337849 and r337857Brad Davis2018-08-151-9/+1
* Fix build after r337849Brad Davis2018-08-151-1/+3
* Move all sh and csh files into bin/sh/ or bin/csh/Brad Davis2018-08-151-0/+7
* Stop building intermediate .o files.Bryan Drewery2018-06-271-9/+2
* MFhead@r321912Enji Cooper2017-08-021-1/+1
|\
| * Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* | Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiomEnji Cooper2017-08-021-3/+2
|/
* bin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-3/+3
* WITH_META_MODE: Don't expect meta files for side-effect generated files.Bryan Drewery2016-06-031-0/+3
* DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.Bryan Drewery2016-05-091-2/+2
* MFHGlen Barber2016-04-161-3/+3
|\
| * META_MODE: Don't rebuild build-tools targets during normal build.Bryan Drewery2016-04-141-3/+3
* | Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
|/
* Convert bin/ to LIBADD, reduce overlinking allow to build all components asBaptiste Daroussin2014-11-251-2/+1
* Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Migrate tools/regression/bin/ tests to the new layout.Julio Merino2013-12-111-2/+5
* sh: Remove mkinit.Jilles Tjoelker2013-07-251-8/+3
* Work better with how make/bmake works:Marcel Moolenaar2012-05-241-1/+1
* sh: Import arithmetic expression code from dash.Jilles Tjoelker2011-02-081-5/+5
* sh: Add kill builtin.Jilles Tjoelker2010-12-211-1/+2
* sh: Add printf builtin.Jilles Tjoelker2010-11-191-2/+3
* We only need to look as far as '..' to find 'test/'.David E. O'Brien2010-10-131-1/+1
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroDavid E. O'Brien2010-10-131-1/+1
* If one wishes to set breakpoints of static the functions here, theyDavid E. O'Brien2010-10-131-1/+1
* Suggest that DEBUG_FLAGS be used to enable extra debugging rather thanJohn Baldwin2010-10-131-1/+1
* If DEBUG is 3 or greater, disable STATICization of functions.David E. O'Brien2010-10-121-1/+1
* Allow one to regression test 'sh' changes without having to installDavid E. O'Brien2010-10-121-0/+3
* Reduce the WARNS level to avoid a compiler warning about a variableJohn Birrell2007-11-181-1/+1
* Whitespace nits.Jens Schweikhardt2006-04-171-1/+1
* Recent cleanups made it possible to bump WARNS to 3.Stefan Farfeleder2005-08-141-1/+1
* Install /bin/sh safely. This allows a shell script to be usedRuslan Ermilov2004-03-181-0/+1
* style.Makefile:Johan Karlsson2004-02-231-1/+1
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Removed duplicate y.tab.h from SRCS and CLEANFILES.Ruslan Ermilov2004-01-201-1/+1
* The is_name and is_in_name macros are FUBAR'ed.David E. O'Brien2003-05-021-0/+2
* 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