Changeset a09b227 in freewrt
- Timestamp:
- Jul 16, 2006, 10:37:52 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 1444c95
- Parents:
- 4e713c9
- Files:
-
- 1 added
- 1 deleted
- 1 edited
- 3 moved
-
target/linux/image/jffs2/Makefile (deleted)
-
tools/Makefile (modified) (1 diff)
-
tools/jffs2/Makefile (added)
-
tools/jffs2/patches/000-only_mkfs_jffs2.patch (moved) (moved from target/linux/image/jffs2/patches/000-only_mkfs_jffs2.patch )
-
tools/jffs2/patches/010-portability.patch (moved) (moved from target/linux/image/jffs2/patches/010-portability.patch ) (1 diff)
-
tools/jffs2/patches/gcc4-fix.patch (moved) (moved from target/linux/image/jffs2/patches/gcc4-fix.patch )
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile
r4e713c9 ra09b227 4 4 5 5 TARGETS:= paxmirabilis sed ipkg-utils brcm-utils lzma 6 TARGETS+= squashfs 6 TARGETS+= squashfs jffs2 7 7 8 8 TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) -
tools/jffs2/patches/010-portability.patch
r4e713c9 ra09b227 10 10 %.o: %.c 11 11 - $(CC) $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,.$<.dep 12 + $(CC) -include param.h $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,.$<.dep12 + $(CC) -include $(TOPDIR)/scripts/param.h $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,.$<.dep 13 13 14 14 .SUFFIXES:
Note:
See TracChangeset
for help on using the changeset viewer.
