From e8d9a79e9f11209bd3c2aeff565fdbcfc3c0ae71 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 May 1996 18:48:53 +0000 Subject: [PATCH] make build_subdir visible CVS patchset: 566 CVS date: 1996/05/07 18:48:53 --- build/build.c | 2 +- build/build.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/build.c b/build/build.c index e1112aa..4bf6162 100644 --- a/build/build.c +++ b/build/build.c @@ -40,7 +40,7 @@ static char *do_patch(Spec spec, int c, int strip, char *dashb); int isCompressed(char *file); static void doSweep(Spec s); -static char build_subdir[1024]; +char build_subdir[1024]; struct Script *openScript(Spec spec, int builddir, char *name) { diff --git a/build/build.h b/build/build.h index 28cffb8..fe3aac6 100644 --- a/build/build.h +++ b/build/build.h @@ -10,6 +10,8 @@ int execInstall(Spec s); int execClean(Spec s); int verifyList(Spec s); +extern char build_subdir[1024]; + #define RPMBUILD_PREP 1 #define RPMBUILD_BUILD (1 << 1) #define RPMBUILD_INSTALL (1 << 2) -- 2.7.4