make build_subdir visible
authorroot <devnull@localhost>
Tue, 7 May 1996 18:48:53 +0000 (18:48 +0000)
committerroot <devnull@localhost>
Tue, 7 May 1996 18:48:53 +0000 (18:48 +0000)
CVS patchset: 566
CVS date: 1996/05/07 18:48:53

build/build.c
build/build.h

index e1112aa..4bf6162 100644 (file)
@@ -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)
 {
index 28cffb8..fe3aac6 100644 (file)
@@ -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)