Changeset 89
- Timestamp:
- 06/18/06 16:37:30 (6 years ago)
- Files:
-
- trunk/freewrt/target/Makefile (modified) (2 diffs)
- trunk/freewrt/toolchain/Makefile (modified) (1 diff)
- trunk/freewrt/toolchain/utils (moved) (moved from trunk/freewrt/target/utils)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/target/Makefile
r21 r89 6 6 mkdir -p $(BIN_DIR) 7 7 8 linux-compile: utils-installlzma-install8 linux-compile: lzma-install 9 9 linux-install: $(BIN_DIR) 10 10 … … 12 12 compile: linux-compile 13 13 install: image_clean linux-install 14 clean: linux-clean utils-cleanlzma-clean image_clean14 clean: linux-clean lzma-clean image_clean 15 15 16 16 image_clean: trunk/freewrt/toolchain/Makefile
r62 r89 1 1 # Main makefile for the toolchain 2 2 include $(TOPDIR)/rules.mk 3 TARGETS:=sed binutils gcc uClibc ipkg-utils gdb libnotimpl 3 TARGETS:=sed binutils gcc uClibc ipkg-utils gdb libnotimpl utils 4 4 5 5 TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))


