Commit graph

19 commits

Author SHA1 Message Date
Roland McGrath
e99a3aca7e Thu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* GNUmakefile (globfiles): Add AmigaDOS support files.
	(distfiles): Add $(amigafiles).
	(amigafiles): New variable.

Thu Nov  7 10:18:16 1995  Aaron Digulla   <digulla@fh-konstanz.de>

	* 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.
1996-05-09 18:02:06 +00:00
Roland McGrath
9e443adaf6 Tue Mar 19 20:21:34 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
Merged VMS port from Klaus Kaempf <kkaempf@didymus.rmi.de>.
	* make.h (PARAMS): New macro.
	* config.h-vms: New file.
	* makefile.com: New file.
	* makefile.vms: New file.
	* readme.vms: New file.
	* vmsdir.h: New file.
	* vmsfunctions.c: New file.
	* vmsify.c: New file.
	* file.h: Renamed to filedef.h to avoid conflict with VMS system hdr.
	* ar.c: Added prototypes and changes for VMS.
	* commands.c: Likewise.
	* commands.h: Likewise.
	* default.c: Likewise.
	* dep.h: Likewise.
	* dir.c: Likewise.
	* expand.c: Likewise.
	* file.c: Likewise.
	* function.c: Likewise.
	* implicit.c: Likewise.
	* job.c: Likewise.
	* job.h: Likewise.
	* main.c: Likewise.
	* make.h: Likewise.
	* misc.c: Likewise.
	* read.c: Likewise.
	* remake.c: Likewise.
	* remote-stub.c: Likewise.
	* rule.c: Likewise.
	* rule.h: Likewise.
	* variable.c: Likewise.
	* variable.h: Likewise.
	* vpath.c: Likewise.
	* compatMakefile (srcs): Rename file.h to filedef.h.
1996-03-20 14:57:41 +00:00
Roland McGrath
0ddf761563 entered into RCS 1993-10-21 20:48:08 +00:00
Roland McGrath
7c456a7368 Formerly rule.c.~16~ 1993-10-18 11:04:04 +00:00
Roland McGrath
3296fa1dff Formerly rule.c.~15~ 1993-07-09 01:22:33 +00:00
Roland McGrath
d92b741fce Formerly rule.c.~14~ 1993-06-30 22:40:50 +00:00
Roland McGrath
4a94240844 Formerly rule.c.~13~ 1993-06-09 23:16:30 +00:00
Roland McGrath
b0a9db44b6 Formerly rule.c.~12~ 1993-05-24 23:02:13 +00:00
Roland McGrath
e28495225d Formerly rule.c.~11~ 1993-04-15 22:29:57 +00:00
Roland McGrath
a609f1f9c2 Formerly rule.c.~10~ 1993-02-21 21:58:43 +00:00
Roland McGrath
9e258d2369 Formerly rule.c.~9~ 1992-11-13 23:14:36 +00:00
Roland McGrath
09fe55be99 Formerly rule.c.~8~ 1992-11-10 20:36:44 +00:00
Roland McGrath
849b2101e6 Formerly rule.c.~7~ 1992-08-02 10:11:25 +00:00
Roland McGrath
62e8630bdc Formerly rule.c.~6~ 1992-07-14 23:08:36 +00:00
Roland McGrath
fc1ec6ab56 Formerly rule.c.~5~ 1992-05-26 05:26:26 +00:00
Roland McGrath
687844b2fe Formerly rule.c.~4~ 1992-04-29 00:44:29 +00:00
Roland McGrath
8b8764b427 Formerly rule.c.~3~ 1992-04-26 19:19:06 +00:00
Roland McGrath
d922934cf8 Formerly rule.c.~2~ 1992-03-24 09:50:46 +00:00
Roland McGrath
b859320606 Initial revision 1992-01-11 11:37:36 +00:00