fookb: Remove out-of-date check.sh script and empty test/foo file.

This commit is contained in:
Doug Torrance 2017-09-09 21:24:30 -04:00 committed by Carlos R. Mafra
parent 5d66853c17
commit b0182a1fec
2 changed files with 0 additions and 58 deletions

View file

@ -1,58 +0,0 @@
rm /tmp/fookb*
(make superpuperclean
autoconf &&
./configure &&
make &&
mv fookb /tmp/fookb) &&
(make superpuperclean &&
autoconf &&
./configure --enable-wmaker &&
make &&
mv fookb /tmp/fookb.ewm) &&
(make superpuperclean &&
autoconf &&
./configure --disable-wmaker &&
make &&
mv fookb /tmp/fookb.dwm) &&
(make superpuperclean &&
autoconf &&
./configure --enable-libWUtil &&
make &&
mv fookb /tmp/fookb.ewu) &&
(make superpuperclean &&
autoconf &&
./configure --disable-libWUtil &&
make &&
mv fookb /tmp/fookb.dwu) &&
(make superpuperclean &&
autoconf &&
./configure --enable-wmaker --enable-libWUtil &&
make &&
mv fookb /tmp/fookb.ewm.ewu) &&
(make superpuperclean &&
autoconf &&
./configure --enable-wmaker --disable-libWUtil &&
make &&
mv fookb /tmp/fookb.ewm.dwu) &&
(make superpuperclean &&
autoconf &&
./configure --disable-wmaker --enable-libWUtil &&
make &&
mv fookb /tmp/fookb.dwm.ewu) &&
(make superpuperclean &&
autoconf &&
./configure --disable-wmaker --disable-libWUtil &&
make &&
mv fookb /tmp/fookb.dwm.dwu) &&
make clean

View file