Re: pg_upgrade versus MSVC build scripts - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: pg_upgrade versus MSVC build scripts
Date
Msg-id 4BEB2636.6030109@dunslane.net
Whole thread Raw
In response to Re: pg_upgrade versus MSVC build scripts  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers

Bruce Momjian wrote:
> Can't we pass a 'make' down into a
> subdirectory and have a separate Makefile just run?  pg_migrator had
> this rule:
>
>     all install installdirs uninstall distprep clean distclean maintainer-clean:
>             $(MAKE) -C src $@
>             $(MAKE) -C func $@
>
>   

Yes, you can on Unix, of course. But I'm pretty sure it won't work with 
the MSVC build system.

cheers

andrew


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_upgrade versus MSVC build scripts
Next
From: Tom Lane
Date:
Subject: Re: pg_upgrade versus MSVC build scripts