OSDN Git Service

One helluva mess.
authorMarc G. Fournier <scrappy@hub.org>
Fri, 4 Apr 1997 07:59:48 +0000 (07:59 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 4 Apr 1997 07:59:48 +0000 (07:59 +0000)
commitf2eb14ad0dbf8950b67b77c949ad254aa02bba89
tree73cf2458bd0cce131af672162bdef05e92f37359
parent82a27f230af39a882a8f2cd46571817782d3b3c8
One helluva mess.

Further extended Makefile.global/build/configure so that we can
have a 'template' file for each OS (and each version of OS, as in BSDi)
which is used as much as possible to generate Makefile.global

Any future ports should look at using the template file as a basis,
before moving over to Makefile.global.

This will most probably break alot of the ports, atho I've tried to
be very neat about it...
28 files changed:
src/Makefile.global.in
src/build
src/configure
src/configure.in
src/template/aix [new file with mode: 0644]
src/template/alpha [new file with mode: 0644]
src/template/bsdi [new file with mode: 0644]
src/template/bsdi-2.1 [new file with mode: 0644]
src/template/dgux [new file with mode: 0644]
src/template/freebsd [new file with mode: 0644]
src/template/generic [new file with mode: 0644]
src/template/hpux-cc [new file with mode: 0644]
src/template/hpux-gcc [new file with mode: 0644]
src/template/i386_solaris [new file with mode: 0644]
src/template/i386_solaris-cc [new file with mode: 0644]
src/template/irix5 [new file with mode: 0644]
src/template/linux [new file with mode: 0644]
src/template/linux-elf [new file with mode: 0644]
src/template/nextstep [new file with mode: 0644]
src/template/sparc [new file with mode: 0644]
src/template/sparc_solaris [new file with mode: 0644]
src/template/sparc_solaris-cc [new file with mode: 0644]
src/template/sparc_solaris-gcc [new file with mode: 0644]
src/template/sunos4-cc [new file with mode: 0644]
src/template/sunos4-gcc [new file with mode: 0644]
src/template/svr4 [new file with mode: 0644]
src/template/ultrix4 [new file with mode: 0644]
src/template/univel [new file with mode: 0644]