/external/autotest/client/deps/iwcap/ |
iwcap.py | 8 def setup(topdir): 9 srcdir = os.path.join(topdir, 'src') 11 utils.system('make BINDIR=%s install' % (topdir)) 12 os.chdir(topdir)
|
/external/curl/packages/OS400/ |
makefile.sh | 10 cd "${TOPDIR}" 32 for TEXT in "${TOPDIR}/COPYING" "${SCRIPTDIR}/README.OS400" \ 33 "${TOPDIR}/CHANGES" "${TOPDIR}/docs/THANKS" "${TOPDIR}/docs/FAQ" \ 34 "${TOPDIR}/docs/FEATURES" "${TOPDIR}/docs/SSLCERTS.md" \ 35 "${TOPDIR}/docs/RESOURCES" "${TOPDIR}/docs/VERSIONS" \ 36 "${TOPDIR}/docs/HISTORY.md [all...] |
/external/freetype/src/tools/ |
update-copyright | 6 topdir=`git rev-parse --show-toplevel` 7 toolsdir=$topdir/src/tools 9 git ls-files --full-name $topdir \
|
/external/autotest/client/deps/fakegudev/ |
fakegudev.py | 12 def setup(topdir): 13 srcdir = os.path.join(topdir, 'src') 16 utils.make("DESTDIR=%s install"%(topdir)) 17 os.chdir(topdir)
|
/external/autotest/client/deps/fakemodem/ |
fakemodem.py | 12 def setup(topdir): 13 srcdir = os.path.join(topdir, 'src') 16 utils.make("DESTDIR=%s install"%(topdir)) 17 os.chdir(topdir)
|
/external/autotest/client/deps/systemtap/ |
systemtap.py | 9 def setup(topdir): 10 srcdir = os.path.join(topdir, 'src') 15 '--prefix=%s/systemtap' % topdir) 19 os.chdir(topdir)
|
/external/libxml2/os400/ |
make.sh | 13 cd "${TOPDIR}" 36 for TEXT in "${TOPDIR}/AUTHORS" "${TOPDIR}/ChangeLog" \ 37 "${TOPDIR}/Copyright" "${TOPDIR}/CONTRIBUTING" "${TOPDIR}/README" \ 38 "${TOPDIR}/MAINTAINERS" "${TOPDIR}/NEWS" "${TOPDIR}/TODO" \ 39 "${TOPDIR}/TODO_SCHEMAS" "${TOPDIR}/os400/README400 [all...] |
/external/autotest/client/deps/glbench/ |
glbench.py | 12 def setup(topdir): 13 srcdir = os.path.join(topdir, 'src') 16 os.chdir(topdir)
|
/external/autotest/client/deps/ibusclient/ |
ibusclient.py | 12 def setup(topdir): 13 srcdir = os.path.join(topdir, 'src') 16 os.chdir(topdir)
|
/external/autotest/client/deps/lansim/ |
lansim.py | 12 def setup(topdir): 13 srcdir = os.path.join(topdir, 'src') 19 os.chdir(topdir)
|
/external/autotest/client/deps/nvmap_compactor/ |
nvmap_compactor.py | 12 def setup(topdir): 13 srcdir = os.path.join(topdir, 'src') 17 os.chdir(topdir)
|
/external/autotest/client/deps/dejagnu/ |
dejagnu.py | 8 def setup(tarball, topdir): 9 srcdir = os.path.join(topdir, 'src') 12 utils.configure('--prefix=%s/dejagnu' % topdir) 16 os.chdir(topdir)
|
/external/autotest/client/deps/libnet/ |
libnet.py | 8 def setup(tarball, topdir): 9 srcdir = os.path.join(topdir, 'src') 15 utils.configure ('--prefix=%s/libnet' % topdir) 19 os.chdir(topdir)
|
/external/autotest/client/deps/pgsql/ |
pgsql.py | 8 def setup(tarball, topdir): 9 srcdir = os.path.join(topdir, 'src') 14 utils.configure('--without-readline --without-zlib --enable-debug --prefix=%s/pgsql' % topdir) 18 os.chdir(topdir)
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
Makefile | 11 include $(TOPDIR)/Rules.make
|
/external/autotest/client/deps/libcap/ |
libcap.py | 9 topdir = os.getcwd() 13 os.chdir(topdir)
|
/toolchain/binutils/binutils-2.27/binutils/ |
dep-in.sed | 8 s!@TOPDIR@/include!$(INCDIR)!g 10 s!@TOPDIR@/bfd!$(BFDDIR)!g
|
/toolchain/binutils/binutils-2.27/gprof/ |
dep-in.sed | 8 s!@TOPDIR@/include!$(INCDIR)!g 10 s!@TOPDIR@/bfd!$(BFDDIR)!g
|
/toolchain/binutils/binutils-2.27/ld/ |
dep-in.sed | 8 s!@TOPDIR@/include!$(INCDIR)!g 10 s!@TOPDIR@/bfd!$(BFDDIR)!g
|
/toolchain/binutils/binutils-2.27/opcodes/ |
dep-in.sed | 9 s!@TOPDIR@/include!$(INCDIR)!g 11 s!@TOPDIR@/bfd!$(BFDDIR)!g
|
/external/autotest/client/deps/mysql/ |
mysql.py | 8 def setup(tarball, topdir): 9 srcdir = os.path.join(topdir, 'src') 15 % topdir) 24 os.mkdir(topdir + '/mysql/var') 30 utils.system('%s/mysql/bin/mysql_install_db' % topdir) 32 os.chdir(topdir)
|
/sdk/build/ |
patch_windows_sdk.sh | 35 TOPDIR=${TOPDIR:-$3} 38 if [[ -f ${TOPDIR}sdk/build/tools.windows.atree ]]; then 39 ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}sdk/build/tools.windows.atree \ 41 -I ${TOPDIR:-.} \
|
/external/toybox/scripts/ |
test.sh | 3 TOPDIR="$PWD" 26 . "$TOPDIR"/scripts/runtest.sh 27 [ -f "$TOPDIR/generated/config.h" ] && export OPTIONFLAGS=:$(echo $(sed -nr 's/^#define CFG_(.*) 1/\1/p' "$TOPDIR/generated/config.h") | sed 's/ /:/g') 51 do_test "$TOPDIR"/tests/$i.test 54 for i in "$TOPDIR"/tests/*.test
|
/external/llvm/utils/ |
countloc.sh | 15 # The script takes one optional option, -topdir, which specifies the top llvm 24 if test "$1" = "-topdir" ; then 25 TOPDIR="$2" 28 TOPDIR=`llvm-config --src-root` 32 if test -d "$TOPDIR" ; then 33 cd $TOPDIR 34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
|
getsrcs.sh | 13 # The optional -topdir option can be used to specify the top LLVM source 21 if test "$1" = "-topdir" ; then 22 TOPDIR="$2" 25 TOPDIR=`llvm-config --src-root` 28 if test -d "$TOPDIR" ; then 29 cd $TOPDIR 30 ./utils/llvmdo -topdir "$TOPDIR" \
|