summaryrefslogtreecommitdiff
path: root/bin/sh/Makefile
AgeCommit message (Expand)Author
2025-09-30bin/sh: Fix the buildLexi Winter
2025-09-30sh: Remove /.profileLexi Winter
2025-09-02sh: Fix non-NO_ROOT installconfigLexi Winter
2025-09-02sh: Add config tag to /.profileLexi Winter
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-11-16Fix /root permissions after 'make installworld'Thomas Eberhardt
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-06-29Separate dependencies on tools built for host.Simon J. Gerraty
2023-04-20Fix building host tools for hostSimon J. Gerraty
2022-11-23sh: install hard link with same mode as targetEd Maste
2020-04-01Bump WARNS for sh(1).Edward Tomasz Napierala
2019-06-15Fix .depend files to work for build tools.Bryan Drewery
2019-01-24Install .shrc for root, and set PS1 for the toor account.Edward Tomasz Napierala
2018-08-29Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/.Brad Davis
2018-08-15Revert parts of r337849 and r337857Brad Davis
2018-08-15Fix build after r337849Brad Davis
2018-08-15Move all sh and csh files into bin/sh/ or bin/csh/Brad Davis
2018-06-27Stop building intermediate .o files.Bryan Drewery
2017-08-02MFhead@r321912Enji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-08-02Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiomEnji Cooper
2017-03-04bin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper
2016-06-03WITH_META_MODE: Don't expect meta files for side-effect generated files.Bryan Drewery
2016-05-09DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.Bryan Drewery
2016-04-16MFHGlen Barber
2016-04-14META_MODE: Don't rebuild build-tools targets during normal build.Bryan Drewery
2016-02-09Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber
2014-11-25Convert bin/ to LIBADD, reduce overlinking allow to build all components asBaptiste Daroussin
2014-07-17Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2013-12-11Migrate tools/regression/bin/ tests to the new layout.Julio Merino
2013-07-25sh: Remove mkinit.Jilles Tjoelker
2012-05-24Work better with how make/bmake works:Marcel Moolenaar
2011-02-08sh: Import arithmetic expression code from dash.Jilles Tjoelker
2010-12-21sh: Add kill builtin.Jilles Tjoelker
2010-11-19sh: Add printf builtin.Jilles Tjoelker
2010-10-13We only need to look as far as '..' to find 'test/'.David E. O'Brien
2010-10-13In the spirit of r90111, depend on c89 and remove the "STATIC" macroDavid E. O'Brien
2010-10-13If one wishes to set breakpoints of static the functions here, theyDavid E. O'Brien
2010-10-13Suggest that DEBUG_FLAGS be used to enable extra debugging rather thanJohn Baldwin
2010-10-12If DEBUG is 3 or greater, disable STATICization of functions.David E. O'Brien
2010-10-12Allow one to regression test 'sh' changes without having to installDavid E. O'Brien
2007-11-18Reduce the WARNS level to avoid a compiler warning about a variableJohn Birrell
2006-04-17Whitespace nits.Jens Schweikhardt
2005-08-14Recent cleanups made it possible to bump WARNS to 3.Stefan Farfeleder
2004-03-18Install /bin/sh safely. This allows a shell script to be usedRuslan Ermilov
2004-02-23style.Makefile:Johan Karlsson
2004-02-05Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov
2004-01-20Removed duplicate y.tab.h from SRCS and CLEANFILES.Ruslan Ermilov