<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/variables, branch 3.99.90</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=3.99.90</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=3.99.90'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2013-05-13T06:48:18Z</updated>
<entry>
<title>Add a new variable: GNUMAKEFLAGS</title>
<updated>2013-05-13T06:48:18Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-13T06:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c7732bd5add31b38fea113c9ab4ad4d97a0870c7'/>
<id>urn:sha1:c7732bd5add31b38fea113c9ab4ad4d97a0870c7</id>
<content type='text'>
This allows you to write portable makefiles that set GNU make-specific command
line options in the environment or makefile: add them to GNUMAKEFLAGS instead
of MAKEFLAGS and they will be seen by GNU make but ignored by other
implementations of make.
</content>
</entry>
<entry>
<title>Use level o_env_override for MAKEFLAGS so it's reset even with -e.</title>
<updated>2013-05-13T06:30:14Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-13T06:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=2627d8322136eac2b499dd12e2769eb01d7c74bc'/>
<id>urn:sha1:2627d8322136eac2b499dd12e2769eb01d7c74bc</id>
<content type='text'>
Fixes Savannah bug #2216.
</content>
</entry>
<entry>
<title>cosmetics: fix few innocuous typos</title>
<updated>2013-05-06T00:50:37Z</updated>
<author>
<name>Stefano Lattarini</name>
<email>stefano.lattarini@gmail.com</email>
</author>
<published>2013-04-30T13:37:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=13f13b96b3182cf7569b98c6235675af11a6a3de'/>
<id>urn:sha1:13f13b96b3182cf7569b98c6235675af11a6a3de</id>
<content type='text'>
Most of these were found using Lucas De Marchi's 'codespell' tool.

* ChangeLog: Fix minor typos.
* ChangeLog.2: Likewise.
* README.Amiga: Likewise.
* TODO.private: Likewise.
* function.c: Likewise.
* glob/glob.h: Likewise.
* job.c: Likewise.
* main.c: Likewise.
* readme.vms: Likewise.
* remake.c: Likewise.
* tests/ChangeLog: Likewise.
* tests/NEWS: Likewise.
* tests/README: Likewise.
* tests/scripts/variables/private: Likewise.
* vmsdir.h: Likewise.
* signame.c: Likewise.  While at it, improve line wrapping in the
touched comment.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini &lt;stefano.lattarini@gmail.com&gt;
</content>
</entry>
<entry>
<title>Ensure appending private variables in pattern-specific target variables.</title>
<updated>2012-03-04T08:09:09Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-03-04T08:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=eb632d7676e92fd5750413ab6a6d16f3a6fda5c4'/>
<id>urn:sha1:eb632d7676e92fd5750413ab6a6d16f3a6fda5c4</id>
<content type='text'>
Fixes Savannah bug #35468.
</content>
</entry>
<entry>
<title>Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.</title>
<updated>2012-03-04T00:24:20Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-03-04T00:24:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=23c2b99e9d23e726ede9442728272616e66d416f'/>
<id>urn:sha1:23c2b99e9d23e726ede9442728272616e66d416f</id>
<content type='text'>
Fixes Savannah bug #34530.
</content>
</entry>
<entry>
<title>Ensure that .ONESHELL works with .SHELLFLAGS options containing whitespace.</title>
<updated>2012-03-03T22:56:20Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-03-03T22:56:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=405c89ba1e33e013f7e582e28f969fc3f39b9b2c'/>
<id>urn:sha1:405c89ba1e33e013f7e582e28f969fc3f39b9b2c</id>
<content type='text'>
See Savannah bug #35397.
</content>
</entry>
<entry>
<title>Add support for "::=" simple assignment operator.</title>
<updated>2012-01-30T00:21:57Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-01-30T00:21:57Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=ef6461611b8fb7cd4a92168d4c319153462afb5a'/>
<id>urn:sha1:ef6461611b8fb7cd4a92168d4c319153462afb5a</id>
<content type='text'>
The next POSIX standard will define "::=" to have the same behavior
as GNU make's ":=", so add support for this new operator.
</content>
</entry>
<entry>
<title>Ensure private variables are not used when appending target-specific</title>
<updated>2011-05-07T20:03:49Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2011-05-07T20:03:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=f15efca8112bc2cd4f120a64fcc3aa4fa70a871e'/>
<id>urn:sha1:f15efca8112bc2cd4f120a64fcc3aa4fa70a871e</id>
<content type='text'>
variables.  Fixes Savannah bug #32872.
</content>
</entry>
<entry>
<title>Improve backslash/newline handling to adhere to POSIX requirements.</title>
<updated>2010-11-06T21:56:23Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-11-06T21:56:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=391456aad790172c3cbbceb5544dd785c0e60a99'/>
<id>urn:sha1:391456aad790172c3cbbceb5544dd785c0e60a99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the version to 3.82.90.</title>
<updated>2010-08-29T23:05:26Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-08-29T23:05:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a86d1693bac05e04f90a2ee3c4fa3547c788377c'/>
<id>urn:sha1:a86d1693bac05e04f90a2ee3c4fa3547c788377c</id>
<content type='text'>
Fix some doc bugs.
Implement the --trace flag.
Show filename/linenumber on error.
</content>
</entry>
</feed>
