[Pkg-wmaker-commits] [wmbiff] 43/77: unnecessary now that autoconf is involved
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.
commit 69fc43e6879c62c1500e45f0c87e3006a4d9da8d
Author: bluehal <bluehal>
Date: Tue Apr 16 07:08:23 2002 +0000
unnecessary now that autoconf is involved
---
wmbiff/test-make.sh | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/wmbiff/test-make.sh b/wmbiff/test-make.sh
deleted file mode 100755
index 93b3436..0000000
--- a/wmbiff/test-make.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-# a short script to make sure that wmbiff builds under various
-# options. this is not necessary for normal users, and is
-# intended as a last-minute sanity check before a release.
-
-make indent
-
-echo NO-CRYPTO BUILD
-make clean
-WITHOUT_CRYPTO=1 make
-
-echo NORMAL BUILD
-make clean
-make
-
-echo DEBUG BUILD
-make clean
-DEBUG=1 make
-
-# doesn't really work on non -bsd
-if test `uname` != 'Linux'; then
- echo LIKE BSD
- make clean
- EXT_GNU_REGEX_LIB=1 make
-fi
-
-# like I said... before a release.
-make clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list