From: stevenknight Date: Sat, 7 Dec 2002 23:14:51 +0000 (+0000) Subject: Remove .pyc files from the scons-local package. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0dd3cd7169c670317abd1f8c6b516fa3cf74088c;p=scons.git Remove .pyc files from the scons-local package. git-svn-id: http://scons.tigris.org/svn/scons/trunk@520 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/SConstruct b/SConstruct index 9b9ce954..ba3399a0 100644 --- a/SConstruct +++ b/SConstruct @@ -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), ] diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 056eee2a..ee6aa1d7 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -10,6 +10,10 @@ 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