help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

longer PHONY targets causes failure to fire other target


From: Larry Evans
Subject: longer PHONY targets causes failure to fire other target
Date: Thu, 05 May 2011 09:37:18 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Lightning/1.0b1 Thunderbird/3.0.6

The attached Makefile, when invoked as follows:

  make show_bug

produces output:

--{--make show_bug output--
make -v
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for x86_64-pc-linux-gnu
***YES EXPECTED:
make result
make[1]: Entering directory
`/home/evansl/prog_dev/gmake.test/bugs/PHONYlong'
compile bin/part2/chapter08/XfaMovie.class
run results/part2/chapter08/XfaMovie.result
make[1]: Leaving directory `/home/evansl/prog_dev/gmake.test/bugs/PHONYlong'
***NOT EXPECTED:
make result dophony=yes
make[1]: Entering directory
`/home/evansl/prog_dev/gmake.test/bugs/PHONYlong'
make[1]: Nothing to be done for `result'.
make[1]: Leaving directory `/home/evansl/prog_dev/gmake.test/bugs/PHONYlong'
***YES EXPECTED:
make result dophony=yes nopre=yes
make[1]: Entering directory
`/home/evansl/prog_dev/gmake.test/bugs/PHONYlong'
compile bin/part2/chapter08/XfaMovie.class
run results/part2/chapter08/XfaMovie.result
make[1]: Leaving directory `/home/evansl/prog_dev/gmake.test/bugs/PHONYlong'
--}--make show_bug output--

The above about suggests gnu make has some problem when the
length of the .PHONY args is over some length.
Is this a bug, or am I missing something?

TIA.

-Larry

Attachment: Makefile
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]