Changeset 3640

Show
Ignore:
Timestamp:
03/19/05 11:08:33 (4 years ago)
Author:
kose
Message:

* makefile.meadow.w32-in (bootstrap-clean-SH): Fix Argument list too long.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.1/lisp/ChangeLog.Meadow

    r3638 r3640  
     12005-03-19  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * makefile.meadow.w32-in (bootstrap-clean-SH): Fix `Argument list too 
     4        long`. 
     5 
    162005-03-18  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • branches/2.1/lisp/makefile.meadow.w32-in

    r3203 r3640  
    259259bootstrap-clean-SH: 
    260260        if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi 
    261         -rm -f $(lisp)/*.elc $(lisp)/*/*.elc 
     261        rm -f ./*.elc 
     262        rm -f ./*/*.elc 
    262263 
    263264# Generate/update files for the bootstrap process.