<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/make/var.c, branch releng/4.7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-02-27T14:18:57Z</updated>
<entry>
<title>MFC 1.23: make(1) claims to ignore the remainder of a conditional once</title>
<updated>2002-02-27T14:18:57Z</updated>
<author>
<name>Crist J. Clark</name>
<email>cjc@FreeBSD.org</email>
</author>
<published>2002-02-27T14:18:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb35b4f447f4f3c695246f351c2b6d1826afbdac'/>
<id>urn:sha1:cb35b4f447f4f3c695246f351c2b6d1826afbdac</id>
<content type='text'>
its value has been determined in a manner similar to C. However, this
was not the case. This patch should fix the problem.

PR:		bin/34032
Submitted by:	Alan Eldridge &lt;alane@geeksrus.net&gt;
</content>
</entry>
<entry>
<title>MFC rev. 1.22</title>
<updated>2002-02-17T08:29:37Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2002-02-17T08:29:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=11be3db593c49ac0a1049f29ab35b826fa1cda40'/>
<id>urn:sha1:11be3db593c49ac0a1049f29ab35b826fa1cda40</id>
<content type='text'>
  Make substitutions in internal macros like $(@F:.o=.c) work.
PR:             bin/24377
</content>
</entry>
<entry>
<title>MFC: :C, :L, and :U variable modifiers.</title>
<updated>2000-10-19T04:23:49Z</updated>
<author>
<name>Will Andrews</name>
<email>will@FreeBSD.org</email>
</author>
<published>2000-10-19T04:23:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5562f172b69351b55ac07d93c960617716a01a42'/>
<id>urn:sha1:5562f172b69351b55ac07d93c960617716a01a42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unduplicate IDs from comments, do $Id -&gt; $FreeBSD$  (submitted-by: bde)</title>
<updated>1999-09-11T13:08:02Z</updated>
<author>
<name>Tim Vanderhoek</name>
<email>hoek@FreeBSD.org</email>
</author>
<published>1999-09-11T13:08:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=06b1dcf18264ee0320241b7070472cbee7bdb60b'/>
<id>urn:sha1:06b1dcf18264ee0320241b7070472cbee7bdb60b</id>
<content type='text'>
</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>Add :Q to quote variable expansion to all proper expansion of</title>
<updated>1999-04-19T07:30:04Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-04-19T07:30:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ab898e2ec91ba8d878fdddf9408ec477640f5696'/>
<id>urn:sha1:ab898e2ec91ba8d878fdddf9408ec477640f5696</id>
<content type='text'>
variables for recursive makes.  This makes it less painful to cross
build recent NetBSD kernels on FreeBSD.

Obtained from: NetBSD
</content>
</entry>
<entry>
<title>PR:		bin/6828</title>
<updated>1998-06-02T13:11:04Z</updated>
<author>
<name>Peter Hawkins</name>
<email>thepish@FreeBSD.org</email>
</author>
<published>1998-06-02T13:11:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=968d4e7fe2d5237f170adab7516ec6fc88421c44'/>
<id>urn:sha1:968d4e7fe2d5237f170adab7516ec6fc88421c44</id>
<content type='text'>
Submitted by:	njs3@doc.ic.ac.uk
Obtained from:	NetBSD

Implement embedded variable expansion
</content>
</entry>
<entry>
<title>Add #include &lt;stdlib.h&gt; to pick up prototypes for getenv and friends.</title>
<updated>1997-09-29T03:53:53Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1997-09-29T03:53:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce2d5f5fa657cfdde766308818f34507fea08eb3'/>
<id>urn:sha1:ce2d5f5fa657cfdde766308818f34507fea08eb3</id>
<content type='text'>
</content>
</entry>
</feed>
