From a2206fb0a88bed573ef2a7ea379fce5b9c8b00be Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 11 Nov 2012 16:24:40 +0000 Subject: Partial change: Removing bash ARCHIVE loop git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3 --- apps/system/poweroff/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/system/poweroff/Makefile') diff --git a/apps/system/poweroff/Makefile b/apps/system/poweroff/Makefile index 40465e957..92949d93c 100644 --- a/apps/system/poweroff/Makefile +++ b/apps/system/poweroff/Makefile @@ -2,6 +2,7 @@ # apps/system/poweroff/Makefile # # Copyright (C) 2011 Uros Platise. All rights reserved. +# Copyright (C) 2012 Gregory Nutt. All rights reserved. # Author: Uros Platise # Gregory Nutt # @@ -83,9 +84,7 @@ $(COBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) .built: $(OBJS) - @( for obj in $(OBJS) ; do \ - $(call ARCHIVE, $(BIN), $${obj}); \ - done ; ) + $(call ARCHIVE, $@, "$(OBJS)") @touch .built # Register application -- cgit v1.2.3