mirror of
https://github.com/deadw00d/AROS.git
synced 2026-01-12 08:35:21 +00:00
Run make only once for Native/i386
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@7496 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
@ -69,7 +69,7 @@ if [ ! -f "$dstdir/AROS-ibmpc-bin-$rel.tgz" ]; then
|
||||
cd AROS && \
|
||||
autoconf && \
|
||||
./configure --enable-gfxhidd --target=native-i386 && \
|
||||
make || make
|
||||
make
|
||||
) > "$dstdir/AROS-ibmpc-bin-$rel.log" 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user