comparison msdos/mainmake.v2 @ 38506:6c5d7bb4a940

(install): Create site-lisp/subdirs.el if it is not already there.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 20 Jul 2001 10:55:31 +0000
parents 40a7360c9f8d
children 596f296037e3
comparison
equal deleted inserted replaced
38505:866b5d168a0d 38506:6c5d7bb4a940
105 cd src 105 cd src
106 stubify emacs 106 stubify emacs
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
113 # We cannot use [a-zA-Z]* like the mainline distribution does, because 119 # We cannot use [a-zA-Z]* like the mainline distribution does, because
114 # that causes all file names to be returned in upper-case on DOS... 120 # that causes all file names to be returned in upper-case on DOS...