Bug 140921 - DEPENDENCIES_OUTPUT ignores target string
Summary: DEPENDENCIES_OUTPUT ignores target string
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc4
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-11-26 14:08 UTC by Han-Wen Nienhuys
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 4.0.0-0.14
Clone Of:
Environment:
Last Closed: 2004-12-07 15:18:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Han-Wen Nienhuys 2004-11-26 14:08:56 UTC
Description of problem:

the 2nd string of DEPENDENCIES_OUTPUT should be the target written in
the dependency file. This string does not  make it to the output.


Version-Release number of selected component (if applicable):

byrd:~/usr/src/lilypond$ rpm -q gcc4-c++
gcc4-c++-4.0.0-0.8


How reproducible:
byrd:~/usr/src/lilypond$ rm depfile
byrd:~/usr/src/lilypond$ DEPENDENCIES_OUTPUT="depfile froozel" g++4 -c
 test.cc
byrd:~/usr/src/lilypond$ cat depfile
test.o: test.cc
byrd:~/usr/src/lilypond$ rm depfile
byrd:~/usr/src/lilypond$ DEPENDENCIES_OUTPUT="depfile froozel" g++ -c
 test.cc
byrd:~/usr/src/lilypond$ cat depfile
froozel: test.cc
byrd:~/usr/src/lilypond$ cat test.cc
void foo(){}

Comment 2 Jakub Jelinek 2004-12-07 15:18:17 UTC
Should be fixed in gcc4-4.0.0-0.14 in rawhide.


Note You need to log in before you can comment on or make changes to this bug.