mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
8 lines
93 B
Tcsh
Executable File
8 lines
93 B
Tcsh
Executable File
#!/bin/csh
|
|
set echo
|
|
|
|
pushd ../base
|
|
make STAND_ALONE=1 export libs
|
|
popd
|
|
make STAND_ALONE=1 $*
|