(extraclean): Use ${top_distclean} to ensure
we delete everything distclean deletes.
This commit is contained in:
parent
bba2dbcb22
commit
9e8886a827
1 changed files with 2 additions and 2 deletions
|
@ -492,8 +492,8 @@ maintainer-clean: FRC
|
|||
### it deletes backup and autosave files too.
|
||||
extraclean:
|
||||
for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done
|
||||
-(cd lock && rm *)
|
||||
-rm config.status config-tmp-*
|
||||
${top_distclean}
|
||||
-rm config-tmp-*
|
||||
-rm -f *~ \#*
|
||||
|
||||
### Unlocking and relocking. The idea of these productions is to reduce
|
||||
|
|
Loading…
Add table
Reference in a new issue