HomeSort by relevance Sort by last modified time
    Searched refs:INSTALL_DIR (Results 1 - 25 of 49) sorted by null

1 2

  /external/ltp/testcases/kernel/io/stress_floppy/datafiles/
Makefile 27 INSTALL_DIR := testcases/data/stress_floppy
  /external/ltp/testcases/kernel/security/integrity/ima/policy/
Makefile 27 INSTALL_DIR := testcases/data/ima_policy
  /external/ltp/testcases/network/multicast/mc_member/datafiles/
Makefile 26 INSTALL_DIR := testcases/data/mc_member
  /external/ltp/testcases/network/rpc/basic_tests/rpc01/datafiles/
Makefile 25 INSTALL_DIR := testcases/data/rpc01
  /external/ltp/testscripts/
Makefile 27 INSTALL_DIR := testscripts
  /external/ltp/include/mk/
env_post.mk 51 INSTALL_DIR ?= testcases/bin
55 ifeq ($(strip $(INSTALL_DIR)),)
56 INSTALL_DIR := $(error You must define INSTALL_DIR before including this file)
60 # Value specified by INSTALL_DIR isn't an absolute path, so let's tack on $(prefix).
61 ifneq ($(patsubst /%,,$(INSTALL_DIR)),)
62 INSTALL_DIR := $(prefix)/$(INSTALL_DIR)
78 INSTALL_PATH := $(call MAKE_3_80_abspath,$(DESTDIR)/$(INSTALL_DIR))
93 $(abspath $(addprefix $(DESTDIR)/$(INSTALL_DIR)/,$(sort $(dir $(INSTALL_TARGETS) $(MAKE_TARGETS)))))
    [all...]
man.mk 29 INSTALL_DIR := $(mandir)/man$(MANPREFIX)
  /external/libmojo/third_party/jinja2/
get_jinja2.sh 26 INSTALL_DIR="$THIRD_PARTY/$PACKAGE_DIR"
27 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
95 cd "$INSTALL_DIR"
120 mv "$INSTALL_DIR" "$OLD_DIR"
121 mv "$PACKAGE_DIR" "$INSTALL_DIR"
122 cd "$INSTALL_DIR"
  /external/libmojo/third_party/markupsafe/
get_markupsafe.sh 24 INSTALL_DIR="$THIRD_PARTY/$PACKAGE_DIR"
25 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
93 cd "$INSTALL_DIR"
118 mv "$INSTALL_DIR" "$OLD_DIR"
119 mv "$PACKAGE_DIR" "$INSTALL_DIR"
120 cd "$INSTALL_DIR"
  /external/ltp/testcases/network/
Makefile 31 INSTALL_DIR := testcases/bin
44 $(DESTDIR)/$(INSTALL_DIR)/$(DIR) $(DIR): %:
  /external/ltp/m4/
GNUmakefile 29 INSTALL_DIR := $(datarootdir)/aclocal
  /external/ltp/scenario_groups/
Makefile 27 INSTALL_DIR := scenario_groups
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-ffsb-config/
Makefile 23 INSTALL_DIR := testcases/data/ext4-ffsb/
  /external/ltp/testcases/kernel/fs/fs_bind/
Makefile 27 INSTALL_DIR := $(prefix)/testcases/bin/fs_bind
  /external/ltp/testcases/kernel/fs/fs_bind/bin/
Makefile 27 INSTALL_DIR := $(prefix)/testcases/bin/fs_bind/bin
  /external/ltp/testcases/kernel/include/
Makefile 27 INSTALL_DIR := $(includedir)
  /external/ltp/testcases/kernel/io/stress_floppy/datafiles/dumpdir/
Makefile 31 INSTALL_DIR := testcases/data/stress_floppy/dumpdir
  /external/ltp/testcases/realtime/
config.mk 37 INSTALL_DIR := $(srcdir)
  /external/ltp/testcases/realtime/m4/
GNUmakefile 29 INSTALL_DIR := $(datarootdir)/aclocal
  /external/ltp/tools/
Makefile 33 INSTALL_DIR := bin
  /external/ltp/runtest/
Makefile 27 INSTALL_DIR := runtest
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build.sh 164 INSTALL_DIR=$OUTER_INSTALL_DIR/$PACKAGE_DIR
168 SUPPORT_DIR=$INSTALL_DIR
184 mkdir -p $INSTALL_DIR
210 cp $0 $INSTALL_DIR/ &&
211 echo "This file has been automatically generated on $(date) with the following command:" > $INSTALL_DIR/README &&
212 echo "$PROGNAME $@" >> $INSTALL_DIR/README &&
213 echo "" >> $INSTALL_DIR/README &&
214 echo "The MD5 hashes for the original sources packages are:" >> $INSTALL_DIR/README
217 PREFIX_FOR_TARGET=$INSTALL_DIR/$TARGET_TAG
218 WITH_WIDL=$INSTALL_DIR/bi
    [all...]
build-mingw64-toolchain.sh 372 echo "$MD5SUM $PKG_URL" >> $INSTALL_DIR/README
410 INSTALL_DIR=$TEMP_DIR/install-$HOST_TAG/$TARGET_TAG
415 rm -rf $INSTALL_DIR
420 mkdir -p $INSTALL_DIR
424 cp $0 $INSTALL_DIR/ &&
425 echo "This file has been automatically generated on $(date) with the following command:" > $INSTALL_DIR/README &&
426 echo "$PROGNAME $@" >> $INSTALL_DIR/README &&
427 echo "" >> $INSTALL_DIR/README &&
428 echo "The MD5 hashes for the original sources packages are:" >> $INSTALL_DIR/README
437 PREFIX_FOR_TARGET=$INSTALL_DIR/$TARGET_TA
    [all...]
  /external/ltp/
Makefile 97 INSTALL_DIR := $(DESTDIR)/$(prefix)
101 INSTALL_DIR := $(call MAKE_3_80_abspath,$(INSTALL_DIR))
103 INSTALL_DIR := $(abspath $(INSTALL_DIR))
106 # build tree bootstrap targets and $(INSTALL_DIR) target.
107 $(sort $(addprefix $(abs_top_builddir)/,$(BOOTSTRAP_TARGETS)) $(INSTALL_DIR) $(DESTDIR)/$(bindir)):
146 # the $(INSTALL_DIR).
149 $(RM) -Rf "$(INSTALL_DIR)"
155 ifneq ($(INSTALL_DIR),/)
    [all...]
  /external/autotest/site_utils/autoupdate/
import_common.py 26 install_dir = os.path.join(tot, build_externals.INSTALL_DIR)
28 [package_class], install_dir)

Completed in 2474 milliseconds

1 2