bug-make
[Top][All Lists]
Advanced

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

[bug #36800] False misidentification of '%' as "mixed" target in a singl


From: Paul D. Smith
Subject: [bug #36800] False misidentification of '%' as "mixed" target in a single target specififcation
Date: Fri, 06 Jul 2012 17:57:31 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.47 Safari/536.11

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

Previously make didn't throw an error on the syntax.  But the rule always had
the problem that the file you created was not the same as the one you told
make you'd create.

Most likely you never noticed this because with a prerequisite like "all"
(which is probably .PHONY) the rule always rebuilt anyway.  But if you had
your makefile set up so that it would only rebuild the tarball if some part of
the build actually changed, then you would see that in fact make would
recreate this tarball always, even if nothing else changed.

Cheers!

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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