git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a274c
)
r6809: ifeq is not portable in make - jelmer, you'll need to find some other way...
author
Andrew Tridgell
<tridge@samba.org>
Mon, 16 May 2005 03:04:58 +0000
(
03:04
+0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:16:46 +0000
(13:16 -0500)
this if you want detection of socket wrapper :-)
source/build/smb_build/makefile.pm
patch
|
blob
|
history
diff --git
a/source/build/smb_build/makefile.pm
b/source/build/smb_build/makefile.pm
index ed06e7265d64305b20260aa05e5c5cf132053231..f9221879bfab109b67a26f41e4ef91d34568e7d0 100644
(file)
--- a/
source/build/smb_build/makefile.pm
+++ b/
source/build/smb_build/makefile.pm
@@
-154,13
+154,8
@@
test: @DEFAULT_TEST_TARGET@
test-swrap: all
export SOCKET_WRAPPER_DIR=.
-ifeq (@HAVE_SOCKET_WRAPPER@,yes)
./script/tests/selftest.sh `pwd`/prefix-test
-else
- echo "Socket wrapper not built in, unable to run test-swrap"
- exit 1
-endif
-
+
test-noswrap: all
./script/tests/selftest.sh `pwd`/prefix-test