PHONY targets in Makefile.global.in

Started by Fujii Masaoabout 16 years ago2 messageshackers
Jump to latest
#1Fujii Masao
masao.fujii@gmail.com

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

Attachments:

phony_targets_v1.patchapplication/octet-stream; name=phony_targets_v1.patchDownload+2-2
#2Andrew Dunstan
andrew@dunslane.net
In reply to: Fujii Masao (#1)
Re: PHONY targets in Makefile.global.in

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