Thread
-
PHONY targets in Makefile.global.in
Fujii Masao <masao.fujii@gmail.com> — 2010-03-24T11:23:15Z
Hi, Why aren't "installcheck-parallel", "world", "install-world" and "installcheck-world" declared as a PHONY target in Makefile.global.in? The attached patch does that. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
-
Re: PHONY targets in Makefile.global.in
Andrew Dunstan <andrew@dunslane.net> — 2010-03-24T13:14:39Z
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