summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Collapse)AuthorAgeFilesLines
* Fix the :S modifier to substitute in each word of the variable, accordingadam1995-11-011-16/+6
| | | | | | | to the description in the manpage. g flag means "replace every occurence in each word", and its absence means "replace first occurence in each word". Previously, absence of the g flag was implemented to mean "replace first occurence found in all words, and then stop replacing", which was incorrect.
* Stop using gnumalloc.phk1995-09-221-4/+1
|
* Back out prev. NetBSD fix, it cause skipping some error constructions,ache1995-06-241-5/+3
| | | | don't delete initial space from line instead
* Don't make error on ^<spaces>\nache1995-06-241-1/+1
| | | | Obtained from: NetBSD
* Fix parsing SYSV/GNU "include"ache1995-06-181-0/+1
|
* NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabetache1995-06-185-5/+26
| | | | | | | | order, prevent suffix rule, if direct or children dependances exists, forget to free v->name in var.c My fixes: fix famous ^\t\n bug, correct free order in str_end Reviewed by: bde Obtained from: NetBSD, me
* Allow additional parsing of SYSV/GNU make "include" directive, it coversache1995-06-161-2/+2
| | | | 90% of problems in ports Makefiles
* Remove trailing whitespace.rgrimes1995-05-3038-465/+465
|
* Bring in a number of changes from NetBSD's make, fixing quite a fewjkh1995-01-2333-749/+1489
| | | | | | | | | | | | problems in the process: 1. Quoting should work properly now. In particular, Chet's reported bash make problem has gone away. 2. A lot of memory that just wasn't being free'd after use is now freed. This should cause make to take up a LOT less memory when dealing with archive targets. 3. Give proper credit to Adam de Boor in a number of files. Obtained from: NetBSD (and Adam de Boor)
* Use gnumalloc.dg1994-08-291-0/+3
|
* Fix a problem with passing quoted strings down to commands.sef1994-08-241-3/+6
| | | | Reviewed by: Sean Eric Fagan
* This commit was generated by cvs2svn to compensate for changes in r1590,rgrimes1994-05-2757-0/+26173
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2757-0/+26173
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-272-0/+107
OpenPOWER on IntegriCloud