summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2007-11-06 19:07:09 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-11-06 19:07:09 +0000
commit22ce28fbe8c356a8312125608adf03055c3663bc (patch)
treedb49c6a2fe52e50d255e401d4a2de994ca67fcdc /bin
parentf8610fd1669057228c9f63edd63ae2e17ac2dc85 (diff)
downloadptxdist-22ce28fbe8c356a8312125608adf03055c3663bc.tar.gz
ptxdist-22ce28fbe8c356a8312125608adf03055c3663bc.tar.xz
* bin/ptxdist:
only copy boardsetup if existing git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7595 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 0935d3218..a7739e712 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -86,7 +86,9 @@ boardsetup() {
# prepare everything to make kconfig see it's original environment
ln -sf ${PTXDIST_TOPDIR}/scripts
- cp ${PTXDIST_WORKSPACE}/boardsetup/boardsetup .config
+ if test -e ${PTXDIST_WORKSPACE}/boardsetup/boardsetup; then
+ cp ${PTXDIST_WORKSPACE}/boardsetup/boardsetup .config
+ fi
# store boardsetup
${PTXDIST_TOPDIR}/scripts/kconfig/mconf ${PTXDIST_WORKSPACE}/boardsetup/Kconfig