From fc4064062edff3fedab674e4a601f03a6a906cb9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 20 Jul 2001 10:55:50 +0000 Subject: [PATCH] (install): Create site-lisp/subdirs.el if it is not already there. --- msdos/ChangeLog | 5 +++++ msdos/mainmake.v2 | 6 ++++++ 2 files changed, 11 insertions(+) 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 + + * mainmake.v2 (install): Create site-lisp/subdirs.el if it is not + already there. + 2001-07-06 Eli Zaretskii * 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: -- 2.39.5