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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to