summaryrefslogtreecommitdiffstats
path: root/rules/sudo.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 20:18:48 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 20:18:48 +0000
commitf16fcce2da2b8fdcb3fa0babe90c6f713d57985a (patch)
tree3a8e3ae9f84fd091fc250ae57bac99b19a63e012 /rules/sudo.make
parentb950e21a84698ed4ec1c6d31457f8c38541e262c (diff)
downloadptxdist-f16fcce2da2b8fdcb3fa0babe90c6f713d57985a.tar.gz
ptxdist-f16fcce2da2b8fdcb3fa0babe90c6f713d57985a.tar.xz
fixup dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3876 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/sudo.make')
-rw-r--r--rules/sudo.make19
1 files changed, 1 insertions, 18 deletions
diff --git a/rules/sudo.make b/rules/sudo.make
index 6a7358072..66094965a 100644
--- a/rules/sudo.make
+++ b/rules/sudo.make
@@ -34,9 +34,7 @@ SUDO_DIR = $(BUILDDIR)/$(SUDO)
sudo_get: $(STATEDIR)/sudo.get
-sudo_get_deps = $(SUDO_SOURCE)
-
-$(STATEDIR)/sudo.get: $(sudo_get_deps_default)
+$(STATEDIR)/sudo.get: $(SUDO_SOURCE)
@$(call targetinfo, $@)
@$(call get_patches, $(SUDO))
@$(call touch, $@)
@@ -51,8 +49,6 @@ $(SUDO_SOURCE):
sudo_extract: $(STATEDIR)/sudo.extract
-sudo_extract_deps = $(STATEDIR)/sudo.get
-
$(STATEDIR)/sudo.extract: $(sudo_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(SUDO_DIR))
@@ -66,17 +62,8 @@ $(STATEDIR)/sudo.extract: $(sudo_extract_deps)
sudo_prepare: $(STATEDIR)/sudo.prepare
-#
-# dependencies
-#
-sudo_prepare_deps = \
- $(STATEDIR)/sudo.extract \
- $(STATEDIR)/virtual-xchain.install
-
SUDO_PATH = PATH=$(CROSS_PATH)
SUDO_ENV = $(CROSS_ENV)
-#SUDO_ENV += PKG_CONFIG_PATH=$(CROSS_LIB_DIR)/lib/pkgconfig
-#SUDO_ENV +=
#
# autoconf
@@ -97,8 +84,6 @@ $(STATEDIR)/sudo.prepare: $(sudo_prepare_deps_default)
sudo_compile: $(STATEDIR)/sudo.compile
-sudo_compile_deps = $(STATEDIR)/sudo.prepare
-
$(STATEDIR)/sudo.compile: $(sudo_compile_deps_default)
@$(call targetinfo, $@)
cd $(SUDO_DIR) && $(SUDO_ENV) $(SUDO_PATH) make
@@ -121,8 +106,6 @@ $(STATEDIR)/sudo.install: $(STATEDIR)/sudo.compile
sudo_targetinstall: $(STATEDIR)/sudo.targetinstall
-sudo_targetinstall_deps = $(STATEDIR)/sudo.compile
-
$(STATEDIR)/sudo.targetinstall: $(sudo_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)