From: Eli Zaretskii Date: Mon, 1 May 2000 15:19:27 +0000 (+0000) Subject: Identify the beginning of cpp stuff in src/Makefile.in and X-Git-Tag: emacs-pretest-21.0.90~4089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=373ea6d5eeeb9a1e2202efae36617095bb9ef557;p=emacs.git Identify the beginning of cpp stuff in src/Makefile.in and lib/src/Makefile.in more accurately. --- diff --git a/config.bat b/config.bat index 74060672af1..5c922551d0e 100644 --- a/config.bat +++ b/config.bat @@ -147,7 +147,7 @@ if exist dir.h ren dir.h vmsdir.h rem Create "makefile" from "makefile.in". rm -f Makefile junk.c -sed -e "1,/cpp stuff/s@^# .*$@@" junk.c +sed -e "1,/== start of cpp stuff ==/s@^# .*$@@" junk.c If "%DJGPP_VER%" == "1" Goto mfV1 gcc -E junk.c | sed -f ../msdos/sed1v2.inp >Makefile goto mfDone @@ -172,7 +172,7 @@ rem ---------------------------------------------------------------------- Echo Configuring the library source directory... cd lib-src rem Create "makefile" from "makefile.in". -sed -e "1,/cpp stuff/s@^# .*$@@" junk.c +sed -e "1,/== start of cpp stuff ==/s@^# .*$@@" junk.c gcc -E -I. -I../src junk.c | sed -e "s/^ / /" -e "/^#/d" -e "/^[ ]*$/d" >makefile.new If "%DJGPP_VER%" == "2" goto libsrc-v2 sed -f ../msdos/sed3.inp Makefile