mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
Make all bootstrap commands dependant on the success of the previous.
This commit is contained in:
parent
7744fcd560
commit
47ffcc9ffe
1 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,2 @@
|
|||
#!/bin/sh
|
||||
|
||||
aclocal
|
||||
autoheader
|
||||
automake --add-missing
|
||||
autoconf
|
||||
aclocal && autoheader && automake --add-missing && autoconf
|
||||
|
|
Loading…
Reference in a new issue