On Tue, May 12, 2015 at 11:01:49AM -0400, Bruce Momjian wrote:
> > While you can't easily add rule action to an existing target, you can
> > easily add dependencies by just mentioning the target multiple times,
> > e.g.
> > 
> >     check: dep1
> >         
> >     check: dep2
> >         
> >     dep1:
> >             echo 1
> >         
> >     dep2:
> >             echo 2
> > 
> > 
> > Running 'make check' will output '1 2'.
> > 
> > Now, of course many check's need temp-install, but the SGML build does
> > not.  The attached diff uses a symbol defined in doc/src/sgml/Makefile
> > (GENERATED_SGML) to supress the temp-install target rule action.
> 
> Patch applied, with added Makefile comment.

This patch has broken the build farm, and I am fixing it now.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to