From 86a7e903427ee34d08d1b676a2c9c65847c930eb Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 10 Apr 2008 19:25:07 +0000 Subject: * platform support: added pending changes git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7931 33e552b5-05e3-0310-8538-816dae2090ed --- scripts/ptxdist_vars.sh | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'scripts/ptxdist_vars.sh') diff --git a/scripts/ptxdist_vars.sh b/scripts/ptxdist_vars.sh index 603e48163..9e3694210 100644 --- a/scripts/ptxdist_vars.sh +++ b/scripts/ptxdist_vars.sh @@ -11,13 +11,15 @@ PROJECTRULESDIR=${PTXDIST_WORKSPACE}/rules PROJECTPRERULESDIR=${PTXDIST_WORKSPACE}/rules/pre PROJECTPOSTRULESDIR=${PTXDIST_WORKSPACE}/rules/post -BUILDDIR=${PTXDIST_WORKSPACE}/build-target -CROSS_BUILDDIR=${PTXDIST_WORKSPACE}/build-cross -HOST_BUILDDIR=${PTXDIST_WORKSPACE}/build-host -STATEDIR=${PTXDIST_WORKSPACE}/state -IMAGEDIR=${PTXDIST_WORKSPACE}/images -ROOTDIR=${PTXDIST_WORKSPACE}/root -ROOTDIR_DEBUG=${PTXDIST_WORKSPACE}/root-debug +PLATFORMDIR=${PTXDIST_WORKSPACE}/${PTXDIST_PLATFORM_PREFIX}${PTXCONF_PLATFORM} + +BUILDDIR=${PLATFORMDIR}/build-target +CROSS_BUILDDIR=${PLATFORMDIR}/build-cross +HOST_BUILDDIR=${PLATFORMDIR}/build-host +STATEDIR=${PLATFORMDIR}/state +IMAGEDIR=${PLATFORMDIR}/images +ROOTDIR=${PLATFORMDIR}/root +ROOTDIR_DEBUG=${PLATFORMDIR}/root-debug PACKAGE_DEP_PRE=${STATEDIR}/packages.dep-pre PACKAGE_DEP_POST=${STATEDIR}/packages.dep-post @@ -28,5 +30,5 @@ RULESFILES_MAKE=${RULESFILES}.make RULESFILES_ALL_MAKE=${RULESFILES_ALL}.make PTXCONFIG=${PTXDIST_WORKSPACE}/ptxconfig -PLATFORMCONFIG=${PTXDIST_WORKSPACE}/platformconfig +PLATFORMCONFIG=${PTXDIST_WORKSPACE}/.platformconfig -- cgit v1.2.3