Skip to content
Snippets Groups Projects
Commit 4a6aa619 authored by mc2zk's avatar mc2zk
Browse files

Committing changes for CFAR release.

parent 5f7fd4dd
No related branches found
No related tags found
No related merge requests found
......@@ -63,13 +63,14 @@ scons || exit
cd $PEASOUP_HOME
make || exit
cd $ZIPR_CALLBACKS
./configure --enable-p1 --prefix=$ZIPR_INSTALL
make || exit
make install || exit
if [ -d $ZIPR_CALLBACKS ]; then
cd $ZIPR_CALLBACKS
./configure --enable-p1 --prefix=$ZIPR_INSTALL
make || exit
make install || exit
fi
if [ -d $ZIPR_HOME ]; then
if [ -d $ZIPR_HOME ]; then
cd $ZIPR_HOME
scons || exit
fi
......
......@@ -29,11 +29,15 @@ scons -c || exit
cd $IRDB_TRANSFORMS
scons -c || exit
cd $ZIPR_SCFI_PLUGIN
scons -c || exit
if [ -d $ZIPR_SCFI_PLUGIN ]; then
cd $ZIPR_SCFI_PLUGIN
scons -c || exit
fi
cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin
scons -c || exit
cd $ZIPR_HOME
scons -c || exit
if [ -d $ZIPR_HOME ]; then
cd $ZIPR_HOME
scons -c || exit
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment