[svn] commit: r622 - in /branches/parkinglot/src/bin: bind10/Makefile.am cfgmgr/Makefile.am cmdctl/Makefile.am msgq/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 29 01:57:25 UTC 2010
Author: jreed
Date: Fri Jan 29 01:57:25 2010
New Revision: 622
Log:
Make sure the executables are executable in the build tree.
Of course, when installed, the installation makes them executable,
but this is needed for when running the code direct from build tree.
Modified:
branches/parkinglot/src/bin/bind10/Makefile.am
branches/parkinglot/src/bin/cfgmgr/Makefile.am
branches/parkinglot/src/bin/cmdctl/Makefile.am
branches/parkinglot/src/bin/msgq/Makefile.am
Modified: branches/parkinglot/src/bin/bind10/Makefile.am
==============================================================================
--- branches/parkinglot/src/bin/bind10/Makefile.am (original)
+++ branches/parkinglot/src/bin/bind10/Makefile.am Fri Jan 29 01:57:25 2010
@@ -5,4 +5,4 @@
# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
bind10: bind10.py
$(SED) "s|@@PYTHONPATH@@|@pyexecdir@|" bind10.py >$@
-# chmod a+x $@
+ chmod a+x $@
Modified: branches/parkinglot/src/bin/cfgmgr/Makefile.am
==============================================================================
--- branches/parkinglot/src/bin/cfgmgr/Makefile.am (original)
+++ branches/parkinglot/src/bin/cfgmgr/Makefile.am Fri Jan 29 01:57:25 2010
@@ -8,4 +8,4 @@
# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
b10-cfgmgr: b10-cfgmgr.py
$(SED) "s|@@PYTHONPATH@@|@pyexecdir@|" b10-cfgmgr.py >$@
-# chmod a+x $@
+ chmod a+x $@
Modified: branches/parkinglot/src/bin/cmdctl/Makefile.am
==============================================================================
--- branches/parkinglot/src/bin/cmdctl/Makefile.am (original)
+++ branches/parkinglot/src/bin/cmdctl/Makefile.am Fri Jan 29 01:57:25 2010
@@ -8,4 +8,4 @@
# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
b10-cmdctl: b10-cmdctl.py
$(SED) "s|@@PYTHONPATH@@|@pyexecdir@|" b10-cmdctl.py >$@
-# chmod a+x $@
+ chmod a+x $@
Modified: branches/parkinglot/src/bin/msgq/Makefile.am
==============================================================================
--- branches/parkinglot/src/bin/msgq/Makefile.am (original)
+++ branches/parkinglot/src/bin/msgq/Makefile.am Fri Jan 29 01:57:25 2010
@@ -8,4 +8,4 @@
# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
msgq: msgq.py
$(SED) "s|@@PYTHONPATH@@|@pyexecdir@|" msgq.py >$@
-# chmod a+x $@
+ chmod a+x $@
More information about the bind10-changes
mailing list