]> granicus.if.org Git - postgresql/commit
I have attached a minor update for the Postgres make files. This update
authorMarc G. Fournier <scrappy@hub.org>
Tue, 13 Aug 1996 07:48:33 +0000 (07:48 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 13 Aug 1996 07:48:33 +0000 (07:48 +0000)
commitca5db6cab1107ab177203b7aef80532ac99fdea6
treea027f55eb6cbf3d89a352078a182e2b16251d2cd
parenta721c91adebeb566dc1880630aa1627d4bb4c2aa
I have attached a minor update for the Postgres make files.  This update
does 2 things:

1) Make it hard to not notice the make failed.  (As you recall, someone on
   the mailing list had this problem.  I've had it to some extent myself).

    The 1.02 make files continue with the next subdirectory when a make
    in a subdirectory fails.  The patch makes the make stop in the
    conventional way when a submake fails.  It also adds a reassuring message
    when the make succeeds and adds a note to the INSTALL file to expect it.

2) Include loader flags on all invocations of the linker.

   The 1.02 make files omit the $(LDFLAGS) on some of the linker invocations.
   On my system, I need one of those flags just to make it invoke the proper
   version of the compiler/linker, so LDFLAGS has to be everywhere.

Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
src/Makefile
src/bin/Makefile
src/mk/postgres.lib.mk
src/mk/postgres.prog.mk