summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-31 08:59:42 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-31 08:59:42 +0000
commit730e3204ade43ff86aa8e102cffe142915b8057b (patch)
treeecdac1d021c1dd37c463869cde6ce15fe37ec758 /bin
parentc600d714150ff7a8b9130b4526dc23d505b467c5 (diff)
downloadptxdist-730e3204ade43ff86aa8e102cffe142915b8057b.tar.gz
ptxdist-730e3204ade43ff86aa8e102cffe142915b8057b.tar.xz
add variable PTXDIST_GEN_CONFIG_DIR
introduced variable pointing to directory where generated config files should be stored. to be more precise, config files, that are interesting not only in ptxdist, e.g.: - gdbinit - toolchain.cmake this directory is created automatically by ptxdist Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10618 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 7180f1880..68ddc29ca 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -444,6 +444,7 @@ check_dirs() {
"${ROOTDIR}" \
"${ROOTDIR_DEBUG}" \
"${PTXDIST_SRCDIR}" \
+ "${PTXDIST_GEN_CONFIG_DIR}" \
; do
if [ \! -d "${dir}" ]; then
mkdir -m 755 -p "${dir}" || ptxd_bailout "cannot create dir: '${dir}'"