How to build toolchain needs mkdir

Bug #1689421 reported by Dennis German
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNU Arm Embedded Toolchain
Fix Released
Low
Thomas Preud'homme

Bug Description

The documentation at
https://launchpadlibrarian.net/287100910/How-to-build-toolchain.pdf

regarding how to build toolchain expects the directory ~/toolchain to exist.

Perhaps the first lines in the executable code should be something like:

INDIR=`echo ~/toolchain`

if [ ! -d $INDIR ] ; then mkdir $INDIR && echo " ++ made directory $INDIR" ; fi

Thank you

Dennis German (dgerman)
description: updated
Changed in gcc-arm-embedded:
status: New → In Progress
assignee: nobody → Thomas Preud'homme (thomas-preudhomme)
importance: Undecided → Low
Changed in gcc-arm-embedded:
status: In Progress → Fix Committed
Changed in gcc-arm-embedded:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.