зеркало из https://github.com/mozilla/pjs.git
correct invocation of make-makefile
This commit is contained in:
Родитель
ca6359075e
Коммит
5177845b13
|
@ -67,7 +67,7 @@ sub makefullsoft {
|
|||
$fullsofttag = " -r $Settings::BuildTag"
|
||||
unless not defined($Settings::BuildTag) or $Settings::BuildTag eq '';
|
||||
TinderUtils::run_shell_command "cd $builddir; cvs -d$moforoot co $fullsofttag -d fullsoft talkback/fullsoft";
|
||||
TinderUtils::run_shell_command "$builddir/build/autoconf/make-makefile $builddir/fullsoft";
|
||||
TinderUtils::run_shell_command "cd $builddir/fullsoft; $builddir/build/autoconf/make-makefile";
|
||||
TinderUtils::run_shell_command "make -C $builddir/fullsoft";
|
||||
TinderUtils::run_shell_command "make -C $builddir/fullsoft fullcircle-push";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче