summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* More consistancy. file system > filesystemtrhodes2002-05-163-4/+4
* Fix make(1) behaviour regarding SysV-style substitution when given a niljmallett2002-05-051-0/+6
* Use `The .Nm utility'charnier2002-04-201-9/+15
* Move the sysV variable substitution up with the BSD feature that replaced it.obrien2002-04-191-2/+2
* Do not reset MAKEFILE when reading ".depend" as this ratherru2002-04-181-1/+6
* Back out rev 1.17, it breaks dependencies.obrien2002-04-141-15/+11
* Revision 1.17 seems to break a subsequent buildworld (i.e. with the newobrien2002-04-131-2/+5
* Fix a minor lint warning.obrien2002-04-131-0/+2
* Prefer BSDmakefile over makefile and Makefile.obrien2002-04-135-7/+9
* Fix copyrights, and undo SCS ID damage.obrien2002-04-1321-30/+49
* Update SCM ID method.obrien2002-04-1315-44/+16
* Make str_concat handle NULL arguments properly (a-la how ODE-2.3.6 make does).obrien2002-04-131-12/+13
* De'register.obrien2002-04-1314-129/+128
* Constify str_concat()obrien2002-04-131-3/+3
* Check to make sure fdopen() succeeds in make(1).obrien2002-04-131-0/+2
* Un.Ar makefile. The add of .Ar was part of my last commit.charnier2002-04-121-3/+1
* Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need tocharnier2002-04-123-31/+27
* o unifdef -D__STDC__imp2002-03-236-412/+5
* remove __Pimp2002-03-2226-336/+303
* make(1) claims to ignore the remainder of a conditional once its valuecjc2002-02-201-1/+1
* 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
OpenPOWER on IntegriCloud