From fb10e5e13cdebe6fd2f49cf6d593ce3140ef27ff Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 11 Nov 2012 15:42:12 +0000 Subject: Partial change: Removing bash ARCHIVE loop git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/libxx/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'nuttx/libxx') diff --git a/nuttx/libxx/Makefile b/nuttx/libxx/Makefile index db5675ce7..a69527c28 100644 --- a/nuttx/libxx/Makefile +++ b/nuttx/libxx/Makefile @@ -1,7 +1,7 @@ ############################################################################ # libxx/Makefile # -# Copyright (C) 2009 Gregory Nutt. All rights reserved. +# Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -96,9 +96,7 @@ $(CXXOBJS): %$(OBJEXT): %.cxx $(call COMPILEXX, $<, $@) $(BIN): $(OBJS) - @( for obj in $(OBJS) ; do \ - $(call ARCHIVE, $@, $${obj}); \ - done ; ) + $(call ARCHIVE, $@, "$(OBJS)") .depend: Makefile $(SRCS) @$(MKDEP) $(DEPPATH) $(CXX) -- $(CXXFLAGS) -- $(SRCS) >Make.dep -- cgit v1.2.3