Searched refs:DEVROOT (Results 1 - 1 of 1) sorted by relevance

/haiku/3rdparty/mmu_man/scripts/
H A Ddev-perso20 # after exporting DEVROOT optionally to point to the projects folder.
25 # or export DEVROOT before sourcing dev-perso.
49 if [ -z "$DEVROOT" ]; then
52 test -d "$d" && DEVROOT="$d" && break;
55 export DEVROOT
62 #ls $DEVROOT/*/.profile | sed 's,.*/\([^/]*\)/.profile,\1,'
63 for f in "$DEVROOT/"*; do test -e "$f/.profile" || continue; echo ${f##*/}; done
75 mkdir "$DEVROOT/$1" && touch "$DEVROOT/$1/.profile"
80 if [ ! -d "$DEVROOT/
[all...]

Completed in 96 milliseconds