I have attached a minor update for the Postgres make files. This update

Marc G. Fournier <scrappy@hub.org>

Commit: ca5db6cab1107ab177203b7aef80532ac99fdea6
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1996-08-13T07:48:33Z
Releases: 7.1.1
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>

Files

PathChange+/−
src/bin/Makefile modified +13 −9
src/Makefile modified +10 −10
src/mk/postgres.lib.mk modified +2 −2
src/mk/postgres.prog.mk modified +2 −2