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
This commit is contained in:
parent
c30ee8bc90
commit
1d16efbff8
1 changed files with 1 additions and 5 deletions
|
@ -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 "^\#")
|
||||
|
|
Loading…
Reference in a new issue