Changeset 8eda36a in freewrt
- Timestamp:
- Nov 25, 2006, 4:39:15 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 2894cdb
- Parents:
- 3f4cfaf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
target/linux/generic-2.4/patches/209-build_fixes.patch
r3f4cfaf r8eda36a 27 27 fastdep: dummy 28 28 - $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend 29 + find -name '*.[chS]' | xargs $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- > .depend29 + find . -name '*.[chS]' | xargs $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- > .depend 30 30 ifdef ALL_SUB_DIRS 31 31 $(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)"
Note:
See TracChangeset
for help on using the changeset viewer.
