projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implement architecture speficic GPIO calls for adm5120, thanks to Gabor Juhos
[openwrt.git]
/
target
/
linux
/
generic-2.4
/
patches
/
209-build_fixes.patch
diff --git
a/target/linux/generic-2.4/patches/209-build_fixes.patch
b/target/linux/generic-2.4/patches/209-build_fixes.patch
index
235ee04
..
c484896
100644
(file)
--- a/
target/linux/generic-2.4/patches/209-build_fixes.patch
+++ b/
target/linux/generic-2.4/patches/209-build_fixes.patch
@@
-26,7
+26,7
@@
diff -urN linux.old/Makefile linux.dev/Makefile
#
fastdep: dummy
- $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend
#
fastdep: dummy
- $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend
-+ find -name '*.[chS]' | xargs $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- > .depend
++ find
.
-name '*.[chS]' | xargs $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- > .depend
ifdef ALL_SUB_DIRS
$(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)"
endif
ifdef ALL_SUB_DIRS
$(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)"
endif
This page took
0.024125 seconds
and
4
git commands to generate.