From 10d55540fd0fb0df31ebf12563e72d2177034920 Mon Sep 17 00:00:00 2001 From: marc Date: Wed, 27 Dec 1995 16:43:32 +0000 Subject: [PATCH] added really_exec arg to execPrep() (so we can parse without exec-ing) CVS patchset: 88 CVS date: 1995/12/27 16:43:32 --- build/build.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.h b/build/build.h index 4a83baa..90e635e 100644 --- a/build/build.h +++ b/build/build.h @@ -4,7 +4,7 @@ #include "spec.h" int doBuild(Spec s, int flags); -int execPrep(Spec s); +int execPrep(Spec s, int really_exec); int execBuild(Spec s); int execInstall(Spec s); int execClean(Spec s); -- 2.7.4