<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/config.ami.template, branch 3.78.92</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=3.78.92</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=3.78.92'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>1999-09-01T08:04:30Z</updated>
<entry>
<title>* A bugfix on MAKEFLAGS options creation that broke jobserver.</title>
<updated>1999-09-01T08:04:30Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1999-09-01T08:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=82f0c5495afcf82b7cf82cbd69fa2f8f63c6b241'/>
<id>urn:sha1:82f0c5495afcf82b7cf82cbd69fa2f8f63c6b241</id>
<content type='text'>
* Put the host info in the --version output.
* Don't croak if the user forces -jN on submakes.
</content>
</entry>
<entry>
<title>* Add new jobserver feature.</title>
<updated>1999-04-25T04:30:55Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1999-04-25T04:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=fc0fe4103ac983d88b83dad0daf97664ffa8e04b'/>
<id>urn:sha1:fc0fe4103ac983d88b83dad0daf97664ffa8e04b</id>
<content type='text'>
* Small updates to the manual
* E.Zaretskii fix for new DJGPP version.
</content>
</entry>
<entry>
<title>Checkpoint changes.  Bug fixes, mostly.</title>
<updated>1998-10-03T05:39:55Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1998-10-03T05:39:55Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=2c64fb221a265f9e7fc93374906b1e7540377561'/>
<id>urn:sha1:2c64fb221a265f9e7fc93374906b1e7540377561</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GNU make release 3.77.</title>
<updated>1998-07-30T20:54:47Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1998-07-30T20:54:47Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=e2403327e9913bbcbd515f9c38b8f4e26fb9b0d9'/>
<id>urn:sha1:e2403327e9913bbcbd515f9c38b8f4e26fb9b0d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated for GNU make 3.75.92.</title>
<updated>1997-08-27T20:36:31Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1997-08-27T20:36:31Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=acd666ce5078c8bcabfc438c7eab286b4416a2ce'/>
<id>urn:sha1:acd666ce5078c8bcabfc438c7eab286b4416a2ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changes for make 3.75.1</title>
<updated>1997-04-07T07:21:16Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1997-04-07T07:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0ada207e2dca2b69a65ce186e625e7f6397edd34'/>
<id>urn:sha1:0ada207e2dca2b69a65ce186e625e7f6397edd34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Thu May  9 13:54:49 1996  Roland McGrath  &lt;roland@delasyd.gnu.ai.mit.edu&gt;</title>
<updated>1996-05-09T18:02:06Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@redhat.com</email>
</author>
<published>1996-05-09T18:02:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=e99a3aca7ec9796973a7e4d93676c5c13483a948'/>
<id>urn:sha1:e99a3aca7ec9796973a7e4d93676c5c13483a948</id>
<content type='text'>
	* GNUmakefile (globfiles): Add AmigaDOS support files.
	(distfiles): Add $(amigafiles).
	(amigafiles): New variable.

Thu Nov  7 10:18:16 1995  Aaron Digulla   &lt;digulla@fh-konstanz.de&gt;

	* Added Amiga support in commands.c, dir.c, function.c,
	job.c, main.c, make.h, read.c, remake.c
	* commands.c: Amiga has neither SIGHUP nor SIGQUIT
	* dir.c: Amiga has filenames with Upper- and Lowercase,
	but "FileName" is the same as "filename". Added strieq()
	which is use to compare filenames. This is like streq()
	on all other systems. Also there is no such thing as
	"." under AmigaDOS.
	* function.c: On Amiga, the environment is not passed as envp,
	there are no pipes and Amiga can't fork. Use my own function
	to create a new child.
	* job.c: default_shell is "" (The system automatically chooses
	a shell for me). Have to use the same workaround as MSDOS for
	running batch commands. Added HAVE_SYS_PARAM_H. NOFILE isn't
	known on Amiga. Cloned code to run children from MSDOS. Own
	version of sh_chars[] and sh_cmds[]. No dup2() or dup() on Amiga.
	* main.c: Force stack to 20000 bytes. Read environment from ENV:
	device. On Amiga, exec_command() does return, so I exit()
	afterwards.
	* make.h: Added strieq() to compare filenames.
	* read.c: Amiga needs special extension to have passwd. Only
	one include-dir. "Makefile" and "makefile" are the same.
	Added "SMakefile".  Added special code to handle device names (xxx:)
	and "./" in rules.
	* remake.c: Only one lib-dir. Amiga link-libs are named "%s.lib"
	instead of "lib%s.a".
	* main.c, rule.c, variable.c: Avoid floats at all costs.
	* vpath.c: Get rid of as many alloca()s as possible.
</content>
</entry>
</feed>
