summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Add :L and :U variable modifiers. These convert the variable's value towill2000-10-092-0/+38
* Add :C/// variable modifier, which is similar to :S/// in functionalitywill2000-10-092-0/+414
* Assume MAINTAINER. I will be taking the job of merging NetBSD/OpenBSDwill2000-09-291-0/+2
* *** empty log message ***peter2000-09-252-12/+28
* Remove gratuitous free() call when we use special .SHELL target.ru2000-08-181-5/+0
* Allow use of the ${MAKE_SHELL} variable to specify alternate shells forgreen2000-08-164-2/+39
* Do include <unistd.h> for getopt interface.imp2000-07-281-2/+1
* Use pwd instead of cwd in backticks. cwd in backticks doesn't dosheldonh2000-07-171-2/+2
* Fix assembler error messages - there is no \n allowed in __COPYRIGHT macroache2000-07-091-2/+1
* Use __RCSID()wsanchez2000-07-0916-100/+67
* Use __RCSID()wsanchez2000-07-0927-56/+82
* Initialize variablewsanchez2000-07-091-1/+1
* Update make(1) manpage to include information about the new loudwill2000-05-141-0/+3
* Add loud debugging facility (-dl option) which allows programmers/developerswill2000-05-144-2/+6
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-142-5/+1
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-10/+20
* Fix errors in .Xr usage.nik2000-03-011-1/+1
* ${.MAKE} -> ${MAKE}ru2000-01-191-1/+1
* Create tempfiles securely.kris2000-01-172-23/+16
* Make '||' visible.cracauer1999-12-051-1/+1
* Improve backward compatibility.marcel1999-11-231-1/+5
* Remove CROSS_MAKE_FLAGS.marcel1999-11-151-1/+1
* Fix the following:julian1999-10-101-1/+1
* s/with historical makefils//. Also, relocate and change the descriptionhoek1999-09-111-7/+15
* Remove the #include of sys/param.h. It was meant to improve portabilityhoek1999-09-111-1/+0
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)hoek1999-09-1113-36/+10
* Allow 'make' to check out elements within archive libraries.julian1999-09-102-2/+6
* $Id$ -> $FreeBSD$peter1999-08-2858-61/+61
* Fix a temp file race occurring only when -j is used.hoek1999-08-222-15/+17
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).hoek1999-08-1723-290/+535
* Bad reference of getcwd(2) changed to getcwd(3).chris1999-08-141-2/+2
* Make VPATH explanation more concise. I apparently was not thinkingchris1999-08-121-11/+4
* Move ${VPATH} explanation under the .PATH rule section.chris1999-08-121-16/+13
* Bugfix to last commit: Correctly intuit when an lhs is a string vs. number.hoek1999-08-121-2/+3
* Document ${VPATH} and that it _should_not_ be used in any new Makefiles.chris1999-08-111-1/+16
* Add a -E flag, similar to -e (overide variables from environment) excepthoek1999-07-314-14/+47
* Print an error message on illegal numerical arguments.hoek1999-07-311-5/+20
* When printing an error message after command execution fails, don't assumehoek1999-07-311-2/+4
* Per requests from the community, commit rudimentary cross compilationimp1999-07-071-2/+2
* Handle ".if ${T} > 1 || ${T} < 3" and friends correctly.hoek1999-05-251-13/+14
* Add :Q to quote variable expansion to all proper expansion ofimp1999-04-192-2/+49
* Make MACHINE_ARCH sensitive to the environment, as well as using theimp1999-03-011-4/+11
* Remove couple of 'extern int errno'. (They turned to something funny whendt1999-02-141-4/+1
* Don't allow pointer underrun in loop.jkh1999-01-081-2/+4
* Described the search path Make uses to find makefiles.pds1998-11-291-4/+37
* Fixed missing 'v' in usage message.bde1998-11-151-2/+2
* Fixed bugs in previous commit:bde1998-11-151-4/+5
* Added a -v (verbose) option and hid multi-job file banner generationdg1998-11-144-7/+15
* Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD"obrien1998-10-182-5/+14
* Fix make world breakage from last commit.jdp1998-10-151-2/+2
OpenPOWER on IntegriCloud