(install): Create site-lisp/subdirs.el if it is not already there.

This commit is contained in:
Eli Zaretskii 2001-07-20 10:55:50 +00:00
parent 6e07c0a573
commit fc4064062e
2 changed files with 11 additions and 0 deletions

View file

@ -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

View file

@ -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: