mirror of
https://github.com/mirror/make.git
synced 2025-01-06 02:10:35 +08:00
Formerly compatMakefile.~83~
This commit is contained in:
parent
92a67d1895
commit
84b4d9cce4
@ -235,10 +235,10 @@ check: check-loadavg
|
|||||||
|
|
||||||
.PHONY: clean realclean distclean mostlyclean
|
.PHONY: clean realclean distclean mostlyclean
|
||||||
clean: glob-clean
|
clean: glob-clean
|
||||||
-rm -f make *.o core
|
-rm -f make *.o core make.info* make.dvi
|
||||||
distclean: clean glob-realclean
|
distclean: clean glob-realclean
|
||||||
-rm -f Makefile config.h config.status build.sh stamp-config
|
-rm -f Makefile config.h config.status build.sh stamp-config
|
||||||
-rm -f TAGS tags make.info* make.dvi
|
-rm -f TAGS tags
|
||||||
-rm -f make.?? make.??s make.log make.toc make.*aux
|
-rm -f make.?? make.??s make.log make.toc make.*aux
|
||||||
realclean: distclean
|
realclean: distclean
|
||||||
mostlyclean: clean
|
mostlyclean: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user