mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(bootstrap-clean-SH): Use for loop, instead of
relying on shell globbing.
This commit is contained in:
parent
193f8525da
commit
a3599c3027
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2002-03-27 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
|
||||
relying on shell globbing.
|
||||
|
||||
2002-03-27 Colin Walters <walters@debian.org>
|
||||
|
||||
* ibuffer.el (ibuffer-help-buffer-modes): New variable.
|
||||
|
|
|
|||
|
|
@ -273,7 +273,8 @@ bootstrap-clean-CMD:
|
|||
|
||||
bootstrap-clean-SH:
|
||||
# if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
|
||||
-rm -f $(lisp)/*.elc $(lisp)/*/*.elc
|
||||
# -rm -f $(lisp)/*.elc $(lisp)/*/*.elc
|
||||
-for dir in . $(WINS); do rm -f $$dir/*.elc; done
|
||||
|
||||
# Generate/update files for the bootstrap process.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue