Remove .pyc files from the scons-local package.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 7 Dec 2002 23:14:51 +0000 (23:14 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 7 Dec 2002 23:14:51 +0000 (23:14 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@520 fdb21ef1-2011-0410-befe-b5e4ea1792b1

SConstruct
src/CHANGES.txt

index 9b9ce9543c59445f1213a187a70e9d388aa37524..ba3399a0fc478b3aff9474183f278aa2ebf8d30a 100644 (file)
@@ -747,7 +747,7 @@ for p in [ scons ]:
 
     commands = [
         "rm -rf %s" % local,
-        "$PYTHON $SETUP_PY install --install-script=%s --install-lib=%s" % \
+        "$PYTHON $SETUP_PY install --install-script=%s --install-lib=%s --no-compile" % \
                                                 (cwd_local, cwd_local_slv),
         "mv %s/scons %s/scons.py" % (local, local),
     ]
index 056eee2a09fbaf2c1cd9693feb388a14d43f74e8..ee6aa1d7620ee2785509272593712519702f9b98 100644 (file)
 
 RELEASE 0.10 - XXX
 
+  From Steven Knight:
+
+  - Remove Python bytecode (*.pyc) files from the scons-local packages.
+
 
 
 RELEASE 0.09 - Thu,  5 Dec 2002 04:48:25 -0600