Changeset 3640
- Timestamp:
- 03/19/05 11:08:33 (4 years ago)
- Files:
-
- branches/2.1/lisp/ChangeLog.Meadow (modified) (1 diff)
- branches/2.1/lisp/makefile.meadow.w32-in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/lisp/ChangeLog.Meadow
r3638 r3640 1 2005-03-19 KOSEKI Yoshinori <kose@meadowy.org> 2 3 * makefile.meadow.w32-in (bootstrap-clean-SH): Fix `Argument list too 4 long`. 5 1 6 2005-03-18 MIYOSHI Masanori <miyoshi@meadowy.org> 2 7 branches/2.1/lisp/makefile.meadow.w32-in
r3203 r3640 259 259 bootstrap-clean-SH: 260 260 if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi 261 -rm -f $(lisp)/*.elc $(lisp)/*/*.elc 261 rm -f ./*.elc 262 rm -f ./*/*.elc 262 263 263 264 # Generate/update files for the bootstrap process.
