зеркало из https://github.com/mozilla/gecko-dev.git
Bug 956597 - Package mozwebidlcodegen and gyp in the js source archive. r=gps
This commit is contained in:
Родитель
8fce0b0fa7
Коммит
2637a77ad2
|
@ -64,6 +64,16 @@ case $cmd in
|
||||||
cp -t ${tgtpath}/js/src -dRp \
|
cp -t ${tgtpath}/js/src -dRp \
|
||||||
${SRCDIR}/../../python
|
${SRCDIR}/../../python
|
||||||
fi
|
fi
|
||||||
|
if [ ! -e ${SRCDIR}/dom/bindings/mozwebidlcodegen ]; then
|
||||||
|
${MKDIR} -p ${tgtpath}/js/src/dom/bindings
|
||||||
|
cp -t ${tgtpath}/js/src/dom/bindings -dRp \
|
||||||
|
${SRCDIR}/../../dom/bindings/mozwebidlcodegen
|
||||||
|
fi
|
||||||
|
if [ ! -e ${SRCDIR}/media/webrtc/trunk/tools/gyp ]; then
|
||||||
|
${MKDIR} -p ${tgtpath}/js/src/media/webrtc/trunk/tools
|
||||||
|
cp -t ${tgtpath}/js/src/media/webrtc/trunk/tools -dRp \
|
||||||
|
${SRCDIR}/../../media/webrtc/trunk/tools/gyp
|
||||||
|
fi
|
||||||
if [ ! -e ${SRCDIR}/testing ]; then
|
if [ ! -e ${SRCDIR}/testing ]; then
|
||||||
${MKDIR} -p ${tgtpath}/js/src/testing
|
${MKDIR} -p ${tgtpath}/js/src/testing
|
||||||
cp -t ${tgtpath}/js/src/testing -dRp \
|
cp -t ${tgtpath}/js/src/testing -dRp \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче