| Summary: | make clean problem.. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Kim HyunOk <hokim> |
| Component: | [OLD] Development | Assignee: | 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: | --- | |
you neglected to provide `emerge info` like the bug reporting page says to |
'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.