| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1995-06-14 | - $NetBSD$ rcsids | christos | |
| - Fixed so that .[A-Z]* targets that do not match keywords are ignored as Posix mandates - Added .PHONY target keyword | |||
| 1995-05-15 | Sort keyword table correctly, so binary search really works | ws | |
| 1995-05-03 | None of the functions in util.c are needed by NetBSD, so don't | jtc | |
| bother to compile it. | |||
| 1995-04-29 | Fix small typo; from Chris Torek | christos | |
| 1995-02-08 | Fixed so that orphan tabs are ignored. Should close PR760. | christos | |
| 1995-02-04 | str.c: Don't free NULL; does not work with non posix frees. | christos | |
| var.c: Minor memory leak plugged. suff.c: Don't add extra sources on the null suffix if it has dependency lines or commands attached to it [POSIX says so] | |||
| 1995-01-23 | Fix 4 typos pointed out by Jordan, and 1 by me. | mycroft | |
| 1995-01-20 | Fixed to parse correctly SysV variable substitutions ${VAR:P1=P2} when | christos | |
| P1 or P2 contain }'s or )'s. From mikeb@snow.datametrics.com | |||
| 1995-01-11 | Fixed PR/724, 'make' runs commands when $? is empty | christos | |
| This is not the perfect fix. I think that the whole __SYMDEF checking code should be removed. [I should also teach myself how to deal with the PR stuff to mark this closed :-)] | |||
| 1995-01-09 | Save the name of the environment variables. Remove the comment that | christos | |
| says that we don't. from Paul Borman (prb@bsdi.com) | |||
| 1995-01-06 | Fixes from Paul Borman (prb@bsdi.com) | christos | |
| 1. Honor environment variable $MACHINE if set over uname.machine 2. archives with :: are always out of date, even when they have no children. 3. VAR= a b c # comment, gets the trailing blanks trimmed, unless escaped by \. I'll have to read the posix manul to make sure that it is ok to handle escapes here. | |||
| 1994-12-24 | a few casts, for peace and quiet. | cgd | |
| 1994-11-25 | Don't remove targets when the -n flag is given and make is interrupted. | christos | |
| (From Keith Bostic) | |||
| 1994-10-18 | Deal with lines that contain only spaces, per PR 515, but implemented | mycroft | |
| differently. | |||
| 1994-10-18 | Remove an outdated comment that is very confusing. | mycroft | |
| 1994-09-30 | Get the name of this type of MACHINE from utsname | gwr | |
| so we can share an executable for similar machines. (i.e. m68k: amiga hp300, mac68k, sun3, ...) | |||
| 1994-09-23 | Use getcwd(3), not getwd(3), and remove some old, unused compatibility code. | mycroft | |
| 1994-06-30 | deal with new share/doc strategy | cgd | |
| 1994-06-28 | Clean up deleted files. | mycroft | |
| 1994-06-25 | update for new doc-make/install strategy | cgd | |
| 1994-06-19 | from Lite | cgd | |
| 1994-06-16 | Christos' fix for quoting variable extraction properly. | jtc | |
| 1994-06-16 | Christos' fix for quoting variable extraction properly. | jtc | |
| 1994-06-16 | Christos' fix for quoting variable extraction properly. | jtc | |
| 1994-06-06 | Fixes from Christos Zoulas, who used purify, objectcenter and testcenter | jtc | |
| to find memory leaks and illegal memory accesses. | |||
| 1994-05-21 | Fix from Thorsten Lockert: don't ignore \ before # characters | jtc | |
| in strings (Fixes bug 255). | |||
| 1994-05-17 | Properly parse null command line arguments in makefile rules. | jtc | |
| Fix from Christos Zoulas. | |||
| 1994-05-09 | bootstrap improvements | glass | |
| 1994-04-17 | bootstrap changes | glass | |
| 1994-04-09 | Need for.o in list of objects when bootstrapping. | briggs | |
| 1994-03-23 | Fixes from Christos Zoulas: | jtc | |
| The following two patches fix a couple of problems with make(1) 1. Null Suffixes were not being copied, but they were being free'd This caused rules of the form: .c: ${CC} ... to access invalid memory and potentially core dump.. [That was always broken; I did not break that one :-)] 2. My recent fixes to parse ${VAR:%.foo=%.bar} handled the null string case incorrectly (${VAR:=.c} was broken). | |||
| 1994-03-18 | Do extended-name archives. | pk | |
| 1994-03-07 | kill some warnings, from Christos. | cgd | |
| 1994-03-05 | Apply fix that was lost when Christos Zoulas' changes were integrated: | jtc | |
| Shell commands start with tabs, not whitespace. Pmake's POSIX behavior must have been derrived from an early draft. | |||
| 1994-03-05 | Clean up deleted files. | mycroft | |
| 1994-03-05 | fixes/improvements from Christos Zoulas <christos@deshaw.com>. | cgd | |
| 1994-03-05 | Clean up deleted files. | mycroft | |
| 1994-03-05 | fixes/improvements from Christos Zoulas <christos@deshaw.com>. | cgd | |
| 1994-02-10 | Fix typos & spelling errors | jtc | |
| 1994-01-13 | Include appropriate header files to bring prototypes into scope. | jtc | |
| 1994-01-13 | add missing arg to setenv(). reported by downsj@csos.orst.edu | cgd | |
| 1993-12-22 | Introduced ${.OBJDIR}. The variable is similar to .CURDIR but points at | pk | |
| the directory where make builds the targets. It can be used to clean up those cumbersome Makefiles that have to guess at the "obj" directory. | |||
| 1993-12-17 | POSIX.2 added the -S flag (opposite of -k). It was allready there, | jtc | |
| just #ifdef'ed out. | |||
| 1993-12-17 | Fix bug #47. Shell commands start with tabs, not whitespace. Pmake's | jtc | |
| POSIX behavior must have been derrived from an early draft. | |||
| 1993-12-15 | Fix bug (PR #42) with -j flag. Doesn't seem to do anything, but at | jtc | |
| least it doesn't dump core anymore. | |||
| 1993-12-14 | Compile with -DPOSIX --- enables reasonable behavior for MAKE and | jtc | |
| MAKEFLAGS variables. | |||
| 1993-12-08 | Update to use <dirent.h>. | jtc | |
| 1993-12-04 | add MACHINE_ARCH | cgd | |
| 1993-10-23 | add support for an obj.${MACHINE} dir, which will be used rather than obj, | cgd | |
| if both exist. basically, precedence is now: MAKEOBJDIR or (obj.${MACHINE} then obj) . | |||
| 1993-08-23 | fix from chmr@edvz.tu-graz.ac.at (Christoph Robitschko) | cgd | |
| to get things right if obj is a symlink and points to nowhere. | |||
