<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/make/parse.c, branch release/2.2.7_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.7_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.7_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1998-07-24T04:57:32Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1998-07-24T04:57:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1998-07-24T04:57:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8a3fe17f40c9b40fdba5b5a54eccb48a980e821'/>
<id>urn:sha1:a8a3fe17f40c9b40fdba5b5a54eccb48a980e821</id>
<content type='text'>
'RELENG_2_2_7_RELEASE'.

This commit was manufactured to restore the state of the 2.2.7-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: add .error directive.</title>
<updated>1998-06-04T22:33:22Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1998-06-04T22:33:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4822dd837c6de2dc733c4c26d2eed1ab07d49234'/>
<id>urn:sha1:4822dd837c6de2dc733c4c26d2eed1ab07d49234</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Use err(3).</title>
<updated>1997-07-28T06:47:31Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-07-28T06:47:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=64b96a0ab9051b9891e031ef1737e52ae1fc39cb'/>
<id>urn:sha1:64b96a0ab9051b9891e031ef1737e52ae1fc39cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge from -current</title>
<updated>1996-11-06T09:39:45Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-11-06T09:39:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97fd70d6855cf2d8eb3a795b6f834ef40de58b89'/>
<id>urn:sha1:97fd70d6855cf2d8eb3a795b6f834ef40de58b89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>O' to be bitten by CVS.  Cleanup after import</title>
<updated>1996-10-08T04:07:59Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1996-10-08T04:07:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5d55a64610e325e91ca56aa9515091c942e6801c'/>
<id>urn:sha1:5d55a64610e325e91ca56aa9515091c942e6801c</id>
<content type='text'>
of Christos' version of make(1) and add Id's.

Set straight by: Bruce Evans and Peter Wemm :)
</content>
</entry>
<entry>
<title>Merge in NetBSD's changes to make(1).  Changes include:</title>
<updated>1996-10-06T02:35:38Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1996-10-06T02:35:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c0d06fe46307038927b1e161cbb4d3f4527ac669'/>
<id>urn:sha1:c0d06fe46307038927b1e161cbb4d3f4527ac669</id>
<content type='text'>
	- Add the .PHONY, .PARALLEL, and .WAIT directives
	- Added the -B and -m commandline flags
	- misc. man page cleanups
	- numerous job-related enhancements
	- removed unused header file (bit.h)
	- add util.c for functions not found in other envs.
	- and a few coordinated whitespace changes

Special thanks to Christos Zoulas &lt;christos@netbsd.org&gt;
for help in the merge.  A 'diff -ur' between Net and
FreeBSD now only contains sccsid-related diffs. :)

Obtained from: NetBSD, christos@netbsd.org, and me
</content>
</entry>
<entry>
<title>Fix for PR# 1231, make(1) execution of ``.BEGIN'' does</title>
<updated>1996-09-25T02:55:49Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1996-09-25T02:55:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6d29e75f84fc23f9f3838350b4f5b842c3d441cf'/>
<id>urn:sha1:6d29e75f84fc23f9f3838350b4f5b842c3d441cf</id>
<content type='text'>
not halt on error.  Thanks to Wolfram for reminding me. ;)

Also remove a unnecessary test for c == '\n', since the
loop (in ParseSkipLine) will not terminate unless
c == '\n' || c == EOF, and the EOF case is already
explicted handled by a return statement.
</content>
</entry>
<entry>
<title>Be sure to remove any newlines encountered when</title>
<updated>1996-09-23T17:21:34Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1996-09-23T17:21:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0e0e0239f02e9a8d4d35e9a86af59ce15c36f9f8'/>
<id>urn:sha1:0e0e0239f02e9a8d4d35e9a86af59ce15c36f9f8</id>
<content type='text'>
parsing the input file in ParseSkipLine(...).
</content>
</entry>
<entry>
<title>Fix for PR# 1095, make's continuation line handling buggy</title>
<updated>1996-09-22T02:28:36Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1996-09-22T02:28:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6bf3beb134d3a2ad82485eff0afab2ee26f0ac69'/>
<id>urn:sha1:6bf3beb134d3a2ad82485eff0afab2ee26f0ac69</id>
<content type='text'>
when used with .elif.  Additional fixes include:

    - fix continuation line handling when using .for
    - plug up a memory leak
</content>
</entry>
<entry>
<title>Fixed handling of `!=' assignment.  Don't warn if the shell's output is</title>
<updated>1996-09-12T03:03:25Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-09-12T03:03:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d25a64252b08180a7815d2f7fbdbca01facf8698'/>
<id>urn:sha1:d25a64252b08180a7815d2f7fbdbca01facf8698</id>
<content type='text'>
null, but warn if there was an error reading it.
</content>
</entry>
</feed>
