<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/make/main.c, branch release/2.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-03-27T03:07:27+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-03-27T03:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1784d64eb85eb63599204bb31b826970b6661e65'/>
<id>1784d64eb85eb63599204bb31b826970b6661e65</id>
<content type='text'>
'RELENG_2_2_1_RELEASE'.

This commit was manufactured to restore the state of the 2.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_2_2_1_RELEASE'.

This commit was manufactured to restore the state of the 2.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extraneous comment, fix second-level tabs (one</title>
<updated>1996-10-12T02:15:30+00:00</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1996-10-12T02:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97162b3f35557fd132bddb0a761653231e51d733'/>
<id>97162b3f35557fd132bddb0a761653231e51d733</id>
<content type='text'>
tab and four spaces), and return error message in *err
instead of calling Parse_Error.

Suggested by: Bruce Evans &lt;bde@zeta.org.au&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tab and four spaces), and return error message in *err
instead of calling Parse_Error.

Suggested by: Bruce Evans &lt;bde@zeta.org.au&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Reinstate '!=' fix by Bruce Evans.  The original commit message from</title>
<updated>1996-10-11T03:55:29+00:00</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1996-10-11T03:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=39dd3fffbf681b38dad8160180c9811c359f7439'/>
<id>39dd3fffbf681b38dad8160180c9811c359f7439</id>
<content type='text'>
parse.c(1.9) was:

revision 1.9
date: 1996/09/12 03:03:25;  author: bde;  state: Exp;  lines: +7 -6
Fixed handling of `!=' assignment.  Don't warn if the shell's output is
null, but warn if there was an error reading it.

Suggested by: Bruce Evans &lt;bde@zeta.org.au&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
parse.c(1.9) was:

revision 1.9
date: 1996/09/12 03:03:25;  author: bde;  state: Exp;  lines: +7 -6
Fixed handling of `!=' assignment.  Don't warn if the shell's output is
null, but warn if there was an error reading it.

Suggested by: Bruce Evans &lt;bde@zeta.org.au&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>O' to be bitten by CVS.  Cleanup after import</title>
<updated>1996-10-08T04:07:59+00:00</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1996-10-08T04:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5d55a64610e325e91ca56aa9515091c942e6801c'/>
<id>5d55a64610e325e91ca56aa9515091c942e6801c</id>
<content type='text'>
of Christos' version of make(1) and add Id's.

Set straight by: Bruce Evans and Peter Wemm :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of Christos' version of make(1) and add Id's.

Set straight by: Bruce Evans and Peter Wemm :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the rule used to determine the object</title>
<updated>1996-10-06T16:19:08+00:00</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1996-10-06T16:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=66b6f9d1e4443e962469664008c67ad0d1f450bf'/>
<id>66b6f9d1e4443e962469664008c67ad0d1f450bf</id>
<content type='text'>
directory location.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directory location.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge in NetBSD's changes to make(1).  Changes include:</title>
<updated>1996-10-06T02:35:38+00:00</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1996-10-06T02:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c0d06fe46307038927b1e161cbb4d3f4527ac669'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	- 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore previous compatibility of ${.CURDIR}/obj.`uname -m` and</title>
<updated>1996-09-18T06:06:39+00:00</updated>
<author>
<name>Steven Wallace</name>
<email>swallace@FreeBSD.org</email>
</author>
<published>1996-09-18T06:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=18e24ede6bb67297760c6ccc56c4f94316a0a129'/>
<id>18e24ede6bb67297760c6ccc56c4f94316a0a129</id>
<content type='text'>
$(.CURDIR}/obj search while retaining compatability of new
prefix with cwd for the current source tree builds.
.TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in
bsd.obj.mk

The builtin object directory searching is defined specifically as:

If MAKEOBJDIRPREFIX is defined, the search order is
${MAKEOBJDIRPREFIX}${.CURDIR}
${.CURDIR}

Else if MAKEOBJDIR is defined, the search order is
${MAKEOBJDIR}
${.CURDIR}

Otherwise, default to the search order
${.CURDIR}/obj.`uname -m`
$(.CURDIR}/obj
/usr/obj${.CURDIR}
${.CURDIR}

Reviewed by:	bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$(.CURDIR}/obj search while retaining compatability of new
prefix with cwd for the current source tree builds.
.TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in
bsd.obj.mk

The builtin object directory searching is defined specifically as:

If MAKEOBJDIRPREFIX is defined, the search order is
${MAKEOBJDIRPREFIX}${.CURDIR}
${.CURDIR}

Else if MAKEOBJDIR is defined, the search order is
${MAKEOBJDIR}
${.CURDIR}

Otherwise, default to the search order
${.CURDIR}/obj.`uname -m`
$(.CURDIR}/obj
/usr/obj${.CURDIR}
${.CURDIR}

Reviewed by:	bde
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a missing colon in `notyet' code.</title>
<updated>1996-08-31T14:22:33+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-08-31T14:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=454f40052a75a6f45099d46fa12524ccdb7da8a5'/>
<id>454f40052a75a6f45099d46fa12524ccdb7da8a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a -V option to print make's idea of the value of a variable.</title>
<updated>1996-07-17T11:02:43+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-07-17T11:02:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=375633ec4962e4fa558234d2aceae7565fafd4a7'/>
<id>375633ec4962e4fa558234d2aceae7565fafd4a7</id>
<content type='text'>
Submitted by:	mark@linus.demon.co.uk (Mark Valentine)

Fixed bugs and inconsistencies in synopsis and usage message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	mark@linus.demon.co.uk (Mark Valentine)

Fixed bugs and inconsistencies in synopsis and usage message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Put back the $PWD override behavior of revision 1.4.  The concensus</title>
<updated>1996-07-01T22:55:57+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-07-01T22:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c4d74c02f2f36281f524ccedc28b8679e511a1ef'/>
<id>c4d74c02f2f36281f524ccedc28b8679e511a1ef</id>
<content type='text'>
*seems* to be that it was the right thing to do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*seems* to be that it was the right thing to do.
</pre>
</div>
</content>
</entry>
</feed>
