From b0182a1fece722dc6aacd9881f3a5982191fe2fb Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sat, 9 Sep 2017 21:24:30 -0400 Subject: [PATCH] fookb: Remove out-of-date check.sh script and empty test/foo file. --- 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