[svn] commit: r839 - in /trunk/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
Tue Feb 16 15:52:37 UTC 2010


Author: jreed
Date: Tue Feb 16 15:52:37 2010
New Revision: 839

Log:
Make sure the final python script (as created by "make") is removed
on a "make clean".
The intermediate .py file is created by configure, so is already
removed during the "make distclean" step.

Modified:
    trunk/src/bin/bind10/Makefile.am
    trunk/src/bin/cfgmgr/Makefile.am
    trunk/src/bin/cmdctl/Makefile.am
    trunk/src/bin/msgq/Makefile.am

Modified: trunk/src/bin/bind10/Makefile.am
==============================================================================
--- trunk/src/bin/bind10/Makefile.am (original)
+++ trunk/src/bin/bind10/Makefile.am Tue Feb 16 15:52:37 2010
@@ -1,5 +1,5 @@
 bin_SCRIPTS = bind10
-CLEANFILES = bind10.py
+CLEANFILES = bind10
 
 pkglibexecdir = $(libexecdir)/@PACKAGE@
 

Modified: trunk/src/bin/cfgmgr/Makefile.am
==============================================================================
--- trunk/src/bin/cfgmgr/Makefile.am (original)
+++ trunk/src/bin/cfgmgr/Makefile.am Tue Feb 16 15:52:37 2010
@@ -2,7 +2,7 @@
 
 pkglibexec_SCRIPTS = b10-cfgmgr
 
-CLEANFILES = b10-cfgmgr.py
+CLEANFILES = b10-cfgmgr
 
 b10_cfgmgrdir = @localstatedir@/@PACKAGE@
 b10_cfgmgr_DATA = 

Modified: trunk/src/bin/cmdctl/Makefile.am
==============================================================================
--- trunk/src/bin/cmdctl/Makefile.am (original)
+++ trunk/src/bin/cmdctl/Makefile.am Tue Feb 16 15:52:37 2010
@@ -5,7 +5,7 @@
 b10_cmdctldir = $(DESTDIR)$(pkgdatadir)
 b10_cmdctl_DATA = passwd.csv b10-cmdctl.pem
 
-CLEANFILES=	b10-cmdctl.py
+CLEANFILES=	b10-cmdctl
 
 # TODO: does this need $$(DESTDIR) also?
 # this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix

Modified: trunk/src/bin/msgq/Makefile.am
==============================================================================
--- trunk/src/bin/msgq/Makefile.am (original)
+++ trunk/src/bin/msgq/Makefile.am Tue Feb 16 15:52:37 2010
@@ -2,7 +2,7 @@
  
 pkglibexec_SCRIPTS = msgq
 
-CLEANFILES = msgq.py
+CLEANFILES = msgq
 
 # TODO: does this need $$(DESTDIR) also?
 # this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix




More information about the bind10-changes mailing list