mirror of https://github.com/ARMmbed/mbed-os.git
Don't clone coap-service, it's subtree now
parent
1e791e2e76
commit
e27c7840d7
|
@ -28,12 +28,10 @@
|
||||||
# * Same order. Each line should have maching pair in same index at other array
|
# * Same order. Each line should have maching pair in same index at other array
|
||||||
REPOSITORIES=(
|
REPOSITORIES=(
|
||||||
git@github.com:ARMmbed/sal-stack-nanostack.git
|
git@github.com:ARMmbed/sal-stack-nanostack.git
|
||||||
git@github.com:ARMmbed/coap-service.git
|
|
||||||
)
|
)
|
||||||
|
|
||||||
DIRECTORIES=(
|
DIRECTORIES=(
|
||||||
sal-stack-nanostack
|
sal-stack-nanostack
|
||||||
coap-service
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Exit immediately on fail, thread unset variables as error
|
# Exit immediately on fail, thread unset variables as error
|
||||||
|
@ -87,7 +85,7 @@ copy_nanostack_binaries() {
|
||||||
clean_nanostack_binaries() {
|
clean_nanostack_binaries() {
|
||||||
for binaries in ../FEATURE_*; do
|
for binaries in ../FEATURE_*; do
|
||||||
if [ "$binaries" != "../FEATURE_NANOSTACK" ]; then
|
if [ "$binaries" != "../FEATURE_NANOSTACK" ]; then
|
||||||
rm -rf $binaries
|
rm -rf $binaries
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue