Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 62223

Summary: make clean problem..
Product: Gentoo Linux Reporter: Kim HyunOk <hokim>
Component: [OLD] DevelopmentAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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