Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-15 | build: fixed dependencies on install prefix for pc files and python scripts | Andrew Tridgell | 1 | -0/+1 | |
waf can't automatically determine these dependencies as the construction of the files is via a python function thanks to Andrew for noticing this bug | |||||
2011-01-05 | buildtools/wafsamba: import 'sys' and 'Logs' if we use them | Stefan Metzmacher | 1 | -1/+1 | |
We should avoid generating a backtrace in a normal error case, just because sys.exit(1) isn't known. metze | |||||
2010-12-08 | waf: support @LIB_RPATH@ in pc files | Andrew Tridgell | 1 | -2/+6 | |
this will be used to get the needed -Wl,-rpath options into our pc files Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-03 | waf: ensure pkgconfig files depend on the prefix | Andrew Tridgell | 1 | -0/+3 | |
2010-11-03 | waf: split pkgconfig logic into a separate module | Andrew Tridgell | 1 | -0/+61 | |