summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2015-06-16Remove old fmake. It wasn't built by default for some time. Users thatWarner Losh
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-01-16Add a ${CP} alias for copying files in the build.Will Andrews
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-07-23When producing fmake(1), `make clean' should remove fmake.1 (a copy ofDevin Teske
2014-05-14Move old fmake tests into bmake and hook them to the build.Julio Merino
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Remove support for WITHOUT_BMAKE. bmake is now the only make that canWarner Losh
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-28Merge headSimon J. Gerraty
2014-03-19Add Makefiles missed in r263346.Julio Merino
2014-03-19Migrate tools/regression/usr.bin/make/ to the new tests layout.Julio Merino
2014-03-14multiple: Remove 3rd clause from BSD license where approved by theEitan Adler
2013-09-05Merge from headSimon J. Gerraty
2013-07-04Remove unnecessary cast to pid_t.Kevin Lo
2013-05-16Reverse the sense of the test wrt bmake, and guard againstSimon J. Gerraty
2013-05-16Build bmake by default.Simon J. Gerraty
2013-02-08Sync with HEAD.David E. O'Brien
2012-12-03Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1).Jung-uk Kim
2012-11-04Sync from headSimon J. Gerraty
2012-10-06make: report :M or :N pattern in debug modeAndriy Gapon
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-08-05In usr.bin/make/var.c, function ParseModifier(), initialize the 'error'Dimitry Andric
2012-06-20MFC: r237282: version typoDavid E. O'Brien
2012-06-20Correct typo in version.David E. O'Brien
2012-06-08Import the 6-May-2012 release of the "Portable" BSD make tool (from NetBSD).vendor/NetBSD/bmake/20120606David E. O'Brien
2012-05-31Update date for r236338 & r236346.David E. O'Brien
2012-05-31Add "-V '${VAR}'" variable expansion from Portable Berkeley Make.David E. O'Brien
2012-05-30Deprecate the FreeBSD make's ":U" (to-upper case) and ":L" (to-lower case)David E. O'Brien
2012-05-13Minor mdoc nits.Joel Dahl
2012-05-09Make is part of the bootstrap path, so we need to guard against thisWarner Losh
2012-04-29Add src.conf option WITH_SHARED_TOOLCHAIN to enable building theKonstantin Belousov
2012-02-12Include target names in diagnostic output.Max Khon
2012-01-20Map foreign architecture names to FreeBSD naming convention.Robert Millan
2011-12-30Spelling fixes for usr.bin/Ulrich Spörlein
2011-12-15Revert r228521: sometimes job output is lostMax Khon
2011-12-15job make: if stdout is a tty create a pty when running a command.Max Khon
2011-11-30- Fix segmentation fault when running "+command" when run with -jX -n dueMax Khon
2011-11-06Add missing static keywords to make(1)Ed Schouten
2011-11-05make(1): obj dirs are physical paths so write `pwd -P` rather than `pwd`.Jilles Tjoelker
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2010-12-04Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein
2010-10-06Remove hack needed by 6.x machines and older machines to run newerWarner Losh
2010-10-06Use more portable errx instead of errc. The latter doesn't buy usWarner Losh
2010-07-12Remove extraneous ;Ed Maste
2010-05-12- Missing full stopsChristian Brueffer
2010-04-06Remove yet another vestage of alpha support.Warner Losh
2010-01-27Eliminated nits from last commit.Ruslan Ermilov
2010-01-27Partial merge of man page cleanups from NetBSD:Craig Rodrigues