record stderr of several builds in log files
This commit is contained in:
parent
64b1ab5b3d
commit
45da5c9934
@ -18,7 +18,8 @@ build()
|
|||||||
printf "\n *** building with: %s\n" CPPFLAGS=-D${F}
|
printf "\n *** building with: %s\n" CPPFLAGS=-D${F}
|
||||||
sleep 1
|
sleep 1
|
||||||
# libcdio is not autodetected by default; should be available everywhere
|
# libcdio is not autodetected by default; should be available everywhere
|
||||||
CPPFLAGS=-D${F} ./configure --enable-libcdio; make
|
CPPFLAGS=-D${F} ./configure --enable-libcdio; make 2> releng/libburn.${F}.log
|
||||||
|
make clean
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user