summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
AgeCommit message (Collapse)Author
1995-06-14- $NetBSD$ rcsidschristos
- Fixed so that .[A-Z]* targets that do not match keywords are ignored as Posix mandates - Added .PHONY target keyword
1995-05-15Sort keyword table correctly, so binary search really worksws
1995-02-08Fixed so that orphan tabs are ignored. Should close PR760.christos
1995-01-06Fixes 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-10-18Deal with lines that contain only spaces, per PR 515, but implementedmycroft
differently.
1994-10-18Remove an outdated comment that is very confusing.mycroft
1994-06-06Fixes from Christos Zoulas, who used purify, objectcenter and testcenterjtc
to find memory leaks and illegal memory accesses.
1994-05-21Fix from Thorsten Lockert: don't ignore \ before # charactersjtc
in strings (Fixes bug 255).
1994-03-07kill some warnings, from Christos.cgd
1994-03-05Apply 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-05fixes/improvements from Christos Zoulas <christos@deshaw.com>.cgd
1994-01-13Include appropriate header files to bring prototypes into scope.jtc
1993-12-17Fix bug #47. Shell commands start with tabs, not whitespace. Pmake'sjtc
POSIX behavior must have been derrived from an early draft.
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd