summaryrefslogtreecommitdiff
path: root/GNUmakefile
AgeCommit message (Collapse)AuthorFilesLines
1997-04-07Changes for make 3.75.1Paul Smith1-18/+21
1996-07-26Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-5/+0
* GNUmakefile (mkdep-nolib): Use -MM option unconditionally.
1996-07-26Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+1
* GNUmakefile (win32files): Add NMakefile.
1996-07-19Fri Jul 19 16:57:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+8
* GNUmakefile (win32files): New variable. (distfiles): Add it. * w32: Updated by Rob Tulloh.
1996-05-13Mon May 13 14:37:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>3.74.4Roland McGrath1-1/+1
* GNUmakefile (vmsfiles): Fix typo.
1996-05-13Mon May 13 14:37:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+1
* GNUmakefile (amigafiles): Add amiga.h.
1996-05-09(libc-srcdir): Use ../libc.Roland McGrath1-1/+1
1996-05-09Thu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1-1/+5
* 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-03-20Wed Mar 20 09:52:27 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1-3/+5
* GNUmakefile (vmsfiles): New variable. (distfiles): Include $(vmsfiles).
1996-03-01(libc-srcdir) New var.Roland McGrath1-2/+3
(stamp-glob): Use $(libc-srcdir).
1995-12-12(CPPFLAGS): Add -Iglob.Roland McGrath1-5/+5
1995-10-10.Roland McGrath1-2/+2
1995-08-01(CFLAGS): Add some warnings.Roland McGrath1-1/+2
1995-04-05(CPPFLAGS): Use $(defines) too.Roland McGrath1-1/+1
1995-03-28(CPPFLAGS): Use $(CPPFLAGS) instead of $(defines).Roland McGrath1-4/+3
1995-03-13(stamp-glob): Remove $(globfiles), not the whole glob directory.Roland McGrath1-1/+1
1995-03-10(globfiles): Add glob/configure.bat.Roland McGrath1-1/+2
(distfiles): Add configh.dos, configure.bat.
1995-03-08.3.72.9Roland McGrath1-10/+11
1995-03-08(configure, config.h.in): Depend on aclocal.m4. Commit files to CVS.Roland McGrath1-2/+6
1995-03-08Do CVS magic, not RCS magic.Roland McGrath1-7/+8
1994-11-28(build.sh.in): Make it executable.Roland McGrath1-0/+1
1994-11-28(globfiles): Add configure.in, configure.Roland McGrath1-1/+1
1994-11-28(make-$(version).tar): Rename install.sh to install-sh.3.72.2Roland McGrath1-1/+1
1994-11-28(prefix, exec_prefix): Set.Roland McGrath1-4/+4
(CPPFLAGS): Filter out @...@. ($(ARCH)/glob/libglob.a): Don't pass down variables.
1994-11-04(rcs-mark-{alpha,beta}): Let make do the globbing instead of sh.Roland McGrath1-2/+2
1994-05-19(AC_MACRODIR): Don't define it.Roland McGrath1-5/+2
[AC_MACRODIR]: Protect deps using it with ifdef.
1994-05-02(AC_MACRODIR): Change default back.Roland McGrath1-1/+1
1994-05-02(config.h.in): Use $(AC_MACRODIR) in dep.Roland McGrath1-1/+1
1994-05-02(AC_MACRODIR): Define if undefined.Roland McGrath1-3/+5
(ACFLAGS, configure, config.h.in): Use that value.
1994-04-25(ARCH==hp300): Disabled customs.Roland McGrath1-1/+1
1994-04-21(dist): Depend on rcs-mark first.Roland McGrath1-5/+6
(rcs-mark): New target. (rcs-mark-alpha, rcs-mark-beta): Use $(version-); append : to name for -N. (version-): New variable, removes dots (RCS doesn't like) from $(version).
1994-04-20(dist-flavor): New variable, default to alpha.Roland McGrath1-4/+7
(dist): Depend on rcs-mark-$(dist-flavor). (rcs-mark-beta): New target.
1994-03-29(rcs-mark-alpha): New target.Roland McGrath1-0/+5
(dist): Depend on that.
1994-03-29(Makefile.in): Edit MAKE assignment into @SET_MAKE@.Roland McGrath1-1/+1
1994-02-16entered into RCSRoland McGrath1-0/+2
1994-01-12Formerly GNUmakefile.~116~Roland McGrath1-2/+3
1994-01-07Formerly GNUmakefile.~115~Roland McGrath1-1/+3
1993-12-23Formerly GNUmakefile.~113~Roland McGrath1-1/+2
1993-12-22Formerly GNUmakefile.~112~Roland McGrath1-1/+2
1993-11-11Formerly GNUmakefile.~111~Roland McGrath1-1/+1
1993-10-25Formerly GNUmakefile.~110~Roland McGrath1-1/+1
1993-10-11Formerly GNUmakefile.~109~Roland McGrath1-1/+1
1993-08-16Formerly GNUmakefile.~108~Roland McGrath1-2/+2
1993-07-26Formerly GNUmakefile.~107~Roland McGrath1-0/+1
1993-07-01Formerly GNUmakefile.~106~Roland McGrath1-1/+1
1993-06-09Formerly GNUmakefile.~105~Roland McGrath1-2/+4
1993-06-03Formerly GNUmakefile.~104~Roland McGrath1-1/+1
1993-06-02Formerly GNUmakefile.~103~Roland McGrath1-2/+2
1993-05-21Formerly GNUmakefile.~102~Roland McGrath1-1/+1
1993-04-22Formerly GNUmakefile.~100~Roland McGrath1-5/+2