patch -- have samba_2_2 handle executable extensions

Green, Paul Paul.Green at stratus.com
Mon Feb 10 16:59:27 GMT 2003


> This is a patch for samba_2_2 that changes it to handle any executable
> extensions. A while back I submitted a similar patch for head and 3_0,
which
> were applied in due course.

Due to an error in the build_farm scripts, after this patch is applied,
the samba_2_2 subcase within the "action_build" function in build_test.fns
must be changed so that it reads

	do_make everything

not

	do_make everything bin/smbtorture

Turns out that "everything" already includes building the smbtorture
program.
(But if it didn't, the rule should have simply read "smbtorture" not
"bin/smbtorture").

Patch attached.

Thanks
PG
--
Paul Green, Senior Technical Consultant, Stratus Technologies.
Day: +1 978-461-7557; FAX: +1 978-461-3610
Speaking from Stratus not for Stratus


-------------- next part --------------
--- build_test.fns.old	Mon Feb 10 11:47:13 2003
+++ build_test.fns	Mon Feb 10 11:47:28 2003
@@ -122,7 +122,7 @@
 	    do_make proto everything torture
 	    ;;
 	samba_2_2)
-	    do_make everything bin/smbtorture
+	    do_make everything
 	    ;;
 	rsync)
 	    do_make all


More information about the samba-technical mailing list