[pypy-svn] r71745 - pypy/build/ubuntu/debian

getxsick at codespeak.net getxsick at codespeak.net
Thu Mar 4 23:33:57 CET 2010


Author: getxsick
Date: Thu Mar  4 23:33:56 2010
New Revision: 71745

Modified:
   pypy/build/ubuntu/debian/Makefile.in
   pypy/build/ubuntu/debian/rules
Log:
remove unnecessary symlinks

Modified: pypy/build/ubuntu/debian/Makefile.in
==============================================================================
--- pypy/build/ubuntu/debian/Makefile.in	(original)
+++ pypy/build/ubuntu/debian/Makefile.in	Thu Mar  4 23:33:56 2010
@@ -4,7 +4,6 @@
 TRANSLATEOPTS=--batch --source -Ojit
 TARGETOPTS=%(TARGETOPTS)s
 PREFIX=%(PREFIX)s
-OUTPUTDIR=debian/tmp/usr/bin
 LOGIC=-o logic
 
 BINARIES=%(BINARIES)s
@@ -35,6 +34,7 @@
 		--resultlog=pypyjit.log \
 		pypy/module/pypyjit/test || true; \
 		echo "Finished testing JIT"; 
+	@rm -f $(CURDIR)/pypy/translator/goal/pypy-c
 
 .NOTPARALLEL: $(BINARIES)
 

Modified: pypy/build/ubuntu/debian/rules
==============================================================================
--- pypy/build/ubuntu/debian/rules	(original)
+++ pypy/build/ubuntu/debian/rules	Thu Mar  4 23:33:56 2010
@@ -52,7 +52,8 @@
 	dh_install -i
 	find debian/pypy-lib -name "*.pyc" | xargs rm -rf
 	find debian/pypy-dev -name "*.pyc" | xargs rm -rf
-	rm debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/module/unicodedata/LICENSE
+	rm -f debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/module/unicodedata/LICENSE
+	rm -f debian/pypy-lib/usr/share/pypy-$(VERSION)/pypy/lib/py
 
 install-arch:
 	dh_testdir



More information about the Pypy-commit mailing list