/[emacs]/emacs/lisp/makefile.w32-in
ViewVC logotype

Diff of /emacs/lisp/makefile.w32-in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by lektu, Wed Jul 31 07:45:41 2002 UTC revision 1.23 by lektu, Wed Jul 31 08:09:26 2002 UTC
# Line 195  subdirs.el: Line 195  subdirs.el:
195  update-subdirs: update-subdirs-$(SHELLTYPE)  update-subdirs: update-subdirs-$(SHELLTYPE)
196    
197  update-subdirs-CMD: doit  update-subdirs-CMD: doit
         @set QWINS=  
         @for %d in ($(WINS)) do if not (%d)==(term) set QWINS=%QWINS% "%d"  
198          echo ;; In load-path, after this directory should come> subdirs.el          echo ;; In load-path, after this directory should come> subdirs.el
199          echo ;; certain of its subdirectories.  Here we specify them.>> subdirs.el          echo ;; certain of its subdirectories.  Here we specify them.>> subdirs.el
200          echo (normal-top-level-add-to-load-path $(SQUOTE)(%QWINS%))>> subdirs.el          echo (normal-top-level-add-to-load-path $(SQUOTE)(>> subdirs.el
201            @for %d in ($(WINS)) do if not (%d)==(term) echo "%d">> subdirs.el
202            echo ))>> subdirs.el
203    
204  update-subdirs-SH: doit  update-subdirs-SH: doit
205          wd=$(lisp); $(setwins); \          wd=$(lisp); $(setwins); \

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26