Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62223 - make clean problem..
Summary: make clean problem..
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 05:39 UTC by Kim HyunOk
Modified: 2004-08-30 11:40 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 Kim HyunOk 2004-08-30 05:39:15 UTC
'make clean' seems not to work properly as following.

Makefile
------------------------------------------------------------------
clean::
        rm -f $(OBJS) $(MODULE) *~ fort.* fpda_pid.* test.hbk out
------------------------------------------------------------------

 [hokim@sens src]$ make clean
`cat -s GNUmakefile Makefile makefile |& sed -n -e "/No such file/d" -e "/^[^     #].*:/s/:.*//p"`: No match.

But 'gmake clean' works well

[hokim@sens src]$ gmake clean
rm -f alamc_an0.o userinfo.o alamc_an0.so *~ fort.* fpda_pid.* test.hbk out

The version number of make is 3.80.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2004-08-30 11:40:56 UTC
you neglected to provide `emerge info` like the bug reporting page says to