Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a34bb7d2b2 | ||
|
|
94fdfbe802 |
@@ -15,8 +15,13 @@ export EPICS_HOST_ARCH
|
||||
|
||||
make -j2 $EXTRA
|
||||
|
||||
ret=0
|
||||
|
||||
if [ "$TEST" != "NO" ]
|
||||
then
|
||||
make tapfiles
|
||||
make tapfiles || ret=$?
|
||||
|
||||
make -s test-results
|
||||
fi
|
||||
|
||||
exit $ret
|
||||
|
||||
@@ -185,7 +185,7 @@ add_dependency() {
|
||||
if [ -e ${versionfile} ] && grep -q "BASE_3_14=YES" ${versionfile}
|
||||
then
|
||||
echo "Adding MSI 1.7 to $CACHEDIR/$dirname-$TAG"
|
||||
( cd $dirname-$TAG; patch -p0 < $curdir/add-msi-to-314.patch )
|
||||
( cd $dirname-$TAG; patch -p0 < $SCRIPTDIR/../add-msi-to-314.patch )
|
||||
fi
|
||||
else
|
||||
# fix non-base modules that do not include the .local files in configure/RELEASE
|
||||
|
||||
Reference in New Issue
Block a user