summaryrefslogtreecommitdiffstats
path: root/rules/host-xorg-server.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-02-25 12:43:52 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-02-25 12:44:19 +0100
commit79c90508b9749b5bcd7d33ed461c6dad46615d40 (patch)
treec8331c9e6b9cf9b6ffdeaaf48138991f47cf9b28 /rules/host-xorg-server.make
parent7e1dc00fda06e099eaba2fe6b3158554a15d3c58 (diff)
downloadptxdist-79c90508b9749b5bcd7d33ed461c6dad46615d40.tar.gz
ptxdist-79c90508b9749b5bcd7d33ed461c6dad46615d40.tar.xz
[host-xorg-server] don't apply patches, to avoid autoreconf
This patch adds a private extract stage without patchin, we don't need the patches and cannot autoreconf, because the autotools are not build yet. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-xorg-server.make')
-rw-r--r--rules/host-xorg-server.make18
1 files changed, 12 insertions, 6 deletions
diff --git a/rules/host-xorg-server.make b/rules/host-xorg-server.make
index 32193e2da..2600c3c2e 100644
--- a/rules/host-xorg-server.make
+++ b/rules/host-xorg-server.make
@@ -23,16 +23,22 @@ $(STATEDIR)/autogen-tools: $(STATEDIR)/host-xorg-server.install
endif
# ----------------------------------------------------------------------------
-# Prepare
+# Extract
# ----------------------------------------------------------------------------
-HOST_XORG_SERVER_PATH := PATH=$(HOST_PATH)
-HOST_XORG_SERVER_ENV := $(HOST_ENV)
-
#
-# autoconf
+# special extract stage without patchin, we don't need the patches and
+# cannot autoreconf, because the autotools are not build yet
#
-HOST_XORG_SERVER_AUTOCONF := $(HOST_AUTOCONF)
+$(STATEDIR)/host-xorg-server.extract:
+ @$(call targetinfo)
+ @$(call clean, $(HOST_XORG_SERVER_DIR))
+ @$(call extract, HOST_XORG_SERVER, $(HOST_BUILDDIR))
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
$(STATEDIR)/host-xorg-server.prepare:
@$(call targetinfo)