Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54133
b: refs/heads/master
c: dd7e54a
h: refs/heads/master
i:
  54131: 7638e49
v: v3
  • Loading branch information
Don Mullis authored and Sam Ravnborg committed May 2, 2007
1 parent b0403e1 commit 855e0da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2a11665945d510e1a4df8dc44dc3668b01945ade
refs/heads/master: dd7e54ade8f515ec38d5dc2129705352e2296f8e
11 changes: 6 additions & 5 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1278,10 +1278,7 @@ endif
ALLSOURCE_ARCHS := $(ARCH)

define find-sources
( find $(__srctree) $(RCS_FIND_IGNORE) \
\( -name include -o -name arch \) -prune -o \
-name $1 -print; \
for ARCH in $(ALLSOURCE_ARCHS) ; do \
( for ARCH in $(ALLSOURCE_ARCHS) ; do \
find $(__srctree)arch/$${ARCH} $(RCS_FIND_IGNORE) \
-name $1 -print; \
done ; \
Expand All @@ -1295,7 +1292,11 @@ define find-sources
-name $1 -print; \
done ; \
find $(__srctree)include/asm-generic $(RCS_FIND_IGNORE) \
-name $1 -print )
-name $1 -print; \
find $(__srctree) $(RCS_FIND_IGNORE) \
\( -name include -o -name arch \) -prune -o \
-name $1 -print; \
)
endef

define all-sources
Expand Down

0 comments on commit 855e0da

Please sign in to comment.