[Pkg-wmaker-commits] [fookb] 14/17: fookb: Remove out-of-date check.sh script and empty test/foo file.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Sep 10 14:35:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository fookb.
commit 39e67203b191949886689e94ae5c18f916b62746
Author: Doug Torrance <dtorrance at piedmont.edu>
Date: Sat Sep 9 21:24:30 2017 -0400
fookb: Remove out-of-date check.sh script and empty test/foo file.
---
check.sh | 58 ----------------------------------------------------------
test/foo | 0
2 files changed, 58 deletions(-)
diff --git a/check.sh b/check.sh
deleted file mode 100755
index 273d5ef..0000000
--- a/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/test/foo b/test/foo
deleted file mode 100644
index e69de29..0000000
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/fookb.git
More information about the Pkg-wmaker-commits
mailing list