[patch] A trivial Samba 4 bug

David Collier-Brown davec-b at rogers.com
Sat Jul 14 21:22:35 GMT 2007


This is the (trivia) fix to a trivial Samba 4 build bug, #4744.

The script contained the idiom
    make -C <dir> <targets> || exit 1
which is non-portable to standard makes,
and turns out to be not how the Gnu
make folks say to do subdirectories anyway.

I've attached a patch to change it to
     (cd <dir>; make <targets> || exit 1)

And so I'm back to working on the real
bug this one was hiding (;-))

--dave
-- 
David Collier-Brown,         | Always do right. This will gratify
System Programmer and Author | some people and astonish the rest
davecb at spamcop.net           |                      -- Mark Twain
(416) 223-5943
-------------- next part --------------
A non-text attachment was scrubbed...
Name: autogen.portable.patch
Type: text/x-patch
Size: 394 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20070714/14aff9d4/autogen.portable.bin


More information about the samba-technical mailing list