bug-make
[Top][All Lists]
Advanced

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

[bug #45311] makes only one of two dependencies that depend on the same


From: Paul D. Smith
Subject: [bug #45311] makes only one of two dependencies that depend on the same subdir-pattern rule
Date: Sat, 13 Jun 2015 00:35:08 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

Update of bug #45311 (project make):

                  Status:                    None => Not A Bug              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

I may be missing something, but this looks correct to me.  A pattern rule with
multiple targets is different than an explicit rule with multiple targets: a
pattern rule with multiple targets invokes the recipe _one time_ and expects
that to build all the targets.  See the last paragraph in
http://www.gnu.org/software/make/manual/html_node/Pattern-Intro.html

As expected, make runs your recipe only one time; it expects that both targets
will be created.

If there's something I'm misunderstanding please add a comment and I'll reopen
the bug.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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