bug-make
[Top][All Lists]
Advanced

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

[bug #16053] second stem overwrites the first per-prerequisite stem


From: anonymous
Subject: [bug #16053] second stem overwrites the first per-prerequisite stem
Date: Fri, 10 Mar 2006 08:57:08 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1)

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16053>

                 Summary: second stem overwrites the first per-prerequisite
stem
                 Project: make
            Submitted by: None
            Submitted on: Fri 03/10/06 at 08:57
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: CVS
        Platform Version: UNIX
           Fixed Release: None

    _______________________________________________________

Details:

previous discussion:
http://lists.gnu.org/archive/html/bug-make/2006-03/msg00064.html

make-3.80 works ok.
3.81beta4, 3.81rc1 don't work.

Sample output with attached testcase:

/tmp/m/obj$ make --version
GNU Make 3.80
/tmp/m/obj$ make -f ../src/Makefile
mkdir -p /tmp/m/obj/dir
cc    -c -o /tmp/m/obj/dir/a.o /tmp/m/src/dir/a.c
cc    -c -o /tmp/m/obj/dir/b.o /tmp/m/src/dir/b.c
ar cru /tmp/m/obj/my.a /tmp/m/obj/dir/a.o /tmp/m/obj/dir/b.o

fails with e.g. make from cvs:
/tmp/m/obj$ rm -rf *.a dir
/tmp/m/obj$ make --version
GNU Make 3.81rc1
/tmp/m/obj$ make -f ../src/Makefile
make: *** No rule to make target `/tmp/m/src/dir/dir/a.c', needed by
`/tmp/m/obj/dir/a.o'.  Stop.






    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 03/10/06 at 08:57  Name: make-3.81rc1_possible_bug.tar  Size: 10KB 
 By: None
testcase for second stem overwrites the first per-prerequisite stem
<http://savannah.gnu.org/bugs/download.php?item_id=16053&item_file_id=3486>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16053>

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





reply via email to

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