summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-07-20 10:55:50 +0000
committerEli Zaretskii <eliz@gnu.org>2001-07-20 10:55:50 +0000
commitfc4064062edff3fedab674e4a601f03a6a906cb9 (patch)
treea73a38caa0726227b405633e05fb0e6f64ad8928 /msdos
parent6e07c0a573cacef8eb58f2be067f4e5aa8eb7384 (diff)
downloademacs-fc4064062edff3fedab674e4a601f03a6a906cb9.tar.gz
(install): Create site-lisp/subdirs.el if it is not already there.
Diffstat (limited to 'msdos')
-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 @@
+2001-07-20 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * mainmake.v2 (install): Create site-lisp/subdirs.el if it is not
+ already there.
+
2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
* 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
stubedit emacs.exe minstack=512k
mv -f emacs.exe ../bin/
cd ..
+ djecho -s "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)" \
+ " (normal-top-level-add-subdirs-to-load-path))" \
+ > ./subdirs.el
+ if not exist .\site-lisp\subdirs.el \
+ update ./subdirs.el ./site-lisp/subdirs.el
+ rm -f ./subdirs.el
FRC: