bug-make
[Top][All Lists]
Advanced

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

[bug #22434] Consider a dependancy as target file and try to make the fi


From: Dave Korn
Subject: [bug #22434] Consider a dependancy as target file and try to make the file
Date: Wed, 27 Feb 2008 18:57:18 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.10) Gecko/20050717 Firefox/1.0.6

Follow-up Comment #3, bug #22434 (project make):

Your testcase is way too complex to be convenient - it would be more helpful
if you could make a self-contained example, rather than requiring people to
install Hg and then clone your repository and then autoconf a makefile and
only /then/ be able to even /start/ looking at the problem.

So this is only a guess, but it sounds like you've missed or misread the part
of the manual that explains that all dependencies are always supposed to be
prerequisites, and if you just want a goal as a dependency that doesn't make a
target file of the same name, you have to list it as a .PHONY target.  Are you
simply missing a .PHONY declaration to tell make that "Pokme" isn't the name
of a real output file?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?22434>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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