summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-09-19 13:12:49 +0000
committerAndrew Innes <andrewi@gnu.org>2000-09-19 13:12:49 +0000
commit6badfa25d2ba5e3fcf5e2498d2535096c76b4dc1 (patch)
tree2d025328bc0a86f63078aa09184929cd16b6cd93
parentb9b1c3a976ef5417c66e7f96ea7fa553f75725d2 (diff)
downloademacs-6badfa25d2ba5e3fcf5e2498d2535096c76b4dc1.tar.gz
(bootstrap-emacs): Don't change directory.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.nt2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ab1c96c844c..9f447293c68 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.
diff --git a/src/makefile.nt b/src/makefile.nt
index 0280afaefc0..b9d3e165c27 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -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