summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-05-09 13:52:50 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-05-09 13:52:50 +0000
commit6575752df9fc2d6965a9c89a1c02b0c9327c0921 (patch)
treef5e9d603b4784bdd981c3b5511334e8931e59e73 /bin
parent2b684653490447e1df8da39a6d1fafee4d6a7af9 (diff)
downloadptxdist-6575752df9fc2d6965a9c89a1c02b0c9327c0921.tar.gz
ptxdist-6575752df9fc2d6965a9c89a1c02b0c9327c0921.tar.xz
* rules/host-*.in:
removed some prompts, removed some warning messages in platformconfig and worlfram's gonna test it now git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8150 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 3ee421978..af986d32d 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -445,7 +445,7 @@ Setup and Project Actions:
u_boot_config configure U-Boot (U-Boot V2 only)
toolchain [<path>] if path is omitted the toolchain is guessed,
- guessing works only platformconfig is
+ (guessing works only platformconfig is
already selected)
othewise select this toolchain
(<path> to binaries)
@@ -759,6 +759,7 @@ platformconfig() {
tmpdir="$(mktemp -d ${PTXDIST_TEMPDIR}/platformconfig.XXXXXX)"
pushd $tmpdir > /dev/null
+ ln -sf "${PTXDIST_TOPDIR}/rules"
ln -sf "${PTXDIST_TOPDIR}/platforms"
ln -sf "${PTXDIST_WORKSPACE}" workspace