From: dtrg Date: Sat, 22 Jul 2006 20:58:27 +0000 (+0000) Subject: cpp now gets installed in the right place. X-Git-Tag: release-6-0-pre-1~90 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7af0c5696dc11258103f37bffd24c3db7c69316e;p=ack.git cpp now gets installed in the right place. --- diff --git a/util/cgg/pmfile b/util/cgg/pmfile index f56fe8cbe..f8ebfc4dd 100644 --- a/util/cgg/pmfile +++ b/util/cgg/pmfile @@ -37,12 +37,15 @@ cgg = simple { outputs = {"%U%/tables.c", "%U%/tables.h"}, command = { - "cd %out[1]:dirname% && (%BINDIR%bin/cpp -P -I%CGGINCLUDEDIR% %in% | %TOOLDIR%cgg)", + "cd %out[1]:dirname% && (%BINDIR%%PLATDEP%/cpp -P -I%CGGINCLUDEDIR% %in% | %TOOLDIR%cgg)", }, } -- Revision history -- $Log$ --- Revision 1.1 2006-07-20 23:21:17 dtrg +-- Revision 1.2 2006-07-22 20:58:27 dtrg +-- cpp now gets installed in the right place. +-- +-- Revision 1.1 2006/07/20 23:21:17 dtrg -- First version in CVS. -- diff --git a/util/cpp/pmfile b/util/cpp/pmfile index 537500c62..de9aa8707 100644 --- a/util/cpp/pmfile +++ b/util/cpp/pmfile @@ -102,12 +102,18 @@ tool_cpp = cprogram { lib_string, outputs = {"%U%/cpp"}, - install = pm.install(BINDIR.."bin/cpp") + install = { + pm.install("%BINDIR%%PLATDEP%/cpp"), + pm.install(d.."cpp.6", "%BINDIR%man/man6/cpp.6") + } } -- Revision history -- $Log$ --- Revision 1.2 2006-07-22 12:27:31 dtrg +-- Revision 1.3 2006-07-22 20:58:27 dtrg +-- cpp now gets installed in the right place. +-- +-- Revision 1.2 2006/07/22 12:27:31 dtrg -- Removed a huge, ancient comment dating from the genmake days. -- -- Revision 1.1 2006/07/20 23:24:28 dtrg diff --git a/util/ncgg/pmfile b/util/ncgg/pmfile index e576cef06..369d43f23 100644 --- a/util/ncgg/pmfile +++ b/util/ncgg/pmfile @@ -61,7 +61,7 @@ ncgg = simple { outputs = {"%U%/tables.c", "%U%/tables.h"}, command = { - "cd %out[1]:dirname% && (%BINDIR%bin/cpp -P -I%NCGGINCLUDEDIR% %in% | %TOOLDIR%ncgg)", + "cd %out[1]:dirname% && (%BINDIR%%PLATDEP%/cpp -P -I%NCGGINCLUDEDIR% %in% | %TOOLDIR%ncgg)", "mv %out[1]:dirname%/tables.H %out[2]%" }, } @@ -76,6 +76,9 @@ ncgg = simple { -- Revision history -- $Log$ --- Revision 1.1 2006-07-20 23:24:28 dtrg +-- Revision 1.2 2006-07-22 20:58:27 dtrg +-- cpp now gets installed in the right place. +-- +-- Revision 1.1 2006/07/20 23:24:28 dtrg -- First version in CVS. --