mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
(bootstrap-emacs): Don't change directory.
This commit is contained in:
parent
b9b1c3a976
commit
6badfa25d2
@ -1,3 +1,7 @@
|
||||
2000-09-19 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* makefile.nt (bootstrap-emacs): Don't change directory.
|
||||
|
||||
2000-09-19 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
|
||||
|
@ -238,9 +238,7 @@ bootstrap-temacs: bootstrap-clean
|
||||
# files from loadup.el in source form.
|
||||
#
|
||||
bootstrap-emacs: bootstrap-temacs
|
||||
cd $(BLD)
|
||||
$(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup bootstrap
|
||||
cd ..\..
|
||||
- mkdir ..\bin
|
||||
$(CP) $(EMACS) ..\bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user