<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/buildtools/scripts, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>gen_abi.sh: filter out symbols not needed for ABI</title>
<updated>2012-09-07T10:31:42+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>ab@samba.org</email>
</author>
<published>2012-08-23T15:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c63dcc97b695ceab2bbd8f421f56b623b0d867a2'/>
<id>c63dcc97b695ceab2bbd8f421f56b623b0d867a2</id>
<content type='text'>
gdb does not allow to print definitions of certain section names
and special symbols used for dynamic loading machinery:

__bss_start
_edata
_init
_fini
_end

Please note the space before the pattern, it is needed to avoid
hungry matches of valid symbols with these as substrings (foo_init,
for example).

Without this patch gdb on Fedora 18 breaks when attempting to print
function and struct signature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gdb does not allow to print definitions of certain section names
and special symbols used for dynamic loading machinery:

__bss_start
_edata
_init
_fini
_end

Please note the space before the pattern, it is needed to avoid
hungry matches of valid symbols with these as substrings (foo_init,
for example).

Without this patch gdb on Fedora 18 breaks when attempting to print
function and struct signature.
</pre>
</div>
</content>
</entry>
<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://fedorapeople.org/cgit/pviktori/public_git/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://fedorapeople.org/cgit/pviktori/public_git/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://fedorapeople.org/cgit/pviktori/public_git/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://fedorapeople.org/cgit/pviktori/public_git/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://fedorapeople.org/cgit/pviktori/public_git/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://fedorapeople.org/cgit/pviktori/public_git/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://fedorapeople.org/cgit/pviktori/public_git/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://fedorapeople.org/cgit/pviktori/public_git/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://fedorapeople.org/cgit/pviktori/public_git/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>
</feed>
