summaryrefslogtreecommitdiffstats
path: root/scripts/ptxdist_vars.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-17 12:01:35 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-17 12:01:35 +0000
commit71b9978409db3b7012d4f1ab3b9f7c5eca7cf2a0 (patch)
tree5e6bf28b47c83aa6d3e89ceee0cf112ea10f1cf5 /scripts/ptxdist_vars.sh
parentf554822a295059b21c23cbac761f43ad5766002f (diff)
downloadptxdist-71b9978409db3b7012d4f1ab3b9f7c5eca7cf2a0.tar.gz
ptxdist-71b9978409db3b7012d4f1ab3b9f7c5eca7cf2a0.tar.xz
* scripts/ptxdist_vars.sh, scripts/libptxdist.sh, bin/ptxdist:
added marks to logfile to identify the individual ptxdist calls thanks to Enrik Berkhan for the implementation and inspiration git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8065 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts/ptxdist_vars.sh')
-rw-r--r--scripts/ptxdist_vars.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ptxdist_vars.sh b/scripts/ptxdist_vars.sh
index 4632ac5b6..4d7ba0ec0 100644
--- a/scripts/ptxdist_vars.sh
+++ b/scripts/ptxdist_vars.sh
@@ -35,3 +35,6 @@ PTX_MAP_ALL_MAKE=${STATEDIR}/ptx_map_all.make
# our config files
PTXCONFIG=${PTXDIST_WORKSPACE}/ptxconfig
PLATFORMCONFIG=${PTXDIST_WORKSPACE}/.platformconfig
+
+# logfile
+PTX_LOGFILE=${PTXDIST_PLATFORMDIR}/logfile \ No newline at end of file