<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/buildtools/scripts, branch talloc-2.0.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>waf: fixed 'make bin/XXX' for the remaining binaries</title>
<updated>2011-06-10T07:21:26+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-06-10T01:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ae1414e79698c0c506aabd7458c4fbae8cc8fcf5'/>
<id>ae1414e79698c0c506aabd7458c4fbae8cc8fcf5</id>
<content type='text'>
this fixes 'make bin/smbd' to work correctly with the waf build. It
didn't work before as smbd is actually 'smbd/smbd' internally and we
tried to use the target name 'smbd'. The new approach reads the
symlink to get the right target.

This also speeds up the null build by quite a lot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this fixes 'make bin/smbd' to work correctly with the waf build. It
didn't work before as smbd is actually 'smbd/smbd' internally and we
tried to use the target name 'smbd'. The new approach reads the
symlink to get the right target.

This also speeds up the null build by quite a lot
</pre>
</div>
</content>
</entry>
<entry>
<title>waf: bring back shared Makefile and configure (needed by s3-waf).</title>
<updated>2011-02-08T19:44:55+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-02-08T19:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=587cfd1832d297a1a7e472e20889da356f9e6815'/>
<id>587cfd1832d297a1a7e472e20889da356f9e6815</id>
<content type='text'>
Guenther

Revert "build: removed unused build scripts"

This reverts commit 2e520ca91180920e4c8b71be4eaa7fabb56d2a12.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther

Revert "build: removed unused build scripts"

This reverts commit 2e520ca91180920e4c8b71be4eaa7fabb56d2a12.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: removed unused build scripts</title>
<updated>2011-02-07T04:03:40+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-02-07T03:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2e520ca91180920e4c8b71be4eaa7fabb56d2a12'/>
<id>2e520ca91180920e4c8b71be4eaa7fabb56d2a12</id>
<content type='text'>
each library has its own configure/Makefile now

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
each library has its own configure/Makefile now

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>abi: force TERM=none in abi generation</title>
<updated>2011-01-11T05:48:56+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-01-11T05:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d7c2eb1be3a0e0c8b523fbdcf406d6bfe987c980'/>
<id>d7c2eb1be3a0e0c8b523fbdcf406d6bfe987c980</id>
<content type='text'>
on Fedora12 gdb puts out a bit of binary garbage at the front of
script output when TERM=xterm, presumably trying something like a
clear screen.

luckily it doesn't do it for unknown terminal types

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Tue Jan 11 06:48:56 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on Fedora12 gdb puts out a bit of binary garbage at the front of
script output when TERM=xterm, presumably trying something like a
clear screen.

luckily it doesn't do it for unknown terminal types

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Tue Jan 11 06:48:56 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>waf: added a help target for the other waf builds</title>
<updated>2010-12-01T00:47:50+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-11-30T22:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0acc93cc2c8baa9a693066835ff1a1ba1e0ed50b'/>
<id>0acc93cc2c8baa9a693066835ff1a1ba1e0ed50b</id>
<content type='text'>
this lets the s3 waf build use "make help"

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Wed Dec  1 01:47:50 CET 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this lets the s3 waf build use "make help"

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Wed Dec  1 01:47:50 CET 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>waf: fixed the build with a space in the source directory</title>
<updated>2010-11-21T12:10:14+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-11-21T12:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fcdbd0613631b02b991214b2dccbb97eb571ac28'/>
<id>fcdbd0613631b02b991214b2dccbb97eb571ac28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>waf: allow for commands like "make bin/smbtorture"</title>
<updated>2010-10-06T12:18:04+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-10-06T12:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7dcecbd0773b2c342712aa207c941d31f1da7b4a'/>
<id>7dcecbd0773b2c342712aa207c941d31f1da7b4a</id>
<content type='text'>
I finally worked out the GNU make syntax for this
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I finally worked out the GNU make syntax for this
</pre>
</div>
</content>
</entry>
<entry>
<title>waf-abi: fixed small uninitialised data on PPC64 </title>
<updated>2010-09-07T03:45:46+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-09-07T03:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2d77c766faabbc0790427f4c49555d4049efdb3b'/>
<id>2d77c766faabbc0790427f4c49555d4049efdb3b</id>
<content type='text'>
on PPC64 Linux systems a 'S' line from nm means "small object
uninitialised data"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on PPC64 Linux systems a 'S' line from nm means "small object
uninitialised data"
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:buildtools: add 'make show_waf_options'</title>
<updated>2010-07-10T07:35:01+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-07-10T07:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=85f73840b0c64ef8082c8a9665c3cc3caa176c1d'/>
<id>85f73840b0c64ef8082c8a9665c3cc3caa176c1d</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:buildtools: make it possible to use advanced test options via the make waf wrapper</title>
<updated>2010-07-10T07:35:00+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-07-10T07:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c48ff4c6a937924f16bc37251c74b753fbe1f5c1'/>
<id>c48ff4c6a937924f16bc37251c74b753fbe1f5c1</id>
<content type='text'>
You can to do thinks like this now:
make test TEST_OPTIONS="--valgrind-server" TESTS=wbinfo

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You can to do thinks like this now:
make test TEST_OPTIONS="--valgrind-server" TESTS=wbinfo

metze
</pre>
</div>
</content>
</entry>
</feed>
