aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove old fmake. It wasn't built by default for some time. Users thatWarner Losh2015-06-161-120/+0
* Add a ${CP} alias for copying files in the build.Will Andrews2015-01-161-1/+1
* When producing fmake(1), `make clean' should remove fmake.1 (a copy ofDevin Teske2014-07-231-0/+1
* Move old fmake tests into bmake and hook them to the build.Julio Merino2014-05-141-4/+0
* Remove support for WITHOUT_BMAKE. bmake is now the only make that canWarner Losh2014-05-061-2/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Migrate tools/regression/usr.bin/make/ to the new tests layout.Julio Merino2014-03-191-0/+4
* Reverse the sense of the test wrt bmake, and guard againstSimon J. Gerraty2013-05-161-1/+1
* Build bmake by default.Simon J. Gerraty2013-05-161-0/+7
* Correct typo in version.David E. O'Brien2012-06-201-1/+1
* Deprecate the FreeBSD make's ":U" (to-upper case) and ":L" (to-lower case)David E. O'Brien2012-05-301-1/+1
* Make is part of the bootstrap path, so we need to guard against thisWarner Losh2012-05-091-1/+1
* Add src.conf option WITH_SHARED_TOOLCHAIN to enable building theKonstantin Belousov2012-04-291-0/+4
* Revert r228521: sometimes job output is lostMax Khon2011-12-151-2/+0
* job make: if stdout is a tty create a pty when running a command.Max Khon2011-12-151-0/+2
* - Fix segmentation fault when running "+command" when run with -jX -n dueMax Khon2011-11-301-1/+3
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Remove inlining of functions that are used mostly in different object files.Roman Divacky2009-01-201-1/+0
* No need to tell make to DTRT with "make love", just do it.David E. O'Brien2008-03-041-5/+0
* So, what's it supposed to say when you type "make love"?Ruslan Ermilov2006-05-111-0/+1
* Please ship the pointy hat to its home position.Poul-Henning Kamp2005-09-261-2/+0
* Update coordinates for "mph" hash generator now that it lives in ports.Poul-Henning Kamp2005-09-261-1/+1
* Add a .sinclude directive which does the exact same as .include, exceptPoul-Henning Kamp2005-09-261-0/+2
* Document why there is a dependency of certain object files from theHartmut Brandt2005-05-251-0/+6
* Make shell.o dependend on the Makefile just in case someone changesHartmut Brandt2005-05-241-1/+1
* Bump the warning level to 6.Hartmut Brandt2005-05-241-1/+1
* Factor out ProcExec() into its own file and rename it to Proc_Exec() forHartmut Brandt2005-05-241-2/+2
* Factor out all the .SHELL parsing related stuff into its own file andHartmut Brandt2005-05-241-1/+2
* Use the name of the default shell instead of a numeric index to selectHartmut Brandt2005-05-241-6/+2
* Still too early to bump WARNS - there are still warnings on 64bitHartmut Brandt2005-05-121-1/+1
* Use a variable initialized to a string instead of the string directlyHartmut Brandt2005-05-121-1/+1
* Revert the previous accidential commit.Hartmut Brandt2005-05-121-1/+1
* Cleanup SuffFindArchDeps() to get rid of two const-warnings.Hartmut Brandt2005-05-121-1/+1
* Merge compat.c into job.c. There is a lot in common between theseHartmut Brandt2005-05-101-2/+2
* Merge var_modify.c into var.c and move types and function declarationsHartmut Brandt2005-05-101-2/+1
* Rename the directive_hash.[ch] files to hash_tables.[ch] nowHartmut Brandt2005-04-291-5/+5
* Use a minimal perfect hash for the special sources/targets too. AddHartmut Brandt2005-04-281-6/+25
* Fix the $$FreeBSD$$ that should be written verbatim to directive_hash.cHartmut Brandt2005-04-281-1/+1
* Move the hash function for directives into its own file and addHartmut Brandt2005-04-281-2/+55
* Ups. Revert the last commits. These have been committed by accident.Hartmut Brandt2005-03-151-1/+1
* modifier_M: instead of going through the string twice to compute theHartmut Brandt2005-03-151-1/+1
* While working on constification temporarily disable -Werror. Things are tooHartmut Brandt2005-02-091-0/+1
* Move all the remaining list functions into one C-file and removeHartmut Brandt2005-02-011-5/+1
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* Instead of dynamically allocating list heads allocated them staticallyHartmut Brandt2004-12-161-1/+1
* Get rid of the sequential access feature of the lists. This was usedHartmut Brandt2004-12-081-2/+2
* Change a couple of the primitve list functions to be macros. This changesHartmut Brandt2004-11-301-5/+3
* Merge the contents of lstInt.h into the public lst.h. This let's us getHartmut Brandt2004-11-291-1/+1
* Include sys/sysctl.h on all architectures not only i386.Hartmut Brandt2004-11-251-0/+1
* remove XXX comment now that the kernel is fixed, there isn't any obviousJohn-Mark Gurney2004-09-061-1/+1