Changeset 3559
- Timestamp:
- 11/28/04 01:20:27 (4 years ago)
- Files:
-
- branches/2.1/lisp/ChangeLog.Meadow (modified) (1 diff)
- branches/2.1/lisp/makefile.nt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/lisp/ChangeLog.Meadow
r3410 r3559 1 2004-11-28 Shuichi KITAGUCHI <kit@meadowy.org> 2 3 * makefile.nt (autoloads): use makefile instead of makefile.nt 4 (bootstrap-clean): Ditto. 5 1 6 2004-08-21 MIYOSHI Masanori <miyoshi@meadowy.org> 2 7 branches/2.1/lisp/makefile.nt
r3397 r3559 172 172 173 173 subdirs.el: 174 $(MAKE) $(MFLAGS) -f makefile .ntupdate-subdirs174 $(MAKE) $(MFLAGS) -f makefile update-subdirs 175 175 update-subdirs: doit 176 176 @set QWINS= … … 238 238 239 239 bootstrap-clean: 240 if exist $(EMACS) $(MAKE) $(MFLAGS) -f makefile .ntautoloads240 if exist $(EMACS) $(MAKE) $(MFLAGS) -f makefile autoloads 241 241 -for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @$(DEL) %g 242 242
