[pkg-java] r2641 - trunk/eclipse/debian
Matthias Klose
doko at costa.debian.org
Sun Oct 22 16:20:14 UTC 2006
Author: doko
Date: 2006-10-22 16:20:13 +0000 (Sun, 22 Oct 2006)
New Revision: 2641
Modified:
trunk/eclipse/debian/rules
Log:
- reenable native gcj build
Modified: trunk/eclipse/debian/rules
===================================================================
--- trunk/eclipse/debian/rules 2006-10-22 15:53:06 UTC (rev 2640)
+++ trunk/eclipse/debian/rules 2006-10-22 16:20:13 UTC (rev 2641)
@@ -35,7 +35,6 @@
enable_native=yes
ECLIPSE_PLATFORM=$(DEB_HOST_ARCH)
endif
-enable_native=no
ifeq ($(enable_native),yes)
AVAIL_CPUS := $(shell n=$$(getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1); awk -v n=$$n '/^MemTotal:/ { n2=int($$2/196608); if (n2<n) n=n2; print n}' /proc/meminfo)
More information about the pkg-java-commits
mailing list