Re: PHONY targets in Makefile.global.in
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-03-24T13:14:39Z
Lists: pgsql-hackers
Fujii Masao wrote: > Hi, > > Why aren't "installcheck-parallel", "world", "install-world" and > "installcheck-world" declared as a PHONY target in Makefile.global.in? > Lack of make-fu, probably. > The attached patch does that. > > Thanks. Applied. cheers andrew