summaryrefslogtreecommitdiffstats
path: root/rules/host-xorg-server.make
diff options
context:
space:
mode:
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)