Re: pg_upgrade versus MSVC build scripts

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_upgrade versus MSVC build scripts
Date: 2010-05-12 22:05:42
Message-ID: 4BEB2636.6030109@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-05-12 22:07:59 Re: pg_upgrade versus MSVC build scripts
Previous Message Bruce Momjian 2010-05-12 21:57:32 Re: pg_upgrade versus MSVC build scripts