From: dtrg Date: Sun, 29 Apr 2007 21:23:55 +0000 (+0000) Subject: Now runs descr files through the ANSI C preprocessor, rather than the K&R one (which... X-Git-Tag: release-6-0-pre-3~6 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=494d9a3e4aaa1a8cdcda40e639e9f1429a321861;p=ack.git Now runs descr files through the ANSI C preprocessor, rather than the K&R one (which no longer exists). --- diff --git a/util/ego/pmfile b/util/ego/pmfile index ad38e620d..875dd6952 100644 --- a/util/ego/pmfile +++ b/util/ego/pmfile @@ -224,7 +224,7 @@ tool_ego = group { ego_descr = simple { outputs = {"%U%-%I%"}, command = { - "%BINDIR%%PLATDEP%/cpp -P -I%HEADERDIR% %in[1]% | sed -f %in[2]% > %out[1]%" + "%BINDIR%%PLATDEP%/cpp.ansi -P -I%HEADERDIR% %in[1]% | sed -f %in[2]% > %out[1]%" }, file (d.."descr/%ARCH%.descr"), @@ -232,17 +232,3 @@ ego_descr = simple { install = pm.install("%BINDIR%%PLATDEP%/ego/%ARCH%descr") } - --- Revision history --- $Log$ --- Revision 1.4 2007-02-25 12:49:20 dtrg --- em_table is now in /h, not /etc. --- --- Revision 1.3 2006/10/15 00:28:12 dtrg --- Updated to the version 0.1 of Prime Mover (which involves some syntax changes). --- --- Revision 1.2 2006/07/23 17:52:23 dtrg --- cpp now gets installed in the right place. --- --- Revision 1.1 2006/07/22 00:52:01 dtrg --- Added support for the ego global optimisation suite.