aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-07-20 10:55:50 +0000
committerEli Zaretskii2001-07-20 10:55:50 +0000
commitfc4064062edff3fedab674e4a601f03a6a906cb9 (patch)
treea73a38caa0726227b405633e05fb0e6f64ad8928
parent6e07c0a573cacef8eb58f2be067f4e5aa8eb7384 (diff)
downloademacs-fc4064062edff3fedab674e4a601f03a6a906cb9.tar.gz
emacs-fc4064062edff3fedab674e4a601f03a6a906cb9.zip
(install): Create site-lisp/subdirs.el if it is not already there.
-rw-r--r--msdos/ChangeLog5
-rw-r--r--msdos/mainmake.v26
2 files changed, 11 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index faffd4aec6e..6e5ebc656d9 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,8 @@
12001-07-20 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * mainmake.v2 (install): Create site-lisp/subdirs.el if it is not
4 already there.
5
12001-07-06 Eli Zaretskii <eliz@is.elta.co.il> 62001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * sed2.inp: Ifdef away the test for !HAVE_MKTIME, to avoid parse 8 * sed2.inp: Ifdef away the test for !HAVE_MKTIME, to avoid parse
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2
index fc91310ef08..09a4ceefcab 100644
--- a/msdos/mainmake.v2
+++ b/msdos/mainmake.v2
@@ -107,6 +107,12 @@ install: all
107 stubedit emacs.exe minstack=512k 107 stubedit emacs.exe minstack=512k
108 mv -f emacs.exe ../bin/ 108 mv -f emacs.exe ../bin/
109 cd .. 109 cd ..
110 djecho -s "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)" \
111 " (normal-top-level-add-subdirs-to-load-path))" \
112 > ./subdirs.el
113 if not exist .\site-lisp\subdirs.el \
114 update ./subdirs.el ./site-lisp/subdirs.el
115 rm -f ./subdirs.el
110 116
111FRC: 117FRC:
112 118