Searched refs:SRCTREE (Results 1 – 9 of 9) sorted by relevance
28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)30 if [ -z "$SRCTREE" ]; then35 TMPD=$SRCTREE/.objdiff
29 -s SRCTREE linux kernel source tree is at path SRCTREE309 If not at the root of the Linux kernel source tree -s SRCTREE or -S
12 source: SRCTREE
60 SRCTREE=linux-2.663 cd $SRCTREE67 diff -up $SRCTREE/$MYFILE{.orig,} > /tmp/patch
21 #define SRCTREE "srctree" macro
959 char *env = getenv(SRCTREE); in replace_button_icon()1283 char *env = getenv(SRCTREE); in init_right_tree()1315 env = getenv(SRCTREE); in main()
1284 …QString iconsDir = QString(getenv(SRCTREE) ? getenv(SRCTREE) : QDir::currentPath()) + "/scripts/kc… in ConfigMainWindow()
25 SRCTREE = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../..") variable
66 static const char srctree[] = SRCTREE;