- 13 Aug, 2013 2 commits
-
-
Michal 'vorner' Vaner authored
Do the condition at one level higher.
-
Michal 'vorner' Vaner authored
Just ifdef out the whole makefiles.
-
- 12 Jun, 2013 4 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it's basically empty yet.
-
- 25 Mar, 2013 1 commit
-
-
Jeremy C. Reed authored
It has been failing on distclean for around a week at least due to file left around. Newer python's keep under __pycache__ which was already handled. Reviewed on jabber.
-
- 15 Jan, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Once the config manager is ready, connect to itself to get the config. Not covered by unit tests, since it is part of startup routine and requires interaction with other modules, but lettuce succeeds, which means msgq itself works.
-
- 18 Dec, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
It is empty now, just updating the build system - yes, we really do need 2 new files and 2 makefiles to generate one message file :-|.
-
- 31 Aug, 2012 3 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
fix my previous commit; sorry I tested wrong. This changes += to just = for first use of MAINTAINERCLEANFILES.
-
Jeremy C. Reed authored
Use "make maintainer-clean" instead of "make distclean" to remove the manpages. This fixes problem where enduser using tarball does a "make clean" and loses the maintainer-tarball-provided manpages.
-
- 03 Aug, 2012 2 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
to get the full path if needed also fixed one target that had spaces instead of tab
-
- 02 Aug, 2012 1 commit
-
-
Jeremy C. Reed authored
-
- 21 Oct, 2011 1 commit
-
-
JINMEI Tatuya authored
directly pushing.
-
- 15 Jun, 2011 1 commit
-
-
Jelte Jansen authored
introduced in python3.2, this is where .pyc files are now stored, which of course makes distcheck fail. Added cleandir targets to all directories containing python code.
-
- 25 Feb, 2011 1 commit
-
-
Jeremy C. Reed authored
Remove some duplicated DESTDIR. This was reported by Jan Engelhardt via bind10-dev list.
-
- 18 Oct, 2010 1 commit
-
-
Kazunori Fujiwara authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3248 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Sep, 2010 1 commit
-
-
JINMEI Tatuya authored
make sure "." is listed before tests in SUBDIRS to ensure things to be tested are ready when doing tests. specifically, the immediate 'make check' after "configure" would fail without these changes. this may not be super minor, but I think it's still quite trivial and isn't worth spending others's time for review. so I'll skip review. If I broke something buildbot will tell it to us. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3008 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Apr, 2010 4 commits
-
-
Jeremy C. Reed authored
These were created when running some python unit tests. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1761 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
per ticket #25. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1758 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Moved msgq tests to own directory. Added targets for all known python unittests. Note this is for those that use the unittest module. Other tests are ignored for now. These tests are ran using "make check" even if not built with gtest. Some of these tests fail. I will comment them out in later commit. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1753 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
For ticket #25. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1747 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Mar, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1598 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Mar, 2010 2 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1510 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
from docbook format (already in svn). This updates bindctl.1 and msgq.8 already in svn. Add Makefile.am additions so these are installed and also to regenerate them. Assuming the nroff version is newer than the xml version, make won't need to regenerate. It is created using xsltproc. But this shouldn't be a build requirement -- so may need to redo this if notice any problem. Also in the loadzone makefile, create the localstatedir. (Not really needed since other makefile creates, but just in case this becomes standalone.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1506 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Feb, 2010 1 commit
-
-
Jeremy C. Reed authored
on a "make clean". The intermediate .py file is created by configure, so is already removed during the "make distclean" step. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@839 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Jan, 2010 2 commits
-
-
Jeremy C. Reed authored
Of course, when installed, the installation makes them executable, but this is needed for when running the code direct from build tree. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@622 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Move b10-cmdctl.py to b10-cmdctl.py.in. Move msgq.in to run_msgq.sh.in. Move msgq.py to msgq.py.in. At same time, the new installed versions are installed to libexec directory and runnable from there. TODO: the run*sh.in scripts are still broken (before my commits) as they use abs_top_srcdir instead of builddir. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@615 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Dec, 2009 2 commits
-
-
Jeremy C. Reed authored
TODO: these install wrappers need to be improved to run correctly from the installed prefix. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@370 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Install these scripts too. (TODO: need to install the wrapper script too.) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@369 e5f2f494-b856-4b98-b285-d166d9295462
-