From 1d16efbff83c75de39b0b49c1d2a678683e5091d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 19 May 2007 18:06:34 +0000 Subject: Reverted my "xargs ls" thing since it broke the build in a way that I'm not entirely sure about. I'll rethink and make the fix differently. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13415 a1c6a512-1295-4272-9138-f99709370657 --- tools/makesrc.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/makesrc.inc b/tools/makesrc.inc index 837a812d51..78d97f3283 100644 --- a/tools/makesrc.inc +++ b/tools/makesrc.inc @@ -8,11 +8,7 @@ # # The weird grep -v thing in here is due to Apple's stupidities and is needed # to make this do right when used on Mac OS X. -# -# The usage of ls is only to make sure that we only output existing file names -# to not confuse make and to produce a fairly decent error message to the -# terminal. SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ $(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - | \ -grep -v "^\#" | xargs ls) +grep -v "^\#") -- cgit v1.2.3