summaryrefslogtreecommitdiff
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* o unifdef -D__STDC__Warner Losh2002-03-236-412/+5
* remove __PWarner Losh2002-03-2226-336/+303
* make(1) claims to ignore the remainder of a conditional once its valueCrist J. Clark2002-02-201-1/+1
* Make substitutions in internal macros like $(@F:.o=.c) work.Jens Schweikhardt2002-01-121-1/+1
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-263-6/+9
* Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables.Ruslan Ermilov2001-07-161-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* Note that sys.mk is read before any other file (even Makefile)David E. O'Brien2001-05-231-1/+4
* By default build make(1) as a static binary. It costs only 100k of additionalMaxim Sobolev2001-05-181-0/+2
* mdoc(7) police: remove hard sentence breaks.Dima Dorfman2001-04-301-16/+32
* Remove GCC-ism (-Wall).Will Andrews2001-04-261-1/+1
* Add -Wall.Ruslan Ermilov2001-04-251-1/+1
* -Wall cleanup.Ruslan Ermilov2001-04-251-1/+2
* unifdef -UWANT_ENV_PWD.Ruslan Ermilov2001-04-252-42/+13
* Make ${.OBJDIR} canonical.Ruslan Ermilov2001-04-251-10/+2
* with my mentor hat on...Bill Fumerola2001-03-151-2/+0
* Revert previous change -- apparently it's not quite right. It brokeWill Andrews2001-03-151-15/+9
* Fix make(1) bug: nested comments may be placed in .if, .else .if, andWill Andrews2001-03-151-9/+15
* Fix two bugs in null suffix handling. Both occured only after the suffixThomas Moestl2001-03-081-6/+19
* Include -DDEFSHELL=1 in Makefile.dist so people boostrapping willWarner Losh2001-03-011-1/+2
* MAXPATHLEN includes the trailing NUL.Warner Losh2001-03-012-6/+6
* Introduce support for using OpenSSL ASM optimizations. This is doneKris Kennaway2001-02-191-0/+15
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-186-7/+7
* Uname is in section 3 of the manual pages.David Malone2001-02-111-1/+1
* Fix nasty bug where make(1) assumed that you could read the directory itWill Andrews2001-02-101-0/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-13/+6
* Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by movingWill Andrews2001-01-213-11/+9
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-2/+2
* Fix for the case where the first two entries returned by readdir() areWill Andrews2000-12-261-6/+12
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-10/+11
* Fix a bug introduced in rev. 1.17: initialize variables before use, not after.Dag-Erling Smørgrav2000-12-161-1/+1
* There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews2000-12-0236-512/+472
* There's no reason to use fancy forms of NULL. Replace all instancesWill Andrews2000-12-0238-238/+224
* Format string paranoia. This should avoid potential buffer overflows fromWill Andrews2000-11-303-13/+29
* Xref make.conf(5), and point to /usr/share/doc/psd/12.make for theNik Clayton2000-11-291-1/+4
* Reimplement the groff(1) warnings elimination fixes in a better way.Ruslan Ermilov2000-11-242-10/+5
* Eliminate groff(1) warnings.Ruslan Ermilov2000-11-232-2/+20
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-13/+13
* Unlink the temporary file immediately so it is removed on exit.Kris Kennaway2000-11-191-19/+15
* Add :L and :U variable modifiers. These convert the variable's value toWill Andrews2000-10-092-0/+38
* Add :C/// variable modifier, which is similar to :S/// in functionalityWill Andrews2000-10-092-0/+414
* Assume MAINTAINER. I will be taking the job of merging NetBSD/OpenBSDWill Andrews2000-09-291-0/+2
* *** empty log message ***Peter Wemm2000-09-252-12/+28
* Remove gratuitous free() call when we use special .SHELL target.Ruslan Ermilov2000-08-181-5/+0
* Allow use of the ${MAKE_SHELL} variable to specify alternate shells forBrian Feldman2000-08-164-2/+39
* Do include <unistd.h> for getopt interface.Warner Losh2000-07-281-2/+1
* Use pwd instead of cwd in backticks. cwd in backticks doesn't doSheldon Hearn2000-07-171-2/+2
* Fix assembler error messages - there is no \n allowed in __COPYRIGHT macroAndrey A. Chernov2000-07-091-2/+1
* Use __RCSID()Wilfredo Sanchez2000-07-0916-100/+67