summaryrefslogtreecommitdiff
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* MFC rev 1.31: pwd instead of cwdSheldon Hearn2000-07-171-2/+2
* MFC: #include <errno.h> where needed. Kill extern int errno;.Paul Saab2000-07-012-5/+1
* MFC: loud debugging facility documentation (-dl).Will Andrews2000-05-201-0/+3
* MFC: loud debugging facility (-dl).Will Andrews2000-05-204-2/+6
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-10/+20
* Fix errors in .Xr usage.Nik Clayton2000-03-011-1/+1
* ${.MAKE} -> ${MAKE}Ruslan Ermilov2000-01-191-1/+1
* Create tempfiles securely.Kris Kennaway2000-01-172-23/+16
* Make '||' visible.Martin Cracauer1999-12-051-1/+1
* Improve backward compatibility.Marcel Moolenaar1999-11-231-1/+5
* Remove CROSS_MAKE_FLAGS.Marcel Moolenaar1999-11-151-1/+1
* Fix the following:Julian Elischer1999-10-101-1/+1
* s/with historical makefils//. Also, relocate and change the descriptionTim Vanderhoek1999-09-111-7/+15
* Remove the #include of sys/param.h. It was meant to improve portabilityTim Vanderhoek1999-09-111-1/+0
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)Tim Vanderhoek1999-09-1113-36/+10
* Allow 'make' to check out elements within archive libraries.Julian Elischer1999-09-102-2/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2858-61/+61
* Fix a temp file race occurring only when -j is used.Tim Vanderhoek1999-08-222-15/+17
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek1999-08-1723-290/+535
* Bad reference of getcwd(2) changed to getcwd(3).Chris Costello1999-08-141-2/+2
* Make VPATH explanation more concise. I apparently was not thinkingChris Costello1999-08-121-11/+4
* Move ${VPATH} explanation under the .PATH rule section.Chris Costello1999-08-121-16/+13
* Bugfix to last commit: Correctly intuit when an lhs is a string vs. number.Tim Vanderhoek1999-08-121-2/+3
* Document ${VPATH} and that it _should_not_ be used in any new Makefiles.Chris Costello1999-08-111-1/+16
* Add a -E flag, similar to -e (overide variables from environment) exceptTim Vanderhoek1999-07-314-14/+47
* Print an error message on illegal numerical arguments.Tim Vanderhoek1999-07-311-5/+20
* When printing an error message after command execution fails, don't assumeTim Vanderhoek1999-07-311-2/+4
* Per requests from the community, commit rudimentary cross compilationWarner Losh1999-07-071-2/+2
* Handle ".if ${T} > 1 || ${T} < 3" and friends correctly.Tim Vanderhoek1999-05-251-13/+14
* Add :Q to quote variable expansion to all proper expansion ofWarner Losh1999-04-192-2/+49
* Make MACHINE_ARCH sensitive to the environment, as well as using theWarner Losh1999-03-011-4/+11
* Remove couple of 'extern int errno'. (They turned to something funny whenDmitrij Tejblum1999-02-141-4/+1
* Don't allow pointer underrun in loop.Jordan K. Hubbard1999-01-081-2/+4
* Described the search path Make uses to find makefiles.Peter da Silva1998-11-291-4/+37
* Fixed missing 'v' in usage message.Bruce Evans1998-11-151-2/+2
* Fixed bugs in previous commit:Bruce Evans1998-11-151-4/+5
* Added a -v (verbose) option and hid multi-job file banner generationDavid Greenman1998-11-144-7/+15
* Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD"David E. O'Brien1998-10-182-5/+14
* Fix make world breakage from last commit.John Polstra1998-10-151-2/+2
* Fix a serious bug in make(1)'s handling of archive libraries.Joseph Koshy1998-10-151-2/+2
* Set the `pc98' string to the MACHINE if machdep.ispc98 != 0.KATO Takenori1998-09-091-1/+23
* Don't define RANLIBMAG if building an elf version of make. The RANLIBMAGJohn Birrell1998-09-091-2/+2
* Fix spurious `free()' when -d g2 is enabled.Joseph Koshy1998-09-091-3/+12
* When exiting on SIGINT, exit with signal statusMartin Cracauer1998-08-242-5/+7
* Use malloc + sprintf rather than asprintf to ensure portability toWarner Losh1998-07-261-2/+4
* Make -V expand it's arguments. This means that instead of 'make -V OBJS'Peter Wemm1998-06-131-6/+8
* Don't forget to pretend that `make -n -jN' makes the targets that itBruce Evans1998-06-041-1/+2
* PR: bin/6828Peter Hawkins1998-06-021-30/+53
* Add a graceful jumping off point with a new .error directive.Steve Price1998-05-252-21/+60
* Fix broken (at least on alpha, but probably on i386 too) code whichJohn Birrell1998-05-131-4/+4