[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r100378: * config.bat: Need to add th
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r100378: * config.bat: Need to add the deps.mk file before running cpp. |
Date: |
Wed, 19 May 2010 23:24:35 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 100378
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-05-19 23:24:35 -0700
message:
* config.bat: Need to add the deps.mk file before running cpp.
modified:
config.bat
=== modified file 'config.bat'
--- a/config.bat 2010-05-20 06:11:27 +0000
+++ b/config.bat 2010-05-20 06:24:35 +0000
@@ -190,11 +190,11 @@
if exist dir.h ren dir.h vmsdir.h
rem Create "makefile" from "makefile.in".
-rm -f Makefile junk.c
+rm -f Makefile junk.c junk2.c
sed -e "1,/== start of cpp stuff ==/address@hidden ].*$@@" <Makefile.in
>junk.c
-gcc -E -traditional junk.c | sed -f ../msdos/sed1v2.inp >makefile.tmp
-copy makefile.tmp + deps.mk Makefile
-rm -f junk.c makefile.tmp
+copy junk.c + deps.mk junk2.c
+gcc -E -traditional junk2.c | sed -f ../msdos/sed1v2.inp >Makefile
+rm -f junk.c junk2.c
if "%X11%" == "" goto src5
mv Makefile makefile.tmp
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r100378: * config.bat: Need to add the deps.mk file before running cpp.,
Glenn Morris <=