(extraclean): Added -f to -rm config-tmp-* to keep it quiet.
This commit is contained in:
parent
c522cff0b2
commit
2f417e3996
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ maintainer-clean: FRC
|
|||
extraclean:
|
||||
for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done
|
||||
${top_distclean}
|
||||
-rm config-tmp-*
|
||||
-rm -f config-tmp-*
|
||||
-rm -f *~ \#*
|
||||
|
||||
### Unlocking and relocking. The idea of these productions is to reduce
|
||||
|
|
Loading…
Add table
Reference in a new issue