summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b93562e)
raw | patch | inline | side by side (parent: b93562e)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 8 Jul 2008 10:09:11 +0000 (10:09 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 8 Jul 2008 10:09:11 +0000 (10:09 +0000) |
are breaking
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2020 f882894a-f735-0410-b71e-b25c423dba1c
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2020 f882894a-f735-0410-b71e-b25c423dba1c
Makefile.am | patch | blob | history | |
tools/tinderbox_build | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 208dbbabf689eee5ddfd7f327313647fa01334d9..c495a700f14b25fd6b787e81cd6c45fad287fc31 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
tap:
cd @TAP_DIR@ && $(MAKE)
-test test-debug: tap
+test test-debug:
cd lib && $(MAKE) $@
if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi
cd plugins && $(MAKE) $@
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index e8a3e2e09e8fad0cd9b4b8d5e84eec82d3897bf1..70fb07a36d249708c84a22722085c11efd975561 100755 (executable)
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
sub configure {
# Configure
- print LOG "./configure --enable-libtap $ConfigureArgs\n";
- open (CONFIGURE, "./configure --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
+ print LOG "./configure $ConfigureArgs\n";
+ open (CONFIGURE, "./configure $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
while (<CONFIGURE>) {
print $_;
print LOG $_;