Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-28 | build: Do not force a specific perl from ${PERL} when running pod2man | Andrew Bartlett | 1 | -1/+1 | |
pod2man should have the right #!/usr/bin/perl line already, and forcing it may cause us to use the wrong perl. Essentially treat this like any other system binary, rather than forcing it to use the first perl we found. This essentially reverts e80f576db66ad04592ac436ed74ceb9b96452060. Current SLES11 does not seem to have the issue this was added to address. Andrew Bartlett Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Thu Feb 28 02:14:25 CET 2013 on sn-devel-104 | |||||
2011-01-18 | pidl:wscript: don't warn about pidl gammar file changes for now | Stefan Metzmacher | 1 | -2/+4 | |
We may add some logic that uses git diff HEAD to detect this changes in developer mode later again. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 18 08:10:06 CET 2011 on sn-devel-104 | |||||
2011-01-06 | pidl/wscript: only warn about grammar file changes | Stefan Metzmacher | 1 | -4/+4 | |
autobuild should protect us from having grammar files and generated files out of sync. metze | |||||
2011-01-05 | pidl/wscript: let the developer use the standalone build with yapp | Stefan Metzmacher | 1 | -10/+22 | |
Waf isn't happy when files in the source directory are changed. metze | |||||
2010-10-06 | waf: fixed some python3.x portability issues | Andrew Tridgell | 1 | -1/+2 | |
these have crept into the tree over time. Maybe we should add testing of a range of python versions to autobuild? | |||||
2010-06-17 | pidl/wscript: build manpages in build group 'final' | Stefan Metzmacher | 1 | -1/+1 | |
So that waf --target=smbtorture doesn't build them metze | |||||
2010-06-17 | pidl/wscript: only try to build pidl manpages if pod2man is available | Stefan Metzmacher | 1 | -6/+7 | |
metze | |||||
2010-06-17 | pidl/wscript: call pod2man with the detected perl version | Stefan Metzmacher | 1 | -1/+2 | |
Some systems like SLES11 have a broken perl path in pod2man. metze | |||||
2010-06-16 | pidl-waf: Avoid relying on MakeMaker when installing pidl manpages. | Jelmer Vernooij | 1 | -17/+20 | |
2010-06-16 | waf: Fix installation of pidl manapges. | Jelmer Vernooij | 1 | -7/+5 | |
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 1 | -2/+2 | |
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 1 | -1/+1 | |
This works with both standalone lib builds and bundled builds | |||||
2010-04-06 | pidl-waf: disable pidl manpages | Andrew Tridgell | 1 | -1/+1 | |
it's still causing trouble in the build farm | |||||
2010-04-06 | pidl-waf: better handling of the man page generation | Andrew Tridgell | 1 | -8/+14 | |
we now avoid leaving build files in the source tree | |||||
2010-04-06 | pidl-waf: build pidl man pages and parsers separately | Andrew Tridgell | 1 | -9/+14 | |
this should prevent gratuitious builds | |||||
2010-04-06 | s4-waf: disable MAKEMAKER until a dependency problem is solved | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: added rules for rebuilding the yapp parser in pidl | Andrew Tridgell | 1 | -0/+11 | |
2010-04-06 | pidl-waf: re-enable the pidl man pages | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | s4-waf: added auto-detection of perl manpage extensions | Andrew Tridgell | 1 | -7/+10 | |
some systems produce pidl.1p, others pidl.1. We need to know which one to use. | |||||
2010-04-06 | waf-pidl: don't need this debug ls any more | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: we need a recent version of perls MakeMaker module | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | build: add an ls -lR blib/ to the pidl build to help debug things in the ↵ | Andrew Tridgell | 1 | -1/+1 | |
build farm | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: only build the pidl manpages if we have MakeMaker.pm | Andrew Tridgell | 1 | -0/+38 | |