From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Michael Olbrich Date: Thu, 26 Jan 2012 16:47:38 +0100 Message-Id: <1327592858-7441-1-git-send-email-m.olbrich@pengutronix.de> In-Reply-To: <1526176.1M6f797uKQ@ws-stein> References: <1526176.1M6f797uKQ@ws-stein> Subject: [ptxdist] [PATCH] linuximage: cleanup dependencies Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Michael Olbrich Signed-off-by: Michael Olbrich --- How about this? Michael rules/post/image_kernel.make | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/rules/post/image_kernel.make b/rules/post/image_kernel.make index 7ffeed6..a1b8d86 100644 --- a/rules/post/image_kernel.make +++ b/rules/post/image_kernel.make @@ -23,11 +23,9 @@ $(STATEDIR)/image_kernel.compile: $(IMAGEDIR)/root.cpio $(KERNEL_MAKEVARS) $(KERNEL_IMAGE) @echo "done." -$(KERNEL_IMAGE_PATH_y): $(STATEDIR)/kernel.targetinstall - -$(IMAGEDIR)/linuximage: $(KERNEL_IMAGE_PATH_y) - @echo -n "Creating '$(notdir $(@))' from '$(notdir $(<))'..." - @install -m 644 "$(<)" "$(@)" +$(IMAGEDIR)/linuximage: $(STATEDIR)/kernel.targetinstall + @echo -n "Creating '$(notdir $(@))' from '$(notdir $(KERNEL_IMAGE_PATH_y))'..." + @install -m 644 "$(KERNEL_IMAGE_PATH_y)" "$(@)" @echo "done." $(IMAGEDIR)/linuximage.lzo: $(IMAGEDIR)/linuximage -- 1.7.8.3 -- ptxdist mailing list ptxdist@pengutronix.de