1
0
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:
digulla
2000-03-02 08:08:20 +00:00
parent 17099aad8a
commit d333637c2d

View File

@ -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
(