Changeset 113

Show
Ignore:
Timestamp:
06/18/06 21:35:32 (6 years ago)
Author:
tg
Message:

unhook sed build for bsd

Files:

Legend:

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

    r99 r113  
    11# Main makefile for the toolchain 
    22include $(TOPDIR)/rules.mk 
    3 TARGETS:=sed binutils gcc uClibc ipkg-utils gdb libnotimpl utils lzma 
     3 
     4ifeq ($(shell [[ "$(OStype)" = *BSD ]] && echo 1),) 
     5BUILD_SED:=sed 
     6BUILD_SED_DEP:=sed-install 
     7else 
     8BUILD_SED:= 
     9BUILD_SED_DEP:= 
     10endif 
     11 
     12TARGETS:=$(BUILD_SED) binutils gcc uClibc ipkg-utils gdb libnotimpl utils lzma 
    413 
    514TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) 
     
    1019clean: $(TARGETS_CLEAN) 
    1120 
    12 uClibc-prepare: kernel-headers-prepare sed-install 
     21uClibc-prepare: kernel-headers-prepare $(BUILD_SED_DEP) 
    1322binutils-prepare: uClibc-prepare 
    1423gcc-prepare: binutils-install