summaryrefslogtreecommitdiffstats
path: root/scripts/ptxdist_vars.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-11 12:55:01 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-11 12:55:01 +0000
commit74584262355b66eab44c56b9e9dcf02ae339ab58 (patch)
treef809aab70d0cc255416ce4bf8c1caf133e9dcf01 /scripts/ptxdist_vars.sh
parente349e3ccc669e9b15418335199ec2518316c6650 (diff)
downloadptxdist-74584262355b66eab44c56b9e9dcf02ae339ab58.tar.gz
ptxdist-74584262355b66eab44c56b9e9dcf02ae339ab58.tar.xz
* scripts/ptxdist_vars.sh, scripts/dgen.sh, scripts/libptxdist.sh, bin/ptxdist:
cleaned up platform stuff git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7935 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts/ptxdist_vars.sh')
-rw-r--r--scripts/ptxdist_vars.sh20
1 files changed, 10 insertions, 10 deletions
diff --git a/scripts/ptxdist_vars.sh b/scripts/ptxdist_vars.sh
index 9e3694210..7484bf788 100644
--- a/scripts/ptxdist_vars.sh
+++ b/scripts/ptxdist_vars.sh
@@ -11,16 +11,16 @@ PROJECTRULESDIR=${PTXDIST_WORKSPACE}/rules
PROJECTPRERULESDIR=${PTXDIST_WORKSPACE}/rules/pre
PROJECTPOSTRULESDIR=${PTXDIST_WORKSPACE}/rules/post
-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
+# created dirs during build
+BUILDDIR=${PTXDIST_PLATFORMDIR}/build-target
+CROSS_BUILDDIR=${PTXDIST_PLATFORMDIR}/build-cross
+HOST_BUILDDIR=${PTXDIST_PLATFORMDIR}/build-host
+STATEDIR=${PTXDIST_PLATFORMDIR}/state
+IMAGEDIR=${PTXDIST_PLATFORMDIR}/images
+ROOTDIR=${PTXDIST_PLATFORMDIR}/root
+ROOTDIR_DEBUG=${PTXDIST_PLATFORMDIR}/root-debug
+# generated files by "dgen"
PACKAGE_DEP_PRE=${STATEDIR}/packages.dep-pre
PACKAGE_DEP_POST=${STATEDIR}/packages.dep-post
@@ -29,6 +29,6 @@ RULESFILES_ALL=${RULESFILES}_all
RULESFILES_MAKE=${RULESFILES}.make
RULESFILES_ALL_MAKE=${RULESFILES_ALL}.make
+# our config files
PTXCONFIG=${PTXDIST_WORKSPACE}/ptxconfig
PLATFORMCONFIG=${PTXDIST_WORKSPACE}/.platformconfig
-