summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Make substitutions in internal macros like $(@F:.o=.c) work.schweikh2002-01-121-1/+1
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-263-6/+9
* Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables.ru2001-07-161-1/+1
* Remove whitespace at EOL.dd2001-07-151-2/+2
* Note that sys.mk is read before any other file (even Makefile)obrien2001-05-231-1/+4
* By default build make(1) as a static binary. It costs only 100k of additionalsobomax2001-05-181-0/+2
* mdoc(7) police: remove hard sentence breaks.dd2001-04-301-16/+32
* Remove GCC-ism (-Wall).will2001-04-261-1/+1
* Add -Wall.ru2001-04-251-1/+1
* -Wall cleanup.ru2001-04-251-1/+2
* unifdef -UWANT_ENV_PWD.ru2001-04-252-42/+13
* Make ${.OBJDIR} canonical.ru2001-04-251-10/+2
* with my mentor hat on...billf2001-03-151-2/+0
* Revert previous change -- apparently it's not quite right. It brokewill2001-03-151-15/+9
* Fix make(1) bug: nested comments may be placed in .if, .else .if, andwill2001-03-151-9/+15
* Fix two bugs in null suffix handling. Both occured only after the suffixtmm2001-03-081-6/+19
* Include -DDEFSHELL=1 in Makefile.dist so people boostrapping willimp2001-03-011-1/+2
* MAXPATHLEN includes the trailing NUL.imp2001-03-012-6/+6
* Introduce support for using OpenSSL ASM optimizations. This is donekris2001-02-191-0/+15
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-186-7/+7
* Uname is in section 3 of the manual pages.dwmalone2001-02-111-1/+1
* Fix nasty bug where make(1) assumed that you could read the directory itwill2001-02-101-0/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-13/+6
* Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by movingwill2001-01-213-11/+9
* Prepare for mdoc(7)NG.ru2001-01-161-2/+2
* Fix for the case where the first two entries returned by readdir() arewill2000-12-261-6/+12
* Prepare for mdoc(7)NG.ru2000-12-191-10/+11
* Fix a bug introduced in rev. 1.17: initialize variables before use, not after.des2000-12-161-1/+1
* There's also no point in #typedef'ing void/char pointers. Accordingly,will2000-12-0236-512/+472
* There's no reason to use fancy forms of NULL. Replace all instanceswill2000-12-0238-238/+224
* Format string paranoia. This should avoid potential buffer overflows fromwill2000-11-303-13/+29
* Xref make.conf(5), and point to /usr/share/doc/psd/12.make for thenik2000-11-291-1/+4
* Reimplement the groff(1) warnings elimination fixes in a better way.ru2000-11-242-10/+5
* Eliminate groff(1) warnings.ru2000-11-232-2/+20
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-13/+13
* Unlink the temporary file immediately so it is removed on exit.kris2000-11-191-19/+15
* 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
OpenPOWER on IntegriCloud