Changeset 89

Show
Ignore:
Timestamp:
06/18/06 16:37:30 (6 years ago)
Author:
wbx
Message:

move utils needed on hostsystem, to toolchain dir, requested by tg@

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/target/Makefile

    r21 r89  
    66        mkdir -p $(BIN_DIR) 
    77 
    8 linux-compile: utils-install lzma-install 
     8linux-compile: lzma-install 
    99linux-install: $(BIN_DIR) 
    1010 
     
    1212compile: linux-compile 
    1313install: image_clean linux-install 
    14 clean: linux-clean utils-clean lzma-clean image_clean 
     14clean: linux-clean lzma-clean image_clean 
    1515 
    1616image_clean: 
  • trunk/freewrt/toolchain/Makefile

    r62 r89  
    11# Main makefile for the toolchain 
    22include $(TOPDIR)/rules.mk 
    3 TARGETS:=sed binutils gcc uClibc ipkg-utils gdb libnotimpl 
     3TARGETS:=sed binutils gcc uClibc ipkg-utils gdb libnotimpl utils 
    44 
    55TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))