fookb: Remove out-of-date check.sh script and empty test/foo file.
This commit is contained in:
parent
5d66853c17
commit
b0182a1fec
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue