# HG changeset patch # User Eli Zaretskii # Date 995626531 0 # Node ID 6c5d7bb4a940e4f554a8529d8c6d0dfe570ebe23 # Parent 866b5d168a0d49e338679b54914b98a7e171be6c (install): Create site-lisp/subdirs.el if it is not already there. diff -r 866b5d168a0d -r 6c5d7bb4a940 msdos/mainmake.v2 --- a/msdos/mainmake.v2 Fri Jul 20 10:04:36 2001 +0000 +++ b/msdos/mainmake.v2 Fri Jul 20 10:55:31 2001 +0000 @@ -107,6 +107,12 @@ 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: