]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Minor FreeBSD fixes put in place
authorMarc G. Fournier <scrappy@hub.org>
Sat, 31 Oct 1998 03:58:55 +0000 (03:58 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 31 Oct 1998 03:58:55 +0000 (03:58 +0000)
commit15d61bb43968123a78b7f2ae2b4ce689fbdaa83e
tree4ec3c89b5faaebbe203d1e771f0d4ed278a3223e
parent2e18525dbefc882c6749d91abb2c0d22d520b652
Minor FreeBSD fixes put in place

From: SHIOZAKI Takehiko <takehi-s@ascii.co.jp>

I tried snapshot(Oct30) and made some patches.
# I think that it is confused to manage both Makefile.shlib and
# makefiles/Makefile.*, don't you?

* configure
        Now FreeBSD 2.X is not supported..., so I added its entry.
        If ELF_SYSTEM is set, gmake treat it defined even though
        it is "false".  So nothing should be set to use "ifdef".
        BSD_SHLIB etc. may have same problems.

* Makefile.shlib
        As you said, FreeBSD entry is much like BSD's.
        I only added ELF_SYSTEM code.

* makefiles/Makefile.freebsd
        Ifdef/else/endif can not be indented with TABs.
src/Makefile.shlib
src/configure
src/configure.in
src/makefiles/Makefile.freebsd