[PATCH] I broke the extras/ again. Add simple build test script now.

This commit is contained in:
kay.sievers@vrfy.org
2004-12-19 02:39:52 +01:00
committed by Greg KH
parent 2c97d705dc
commit 2a270316e4

View File

@@ -0,0 +1,26 @@
#/bin/sh
EXTRA="extras/chassis_id extras/scsi_id extras/volume_id"
make spotless EXTRAS="$EXTRA" >/dev/null
make all EXTRAS="$EXTRA" || exit
echo -e "\n\n"
make spotless EXTRAS="$EXTRA" >/dev/null
make all DEBUG=true EXTRAS="$EXTRA" || exit
echo -e "\n\n"
make spotless EXTRAS="$EXTRA" >/dev/null
make all USE_LOG=false EXTRAS="$EXTRA" || exit
echo -e "\n\n"
make spotless EXTRAS="$EXTRA" >/dev/null
make all USE_KLIBC=true DEBUG=true EXTRAS="$EXTRA" || exit
echo -e "\n\n"
make spotless EXTRAS="$EXTRA" >/dev/null
make all USE_KLIBC=true USE_LOG=false EXTRAS="$EXTRA" || exit
echo -e "\n\n"
make spotless EXTRAS="$EXTRA" >/dev/null