Bug 140921

Summary: DEPENDENCIES_OUTPUT ignores target string
Product: [Fedora] Fedora Reporter: Han-Wen Nienhuys <hanwen>
Component: gcc4Assignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 4.0.0-0.14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-07 15:18:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.