Re: Have configure complain about unknown options - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Have configure complain about unknown options
Date
Msg-id 200605091400.34588.peter_e@gmx.net
Whole thread Raw
In response to Re: Have configure complain about unknown options  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: Have configure complain about unknown options  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-patches
Am Dienstag, 9. Mai 2006 10:55 schrieb Martijn van Oosterhout:
> Can you explain why? Unknown options don't do anything, so having users
> remove them seems like a good move.

Build system frameworks assume that they can pass any option and that unknown
options will be ignored.  This grew out of the old Cygnus GNU megatree but as
you saw it is also used by package building frameworks like CDBS.  In fact,
if we one day separate the PLs into separate source tarballs, I'd like to set
up a similar megatree system so building everything becomes easier.

I don't object to having a strict mode or printing warnings or printing a
summary at the end, but we are not in a position to redefine build system
practice.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Cleaning up multiply-defined-symbol warnings on OS X
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Cleaning up multiply-defined-symbol warnings on OS X