<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/make/parse.c, branch release/2.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1996-11-06T09:39:45Z</updated>
<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-test2/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-test2/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-test2/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-test2/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-test2/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-test2/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-test2/commit/?id=d25a64252b08180a7815d2f7fbdbca01facf8698'/>
<id>urn:sha1:d25a64252b08180a7815d2f7fbdbca01facf8698</id>
<content type='text'>
null, but warn if there was an error reading it.
</content>
</entry>
<entry>
<title>'make' prints an extra leading `make: ' and extra trailing newline if</title>
<updated>1996-07-23T18:55:21Z</updated>
<author>
<name>Nate Williams</name>
<email>nate@FreeBSD.org</email>
</author>
<published>1996-07-23T18:55:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fe6ab298abeb47076ced45949f5e14d15420d515'/>
<id>urn:sha1:fe6ab298abeb47076ced45949f5e14d15420d515</id>
<content type='text'>
there is no target to make.

% make
make: make: no target to make.

%

Beause the function Punt() in main.c takes care of leading 'make:' and
trailing newline, so, there is no need to pass explicitly.

Submitted by:	enami@ba2.so-net.or.jp
Obtained from:	NetBSD GNATS
</content>
</entry>
<entry>
<title>Back out prev. NetBSD fix, it cause skipping some error constructions,</title>
<updated>1995-06-24T17:34:15Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-06-24T17:34:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f22cc074c6c609ca9d15f5a23ae7ddaaf038182'/>
<id>urn:sha1:2f22cc074c6c609ca9d15f5a23ae7ddaaf038182</id>
<content type='text'>
don't delete initial space from line instead
</content>
</entry>
<entry>
<title>Don't make error on ^&lt;spaces&gt;\n</title>
<updated>1995-06-24T17:23:31Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-06-24T17:23:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=33e5f8f7b06995873ccb0f2e5edf6260377a85b2'/>
<id>urn:sha1:33e5f8f7b06995873ccb0f2e5edf6260377a85b2</id>
<content type='text'>
Obtained from: NetBSD
</content>
</entry>
</feed>
