Add in the Devel tree if needed. Currently it is empty
This commit is contained in:
parent
861e79c16c
commit
e9798a9cac
1 changed files with 7 additions and 1 deletions
|
@ -56,12 +56,18 @@ for ARCH in ${ARCHES}; do
|
|||
echo "splitter ${ARCH} codeready failed"
|
||||
exit
|
||||
fi
|
||||
${BINDIR}/splitter.py --action hardlink --target CS-8-004 ${HOMEDIR}/Devel/${ARCH}/os/ &> /dev/null
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "splitter ${ARCH} devel failed"
|
||||
exit
|
||||
fi
|
||||
|
||||
# Copy the various module trees into CS-8-001 where we want them
|
||||
# to work.
|
||||
echo "Moving data to ${ARCH}/CS-8-001"
|
||||
cp -anlr CS-8-002/* CS-8-001
|
||||
cp -anlr CS-8-003/* CS-8-001
|
||||
cp -anlr CS-8-004/* CS-8-001
|
||||
# Go into the main tree
|
||||
pushd CS-8-001
|
||||
|
||||
|
@ -70,7 +76,7 @@ for ARCH in ${ARCHES}; do
|
|||
popd
|
||||
|
||||
# Cleanup the trash
|
||||
rm -rf CS-8-002 CS-8-003
|
||||
rm -rf CS-8-002 CS-8-003 CS-8-004
|
||||
#loop to the next
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue