Searched refs:SRCTREE (Results 1 – 8 of 8) sorted by relevance
28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)30 if [ -z "$SRCTREE" ]; then35 TMPD=$SRCTREE/.objdiff
12 source: SRCTREE
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
60 SRCTREE=linux-2.663 cd $SRCTREE67 diff -up $SRCTREE/$MYFILE{.orig,} > /tmp/patch
64 SRCTREE=linux67 cd $SRCTREE71 diff -up $SRCTREE/$MYFILE{.orig,} > /tmp/patch
21 #define SRCTREE "srctree" macro
1456 env = getenv(SRCTREE); in main()
66 static const char srctree[] = SRCTREE;
Completed in 18 milliseconds