diff options
| author | Eli Zaretskii | 2001-07-20 10:55:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-07-20 10:55:50 +0000 |
| commit | fc4064062edff3fedab674e4a601f03a6a906cb9 (patch) | |
| tree | a73a38caa0726227b405633e05fb0e6f64ad8928 | |
| parent | 6e07c0a573cacef8eb58f2be067f4e5aa8eb7384 (diff) | |
| download | emacs-fc4064062edff3fedab674e4a601f03a6a906cb9.tar.gz emacs-fc4064062edff3fedab674e4a601f03a6a906cb9.zip | |
(install): Create site-lisp/subdirs.el if it is not already there.
| -rw-r--r-- | msdos/ChangeLog | 5 | ||||
| -rw-r--r-- | msdos/mainmake.v2 | 6 |
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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-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 | ||
| 111 | FRC: | 117 | FRC: |
| 112 | 118 | ||