aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug fixed by NetBSD in revision 1.42 of parse.c by christos which causedJuli Mallett2002-06-201-0/+8
* More unsigned char casts to isupper(3).Juli Mallett2002-06-201-2/+2
* Provide a heuristic for RCS conflicts.Juli Mallett2002-06-201-2/+9
* Look for wildcards, and balanced meta-characters such as { and } like NetBSDJuli Mallett2002-06-201-2/+18
* Expand a buffer to reduce diffs to NetBSD.Juli Mallett2002-06-201-2/+2
* Diff reduction for great justice against NetBSD, cast to unsigned char whenJuli Mallett2002-06-204-18/+18
* Fix a memory leak from previous commit by freeing the possibly expandedJuli Mallett2002-06-191-2/+8
* Possibly expand the variable name's embedded variables before using it, asJuli Mallett2002-06-191-0/+26
* make(I) appeared in PWB UNIX.Juli Mallett2002-06-171-2/+1
* Avoid classy use of a variable one time with a constant value.Juli Mallett2002-06-131-2/+1
* Use %p to print a pointer, not %lx and a cast to (unsigned long). Yuck.Juli Mallett2002-06-131-1/+1
* Don't do stupid things to avoid unused parameters, mark them __unused.Juli Mallett2002-06-131-2/+2
* String lengths and sizeof()s are size_t not int. Mark an unused parameterJuli Mallett2002-06-123-3/+4
* The error functions take constant pointers to strings for their format.Juli Mallett2002-06-125-10/+10
* Remove a stray asterisk in a comment.Juli Mallett2002-06-011-1/+1
* mdoc(7) police: removed unnecessary .Ns's.Ruslan Ermilov2002-05-301-3/+3
* Back out the ``run shell from $PATH'' change; this was an overkillRuslan Ermilov2002-05-245-29/+7
* Set the MAKEFILE variable to the value passed to ReadMakefile(), not the fullJuli Mallett2002-05-231-2/+5
* str_concat() doesn't really take const arguments.Juli Mallett2002-05-222-4/+4
* Do not run shell from /bin, run it from $PATH.Ruslan Ermilov2002-05-225-7/+29
* Added the MAKE_VERSION global that could be useful in determiningRuslan Ermilov2002-05-222-0/+7
* Replace the evil that is __DECONST() with (void *). This is one of the leastJuli Mallett2002-05-221-2/+2
* Make ReadMakefile() operate using the realpath(3) name for the file handed toJuli Mallett2002-05-211-3/+7
* More consistancy. file system > filesystemTom Rhodes2002-05-163-4/+4
* Fix make(1) behaviour regarding SysV-style substitution when given a nilJuli Mallett2002-05-051-0/+6
* Use `The .Nm utility'Philippe Charnier2002-04-201-9/+15
* Move the sysV variable substitution up with the BSD feature that replaced it.David E. O'Brien2002-04-191-2/+2
* Do not reset MAKEFILE when reading ".depend" as this ratherRuslan Ermilov2002-04-181-1/+6
* Back out rev 1.17, it breaks dependencies.David E. O'Brien2002-04-141-15/+11
* Revision 1.17 seems to break a subsequent buildworld (i.e. with the newDavid E. O'Brien2002-04-131-2/+5
* Fix a minor lint warning.David E. O'Brien2002-04-131-0/+2
* Prefer BSDmakefile over makefile and Makefile.David E. O'Brien2002-04-135-7/+9
* Fix copyrights, and undo SCS ID damage.David E. O'Brien2002-04-1321-30/+49
* Update SCM ID method.David E. O'Brien2002-04-1315-44/+16
* Make str_concat handle NULL arguments properly (a-la how ODE-2.3.6 make does).David E. O'Brien2002-04-131-12/+13
* De'register.David E. O'Brien2002-04-1314-129/+128
* Constify str_concat()David E. O'Brien2002-04-131-3/+3
* Check to make sure fdopen() succeeds in make(1).David E. O'Brien2002-04-131-0/+2
* Un.Ar makefile. The add of .Ar was part of my last commit.Philippe Charnier2002-04-121-3/+1
* Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need toPhilippe Charnier2002-04-123-31/+27
* 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