From 3d5fbdcf50c158d7db6dcc71daf794afdf5303d7 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sun, 1 Aug 2010 22:05:14 +0200 Subject: [initramfs-user-spec] remove obsolete stages Signed-off-by: Michael Olbrich --- rules/initramfs-user-spec.make | 42 +----------------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/rules/initramfs-user-spec.make b/rules/initramfs-user-spec.make index c4355141d..3b4379a15 100644 --- a/rules/initramfs-user-spec.make +++ b/rules/initramfs-user-spec.make @@ -1,6 +1,7 @@ # -*-makefile-*- # # Copyright (C) 2009 by Jon Ringle +# (C) 2010 by Michael Olbrich # # See CREDITS for details about who has contributed to this project. # @@ -22,47 +23,6 @@ ifdef PTXCONF_INITRAMFS_USER_SPEC $(STATEDIR)/klibc.targetinstall.post: $(STATEDIR)/initramfs-user-spec.targetinstall endif -# ---------------------------------------------------------------------------- -# Get -# ---------------------------------------------------------------------------- - -$(STATEDIR)/initramfs-user-spec.get: - @$(call targetinfo) - @$(call touch) - -# ---------------------------------------------------------------------------- -# Extract -# ---------------------------------------------------------------------------- - -$(STATEDIR)/initramfs-user-spec.extract: - @$(call targetinfo) - @$(call touch) - -# ---------------------------------------------------------------------------- -# Prepare -# ---------------------------------------------------------------------------- - -$(STATEDIR)/initramfs-user-spec.prepare: - @$(call targetinfo) - @$(call touch) - -# ---------------------------------------------------------------------------- -# Compile -# ---------------------------------------------------------------------------- - -$(STATEDIR)/initramfs-user-spec.compile: - @$(call targetinfo) - @$(call touch) - -# ---------------------------------------------------------------------------- -# Install -# ---------------------------------------------------------------------------- -# - -$(STATEDIR)/initramfs-user-spec.install: - @$(call targetinfo) - @$(call touch) - # ---------------------------------------------------------------------------- # Target-Install # ---------------------------------------------------------------------------- -- cgit v1.2.3