---
 fookb/check.sh | 58 ----------------------------------------------------------
 fookb/test/foo |  0
 2 files changed, 58 deletions(-)
 delete mode 100755 fookb/check.sh
 delete mode 100644 fookb/test/foo

diff --git a/fookb/check.sh b/fookb/check.sh
deleted file mode 100755
index 273d5ef..0000000
--- a/fookb/check.sh
+++ /dev/null
@@ -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
-
diff --git a/fookb/test/foo b/fookb/test/foo
deleted file mode 100644
index e69de29..0000000
-- 
2.11.0


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to