src/utils/qa/weeklybld/makeUserApps.csh 1.3
1.3 2009/07/17 23:26:47 galt
handle sandbox configuration
Index: src/utils/qa/weeklybld/makeUserApps.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/makeUserApps.csh,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/utils/qa/weeklybld/makeUserApps.csh 24 Jun 2009 23:20:14 -0000 1.2
+++ src/utils/qa/weeklybld/makeUserApps.csh 17 Jul 2009 23:26:47 -0000 1.3
@@ -41,8 +41,12 @@
rm -rf $DESTDIR/$BINDIR
mkdir $DESTDIR/$BINDIR
endif
+# configure settings like SSL and BAM in common.mk
+echo "Configuring settings on userApp sandbox $BRANCHNN $HOST [${0}: `date`]"
+$WEEKLYBLD/configureSandbox.csh . $WEEKLYBLD/downloadBuildSettings.mk
+
cd kent/src
make BINDIR=$BINDIR DESTDIR=$DESTDIR userApps
./utils/userApps/mkREADME.sh $DESTDIR/$BINDIR FOOTER
cd ../..