[Buildroot] svn commit: trunk/buildroot/package
aldot at uclibc.org
aldot at uclibc.org
Thu Aug 24 19:35:48 UTC 2006
Author: aldot
Date: 2006-08-24 12:35:47 -0700 (Thu, 24 Aug 2006)
New Revision: 15979
Log:
- pickup the PATH the user has set.
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before.
Modified:
trunk/buildroot/package/Makefile.in
Changeset:
Modified: trunk/buildroot/package/Makefile.in
===================================================================
--- trunk/buildroot/package/Makefile.in 2006-08-24 19:13:14 UTC (rev 15978)
+++ trunk/buildroot/package/Makefile.in 2006-08-24 19:35:47 UTC (rev 15979)
@@ -44,7 +44,7 @@
# Strip off the annoying quoting
STAGING_DIR:=$(strip $(subst ",, $(BR2_STAGING_DIR)))
#"
-TARGET_PATH=$(STAGING_DIR)/bin:$(TOOL_BUILD_DIR)/bin:/bin:/sbin:/usr/bin:/usr/sbin
+TARGET_PATH=$(STAGING_DIR)/bin:$(TOOL_BUILD_DIR)/bin:/bin:/sbin:/usr/bin:/usr/sbin:$(PATH)
IMAGE:=$(BASE_DIR)/rootfs.$(ARCH)$(ARCH_FPU_SUFFIX)
REAL_GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)$(GNU_TARGET_SUFFIX)
GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-linux
More information about the buildroot
mailing list