summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Print a warning when we are given two scripts for one target. This is neitherjmallett2002-07-281-0/+4
* Back out jmallett's realpath changes. They break a set of makefiles thatimp2002-07-261-0/+28
* Bit-width fields should be of type 'int'.jmallett2002-07-151-1/+1
* Use %zu to print size_t.jmallett2002-07-151-2/+2
* Fix a bug fixed by NetBSD in revision 1.42 of parse.c by christos which causedjmallett2002-06-201-0/+8
* More unsigned char casts to isupper(3).jmallett2002-06-201-2/+2
* Provide a heuristic for RCS conflicts.jmallett2002-06-201-2/+9
* Look for wildcards, and balanced meta-characters such as { and } like NetBSDjmallett2002-06-201-2/+18
* Expand a buffer to reduce diffs to NetBSD.jmallett2002-06-201-2/+2
* Diff reduction for great justice against NetBSD, cast to unsigned char whenjmallett2002-06-204-18/+18
* Fix a memory leak from previous commit by freeing the possibly expandedjmallett2002-06-191-2/+8
* Possibly expand the variable name's embedded variables before using it, asjmallett2002-06-191-0/+26
* make(I) appeared in PWB UNIX.jmallett2002-06-171-2/+1
* Avoid classy use of a variable one time with a constant value.jmallett2002-06-131-2/+1
* Use %p to print a pointer, not %lx and a cast to (unsigned long). Yuck.jmallett2002-06-131-1/+1
* Don't do stupid things to avoid unused parameters, mark them __unused.jmallett2002-06-131-2/+2
* String lengths and sizeof()s are size_t not int. Mark an unused parameterjmallett2002-06-123-3/+4
* The error functions take constant pointers to strings for their format.jmallett2002-06-125-10/+10
* Remove a stray asterisk in a comment.jmallett2002-06-011-1/+1
* mdoc(7) police: removed unnecessary .Ns's.ru2002-05-301-3/+3
* Back out the ``run shell from $PATH'' change; this was an overkillru2002-05-245-29/+7
* Set the MAKEFILE variable to the value passed to ReadMakefile(), not the fulljmallett2002-05-231-2/+5
* str_concat() doesn't really take const arguments.jmallett2002-05-222-4/+4
* Do not run shell from /bin, run it from $PATH.ru2002-05-225-7/+29
* Added the MAKE_VERSION global that could be useful in determiningru2002-05-222-0/+7
* Replace the evil that is __DECONST() with (void *). This is one of the leastjmallett2002-05-221-2/+2
* Make ReadMakefile() operate using the realpath(3) name for the file handed tojmallett2002-05-211-3/+7
* 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
OpenPOWER on IntegriCloud