diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-10 15:32:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:55 -0500 |
commit | 67c606b86314ada34b7f266cb6314858e23a134d (patch) | |
tree | 2650d7923b9037dde05d46d21da5f2eefc020a77 /source4/build/smb_build/makefile.pm | |
parent | 46b829513a47dbb74fb0ea07ed85494da1480919 (diff) | |
download | samba-67c606b86314ada34b7f266cb6314858e23a134d.tar.gz samba-67c606b86314ada34b7f266cb6314858e23a134d.tar.bz2 samba-67c606b86314ada34b7f266cb6314858e23a134d.zip |
r7463: - move some more stuff into functions
- try to kill all jobs return by jobs -p
metze
(This used to be commit e4f5e52a8454fc2e6d5536e2cc9eb918c6c0e174)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index b14991a840..97f570114d 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -148,7 +148,7 @@ basics: idl proto_exists test: @DEFAULT_TEST_TARGET@ test-swrap: all - SOCKET_WRAPPER_DIR=`pwd`/prefix-test ./script/tests/selftest.sh `pwd`/prefix-test + ./script/tests/selftest.sh `pwd`/prefix-test SOCKET_WRAPPER test-noswrap: all ./script/tests/selftest.sh `pwd`/prefix-test |