<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/make/make.h, branch release/4.6.2_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-08-14T06:57:09Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-08-14T06:57:09Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-08-14T06:57:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=72b7f92e6edf4375820f765b41697b3208ce7fe7'/>
<id>urn:sha1:72b7f92e6edf4375820f765b41697b3208ce7fe7</id>
<content type='text'>
'RELENG_4_6_2_RELEASE'.

This commit was manufactured to restore the state of the 4.6.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: 8 months of bugfixes by myself, des, kris, wsanchez, and a few PR</title>
<updated>2001-02-13T03:13:58Z</updated>
<author>
<name>Will Andrews</name>
<email>will@FreeBSD.org</email>
</author>
<published>2001-02-13T03:13:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60b0893a9b05b3e707ae1a3e366a0e846b44b4a6'/>
<id>urn:sha1:60b0893a9b05b3e707ae1a3e366a0e846b44b4a6</id>
<content type='text'>
submissions.  Style changes were purposefully avoided.
</content>
</entry>
<entry>
<title>MFC: loud debugging facility (-dl).</title>
<updated>2000-05-20T20:04:02Z</updated>
<author>
<name>Will Andrews</name>
<email>will@FreeBSD.org</email>
</author>
<published>2000-05-20T20:04:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f021a6ac4d37e9d665a409e8c9da814ea3d61418'/>
<id>urn:sha1:f021a6ac4d37e9d665a409e8c9da814ea3d61418</id>
<content type='text'>
Better patch submitted by:	steve
Reviewed by:			phk, steve, chuckr, obrien
				Lyndon Nerenberg &lt;lyndon@orthanc.ab.ca&gt;
Approved by:			jkh
</content>
</entry>
<entry>
<title>Remove the #include of sys/param.h.  It was meant to improve portability</title>
<updated>1999-09-11T13:17:35Z</updated>
<author>
<name>Tim Vanderhoek</name>
<email>hoek@FreeBSD.org</email>
</author>
<published>1999-09-11T13:17:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c947a6678b4d300dee54715512178f9d189ce2c5'/>
<id>urn:sha1:c947a6678b4d300dee54715512178f9d189ce2c5</id>
<content type='text'>
for BSD less than 4.4 where sys/cdefs.h DNE but can be simulated with
param.h.  Unfortunately, the additional include did little to actually
improve portability since we've lost portability in several other chunks
of make code (err(), sysctlbyname(), probable more).

Partly submitted by:	bde
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).</title>
<updated>1999-08-17T00:39:26Z</updated>
<author>
<name>Tim Vanderhoek</name>
<email>hoek@FreeBSD.org</email>
</author>
<published>1999-08-17T00:39:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9bd2d6eee4d62856ab91eb90d01ccb4d2f0378b1'/>
<id>urn:sha1:9bd2d6eee4d62856ab91eb90d01ccb4d2f0378b1</id>
<content type='text'>
Obtained from:	OpenBSD, sometimes indirected from NetBSD; myself
</content>
</entry>
<entry>
<title>Add a -E flag, similar to -e (overide variables from environment) except</title>
<updated>1999-07-31T20:53:02Z</updated>
<author>
<name>Tim Vanderhoek</name>
<email>hoek@FreeBSD.org</email>
</author>
<published>1999-07-31T20:53:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b97af31bdb8b9902ee15b1a9b233d44af9b92958'/>
<id>urn:sha1:b97af31bdb8b9902ee15b1a9b233d44af9b92958</id>
<content type='text'>
that -E only operates for a specified variable.  Useful since the -e option
will often pull-in many unwanted variable overrides (esp. in a make world
situation).  Uses include overriding BINOWN (which cannot be done by normal
methods or through abuses of MAKEFLAGS) or likely for ports to honour CFLAGS
(provided they're running on a system whose make(1) has this option).
</content>
</entry>
<entry>
<title>Added a -v (verbose) option and hid multi-job file banner generation</title>
<updated>1998-11-14T16:15:04Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1998-11-14T16:15:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7009ec844fcc00db6ba3815a5c2fe78a73407d42'/>
<id>urn:sha1:7009ec844fcc00db6ba3815a5c2fe78a73407d42</id>
<content type='text'>
behind it.
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ to $Id$</title>
<updated>1997-02-22T19:29:21Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T19:29:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=53faa0dadee0318c35cdacdd47ca75f8606f745d'/>
<id>urn:sha1:53faa0dadee0318c35cdacdd47ca75f8606f745d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the long-awaited change from $Id$ to $FreeBSD$</title>
<updated>1997-01-14T07:20:47Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-01-14T07:20:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1130b656e5fe4c2d1ba299e024d1b40eaeebd380'/>
<id>urn:sha1:1130b656e5fe4c2d1ba299e024d1b40eaeebd380</id>
<content type='text'>
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
</content>
</entry>
</feed>
