bug-make
[Top][All Lists]
Advanced

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

[bug #21198] Wrong order of prerequisites with 3.81/CVS


From: anonymous
Subject: [bug #21198] Wrong order of prerequisites with 3.81/CVS
Date: Sun, 30 Sep 2007 18:29:31 +0000
User-agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

URL:
  <http://savannah.gnu.org/bugs/?21198>

                 Summary: Wrong order of prerequisites with 3.81/CVS
                 Project: make
            Submitted by: None
            Submitted on: Sunday 09/30/2007 at 18:29 UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: CVS
        Operating System: Any
           Fixed Release: None

    _______________________________________________________

Details:

Wrong order of prerequisites with 3.81/CVS

all : A B C
all : ; @echo $@ -- $^
all : D E F
A B C D E F : ; @echo $@

$ gmake381
D
E
F
A
B
C
all -- D E F A B C





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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