Changeset e956e1e in freewrt


Ignore:
Timestamp:
Jan 21, 2007, 4:25:44 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
ddbb4d5
Parents:
c6bf335
Message:

preliminary würgaround for the "we don't separate between
binaries for the build system and target system, but instead
pack everything into ${STAGING_DIR}" problem

real fix is, obviously, to separate them.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1702 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/vars.mk

    rc6bf335 re956e1e  
    2929PACKAGE_DIR:=           $(BIN_DIR)/packages
    3030TARGET_DIR:=            $(BUILD_DIR)/root
    31 TARGET_PATH=            $(LBIN_DIR):$(STAGING_DIR)/usr/bin:$(STAGING_DIR)/bin:$(_PATH)
    3231IMAGE:=                 $(BUILD_DIR)/root_fs_$(ARCH)$(ARCH_FPU_SUFFIX)
    3332REAL_GNU_TARGET_NAME=   $(OPTIMIZE_FOR_CPU)-linux-uclibc
    3433GNU_TARGET_NAME=        $(OPTIMIZE_FOR_CPU)-linux
     34TARGET_PATH=            $(LBIN_DIR):${STAGING_DIR}/${REAL_GNU_TARGET_NAME}/bin:$(STAGING_DIR)/usr/bin:$(STAGING_DIR)/bin:$(_PATH)
    3535KERNEL_CROSS:=          $(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc-
    3636TARGET_CROSS:=          $(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc-
Note: See TracChangeset for help on using the changeset viewer.