From 844b8a0f5c3cd48d228986d8606ba853bd12c257 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sun, 1 Aug 2010 22:05:13 +0200 Subject: [base] remove obsolete stages Signed-off-by: Michael Olbrich --- rules/base.make | 49 +------------------------------------------------ 1 file changed, 1 insertion(+), 48 deletions(-) (limited to 'rules/base.make') diff --git a/rules/base.make b/rules/base.make index 4ab3f73f5..eaea7cf9e 100644 --- a/rules/base.make +++ b/rules/base.make @@ -1,6 +1,7 @@ # -*-makefile-*- # # Copyright (C) 2009 by Marc Kleine-Budde +# (C) 2010 by Michael Olbrich # # See CREDITS for details about who has contributed to this project. # @@ -13,52 +14,4 @@ # PACKAGES-$(PTXCONF_BASE) += base -# ---------------------------------------------------------------------------- -# Get -# ---------------------------------------------------------------------------- - -$(STATEDIR)/base.get: - @$(call targetinfo) - @$(call touch) - -# ---------------------------------------------------------------------------- -# Extract -# ---------------------------------------------------------------------------- - -$(STATEDIR)/base.extract: - @$(call targetinfo) - @$(call touch) - -# ---------------------------------------------------------------------------- -# Prepare -# ---------------------------------------------------------------------------- - -$(STATEDIR)/base.prepare: - @$(call targetinfo) - @$(call touch) - -# ---------------------------------------------------------------------------- -# Compile -# ---------------------------------------------------------------------------- - -$(STATEDIR)/base.compile: - @$(call targetinfo) - @$(call touch) - -# ---------------------------------------------------------------------------- -# Install -# ---------------------------------------------------------------------------- - -$(STATEDIR)/base.install: - @$(call targetinfo) - @$(call touch) - -# ---------------------------------------------------------------------------- -# Target-Install -# ---------------------------------------------------------------------------- - -$(STATEDIR)/base.targetinstall: - @$(call targetinfo) - @$(call touch) - # vim: syntax=make -- cgit v1.2.3