Searched refs:TOPDIR (Results 1 – 7 of 7) sorted by relevance
22 TOPDIR="$2"25 TOPDIR=`llvm-config --src-root`28 if test -d "$TOPDIR" ; then29 cd $TOPDIR30 ./utils/llvmdo -topdir "$TOPDIR" \
25 TOPDIR="$2"28 TOPDIR=`llvm-config --src-root`32 if test -d "$TOPDIR" ; then33 cd $TOPDIR34 …./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | …
22 TOPDIR="$2"25 TOPDIR=`llvm-config --src-root`28 if test -d "$TOPDIR" ; then29 cd $TOPDIR35 ./utils/llvmdo -topdir "$TOPDIR" \
46 TOPDIR="$2"49 TOPDIR=`llvm-config --src-root`167 if test -d "$TOPDIR" ; then168 cd $TOPDIR183 echo "Can't find LLVM top directory in $TOPDIR"
26 TOPDIR := $(KSRC)27 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash
18 TOPDIR := $(KSRC)19 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash
24 TOPDIR := $(KSRC)25 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash