[svn] commit: r713 - /branches/parkinglot/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 3 18:39:53 UTC 2010


Author: jreed
Date: Wed Feb  3 18:39:53 2010
New Revision: 713

Log:
For pyshared: Fix Util link and create a isc/__init__.py file.
This makes it so I can now actually run bind10 without any installation first.

Modified:
    branches/parkinglot/Makefile.am

Modified: branches/parkinglot/Makefile.am
==============================================================================
--- branches/parkinglot/Makefile.am (original)
+++ branches/parkinglot/Makefile.am Wed Feb  3 18:39:53 2010
@@ -33,9 +33,10 @@
 pyshared:
 	mkdir pyshared
 	mkdir pyshared/isc
+	cat src/lib/config/python/isc/__init__.py src/lib/cc/python/isc/__init__.py > pyshared/isc/__init__.py
 	ln -s ${abs_top_srcdir}/src/lib/config/python/isc/config pyshared/isc/config
 	ln -s ${abs_top_srcdir}/src/lib/cc/python/isc/cc pyshared/isc/cc
-	ln -s ${abs_top_srcdir}/src/lib/cc/python/isc/cc pyshared/isc/Util
+	ln -s ${abs_top_srcdir}/src/lib/cc/python/isc/Util pyshared/isc/Util
 
 include:
 	mkdir include




More information about the bind10-changes mailing list