summaryrefslogtreecommitdiff
path: root/usr.bin/make/Makefile
AgeCommit message (Expand)Author
2015-06-16Remove old fmake. It wasn't built by default for some time. Users thatWarner Losh
2015-01-16Add a ${CP} alias for copying files in the build.Will Andrews
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-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-03-19Migrate tools/regression/usr.bin/make/ to the new tests layout.Julio Merino
2013-05-16Reverse the sense of the test wrt bmake, and guard againstSimon J. Gerraty
2013-05-16Build bmake by default.Simon J. Gerraty
2012-06-20Correct typo in version.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-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
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
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2009-01-20Remove inlining of functions that are used mostly in different object files.Roman Divacky
2008-03-04No need to tell make to DTRT with "make love", just do it.David E. O'Brien
2006-05-11So, what's it supposed to say when you type "make love"?Ruslan Ermilov
2005-09-26Please ship the pointy hat to its home position.Poul-Henning Kamp
2005-09-26Update coordinates for "mph" hash generator now that it lives in ports.Poul-Henning Kamp
2005-09-26Add a .sinclude directive which does the exact same as .include, exceptPoul-Henning Kamp
2005-05-25Document why there is a dependency of certain object files from theHartmut Brandt
2005-05-24Make shell.o dependend on the Makefile just in case someone changesHartmut Brandt
2005-05-24Bump the warning level to 6.Hartmut Brandt
2005-05-24Factor out ProcExec() into its own file and rename it to Proc_Exec() forHartmut Brandt
2005-05-24Factor out all the .SHELL parsing related stuff into its own file andHartmut Brandt
2005-05-24Use the name of the default shell instead of a numeric index to selectHartmut Brandt
2005-05-12Still too early to bump WARNS - there are still warnings on 64bitHartmut Brandt
2005-05-12Use a variable initialized to a string instead of the string directlyHartmut Brandt
2005-05-12Revert the previous accidential commit.Hartmut Brandt
2005-05-12Cleanup SuffFindArchDeps() to get rid of two const-warnings.Hartmut Brandt
2005-05-10Merge compat.c into job.c. There is a lot in common between theseHartmut Brandt
2005-05-10Merge var_modify.c into var.c and move types and function declarationsHartmut Brandt
2005-04-29Rename the directive_hash.[ch] files to hash_tables.[ch] nowHartmut Brandt
2005-04-28Use a minimal perfect hash for the special sources/targets too. AddHartmut Brandt
2005-04-28Fix the $$FreeBSD$$ that should be written verbatim to directive_hash.cHartmut Brandt
2005-04-28Move the hash function for directives into its own file and addHartmut Brandt
2005-03-15Ups. Revert the last commits. These have been committed by accident.Hartmut Brandt
2005-03-15modifier_M: instead of going through the string twice to compute theHartmut Brandt
2005-02-09While working on constification temporarily disable -Werror. Things are tooHartmut Brandt
2005-02-01Move all the remaining list functions into one C-file and removeHartmut Brandt
2004-12-21NOSHARED -> NO_SHAREDRuslan Ermilov
2004-12-16Instead of dynamically allocating list heads allocated them staticallyHartmut Brandt
2004-12-08Get rid of the sequential access feature of the lists. This was usedHartmut Brandt
2004-11-30Change a couple of the primitve list functions to be macros. This changesHartmut Brandt
2004-11-29Merge the contents of lstInt.h into the public lst.h. This let's us getHartmut Brandt
2004-11-25Include sys/sysctl.h on all architectures not only i386.Hartmut Brandt
2004-09-06remove XXX comment now that the kernel is fixed, there isn't any obviousJohn-Mark Gurney