comparison lisp/Makefile.in @ 95632:2e5503acbc60

(bootstrap-clean): Run autogen-clean. (maintainer-clean): No need to run autogen-clean now it is included in bootstrap-clean.
author Glenn Morris <rgm@gnu.org>
date Sat, 07 Jun 2008 02:45:12 +0000
parents cb95dadcb2de
children 70d0398a5c78
comparison
equal deleted inserted replaced
95631:9a74acbaf005 95632:2e5503acbc60
1399 fi 1399 fi
1400 1400
1401 autogen-clean: 1401 autogen-clean:
1402 cd $(lisp); rm -f $(AUTOGENEL) 1402 cd $(lisp); rm -f $(AUTOGENEL)
1403 1403
1404 maintainer-clean: distclean bootstrap-clean autogen-clean 1404 maintainer-clean: distclean bootstrap-clean
1405 1405
1406 ## NB note that this rules assume only one level of subdirs below lisp/. 1406 bootstrap-clean: autogen-clean
1407 ## If nested subdirs are added, it's probably time to switch to:
1408 ## find $(lisp) -name "*.elc" -exec rm -f '{}' ';'
1409 bootstrap-clean:
1410 cd $(lisp); rm -f *.elc */*.elc 1407 cd $(lisp); rm -f *.elc */*.elc
1411 1408
1412 # Generate/update files for the bootstrap process. 1409 # Generate/update files for the bootstrap process.
1413 1410
1414 bootstrap: update-subdirs autoloads compile 1411 bootstrap: update-subdirs autoloads compile