[Pkg-erlang-commits] r1196 - erlang/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Feb 27 07:28:46 UTC 2010
Author: sgolovan
Date: 2010-02-27 07:28:45 +0000 (Sat, 27 Feb 2010)
New Revision: 1196
Modified:
erlang/trunk/debian/rules
Log:
[erlang]
* Restored HiPE build.
Modified: erlang/trunk/debian/rules
===================================================================
--- erlang/trunk/debian/rules 2010-02-27 07:26:18 UTC (rev 1195)
+++ erlang/trunk/debian/rules 2010-02-27 07:28:45 UTC (rev 1196)
@@ -25,7 +25,6 @@
BUILD_HIPE := no
else
BUILD_HIPE := $(shell echo ' $(HIPE_ARCHES) ' | grep -c ' ${DEB_HOST_ARCH} ' | sed -es/1/yes/ -es/0/no/)
-BUILD_HIPE := no
endif
ifeq ($(BUILD_HIPE), no)
BINARY_TARGETS=binary-erlang-base
More information about the Pkg-erlang-commits
mailing list