Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65646 - fluxbox-0.9.10-r3: make distclean keeps defaults.hh
Summary: fluxbox-0.9.10-r3: make distclean keeps defaults.hh
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Commonbox Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-28 00:44 UTC by Victor Yegorov
Modified: 2004-09-28 07:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Yegorov 2004-09-28 00:44:37 UTC
When trying to recompile fluxbox from scratch, after issuing "make distclean"
and making diff -rNu to a clear sources (got by ebuild ... unpack), I've found, that auto-generated file src/defaults.hh is kept. The first line of it says:
"// This file is generated from makefile. Do not edit!"

Reproducible: Always
Steps to Reproduce:
1. ebuild ${PORTDIR}/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild clean
2. ebuild ${PORTDIR}/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild unpack
3. ebuild ${PORTDIR}/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild compile
   (You needn't wait till everything compiles and may abort this command
    after configuring is over)
4. cd ${PORTAGE_TMPDIR}/portage/fluxbox-0.9.10-r3/work/fluxbox-0.9.10-r3
5. make distclean
6. ls -l src/def*

Actual Results:  
Output from "ls" command:
-rw-r--r--  1 root root 300 Sep 28 10:36 src/defaults.hh

Expected Results:  
Should be:
ls: src/def*: No such file or directory

This is just a cosmetic issue.
Comment 1 Ciaran McCreesh 2004-09-28 07:29:03 UTC
Could you please take this one up with upstream? Since we don't call distclean from the ebuild it doesn't affect us in any way.