Changeset c7f93c1 in freewrt for rules.mk


Ignore:
Timestamp:
Jun 18, 2006, 11:48:14 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
9317cd4
Parents:
4c2c169
Message:

save the old $PATH as _PATH in 'make prereq',
so that it can be picked up later
please re-run 'make prereq' after this commit

hint: /usr/mpkg/bin/bash wasn't in the path

ok wbx@

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rules.mk

    r4c2c169 rc7f93c1  
    101101TARGET_DIR:=$(BUILD_DIR)/root
    102102TOOL_BUILD_DIR=$(BASE_DIR)/toolchain_build_$(ARCH)$(ARCH_FPU_SUFFIX)
    103 TARGET_PATH=$(LBIN_DIR):$(STAGING_DIR)/usr/bin:$(STAGING_DIR)/bin:/bin:/sbin:/usr/bin:/usr/sbin
     103TARGET_PATH=$(LBIN_DIR):$(STAGING_DIR)/usr/bin:$(_PATH)
    104104IMAGE:=$(BUILD_DIR)/root_fs_$(ARCH)$(ARCH_FPU_SUFFIX)
    105105REAL_GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-linux-uclibc
Note: See TracChangeset for help on using the changeset viewer.