зеркало из https://github.com/mozilla/gecko-dev.git
8 строки
93 B
Plaintext
8 строки
93 B
Plaintext
|
#!/bin/csh
|
||
|
set echo
|
||
|
|
||
|
pushd ../base
|
||
|
make STAND_ALONE=1 export libs
|
||
|
popd
|
||
|
make STAND_ALONE=1 $*
|