Home
last modified time | relevance | path

Searched refs:VPATH (Results 1 – 25 of 147) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0001-Fix-makefiles-for-out-of-tree-build.patch17 +VPATH+= $(SRCDIR)/core/adb
25 -VPATH+= ../libcutils
26 +VPATH+= $(SRCDIR)/core/libcutils
34 -VPATH+= ../libzipfile
35 +VPATH+= $(SRCDIR)/core/libzipfile
58 -VPATH+= ../libcutils
70 -#VPATH+= ../adb
71 +VPATH+= $(SRCDIR)/core/adbd
79 -VPATH+= ../libzipfile
80 +VPATH+= $(SRCDIR)/core/libcutils
[all …]
H A D0009-Fix-makefiles-for-out-of-tree-ext4_utils-build.patch19 +VPATH+=$(SRCDIR)/extras/ext4_utils
27 -VPATH+=../../core/libsparse
28 +VPATH+=$(SRCDIR)/core/libsparse
/OK3568_Linux_fs/kernel/tools/testing/selftests/ntb/
H A Dntb_test.sh90 VPATH=$1
93 if [[ "$VPATH" == *":/"* ]]; then
94 REMOTE=${VPATH%%:*}
95 VPATH=${VPATH#*:}
103 ssh "$REMOTE" cat "$VPATH"
105 cat "$VPATH"
115 ssh "$REMOTE" "echo \"$VALUE\" > \"$VPATH\""
117 echo "$VALUE" > "$VPATH"
126 ssh "$REMOTE" "[[ -e ${VPATH} ]]"
128 [[ -e ${VPATH} ]]
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/makedumpfile/makedumpfile/
H A D0001-makedumpfile-replace-hardcode-CFLAGS.patch116 - $(CC) $(CFLAGS) -c -o ./$@ $(VPATH)$(@:.o=.c)
117 + $(CC) $(CFLAGS_COMMON) -c -o ./$@ $(VPATH)$(@:.o=.c)
121 $(CC) $(CFLAGS_ARCH) -c -o ./$@ $(VPATH)$(@:.o=.c)
128 $(VPATH)makedumpfile.8.in > $(VPATH)makedumpfile.8
130 $(VPATH)makedumpfile.conf.5.in > $(VPATH)makedumpfile.conf.5
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dfastboot.mk5 VPATH += $(SRCDIR)/system/core/fastboot
16 VPATH += $(SRCDIR)/system/core/libzipfile
21 VPATH += $(SRCDIR)/system/extras/ext4_utils
36 VPATH += $(SRCDIR)/system/core/libsparse
45 VPATH += $(SRCDIR)/external/libselinux/src
H A Dadbd.mk5 VPATH += $(SRCDIR)/system/core/adb
23 VPATH += $(SRCDIR)/system/core/liblog
31 VPATH += $(SRCDIR)/system/core/fs_mgr
35 VPATH += $(SRCDIR)/system/core/libcutils
66 VPATH += $(SRCDIR)/external/libselinux/src
105 VPATH += $(SRCDIR)/system/extras/ext4_utils
H A Dmkbootimg.mk5 VPATH += $(SRCDIR)/system/core/mkbootimg
9 VPATH += $(SRCDIR)/system/core/libmincrypt
H A Dext4_utils.mk5 VPATH += $(SRCDIR)/system/extras/ext4_utils
30 VPATH += $(SRCDIR)/system/core/libsparse
50 VPATH += $(SRCDIR)/external/libselinux/src
H A Dadb.mk5 VPATH += $(SRCDIR)/system/core/adb
23 VPATH += $(SRCDIR)/system/core/libcutils
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/iw/iw/
H A Dseparate-objdir.patch6 Typical use of VPATH to locate the sources.
25 +VPATH = $(SRCDIR)
/OK3568_Linux_fs/buildroot/package/traceroute/
H A Dtraceroute.mk14 $(TARGET_MAKE_ENV) VPATH=$(STAGING_DIR)/usr/lib $(MAKE) $(TARGET_CONFIGURE_OPTS) \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/
H A Dfcgiwrap_git.bb18 EXTRA_OEMAKE = "VPATH=${S}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/
H A Dbuild-Allow-CC-and-prefix-to-be-overriden.patch28 VPATH = $(srcdir)
/OK3568_Linux_fs/buildroot/boot/syslinux/
H A D0005-lzo-Use-the-host-toolchain-for-prepcore.patch21 VPATH = $(SRC)
H A D0004-utils-Use-the-host-toolchain-to-build.patch22 VPATH = $(SRC)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A Dunfs3_parallel_build.patch18 VPATH = $(srcdir)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/m4/m4/
H A Dac_config_links.patch26 # Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A Dbuildtest.patch47 ## Make sure Solaris VPATH-expands all members of this list, even
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/
H A D0001-build-Do-not-build-po-files.patch19 VPATH = @srcdir@
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/
H A Ddetermism.patch24 VPATH=$(srcdir)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/traceroute/
H A Dtraceroute_2.1.0.bb23 EXTRA_OEMAKE = "VPATH=${STAGING_LIBDIR}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A Dout-of-tree-build.patch7 VPATH=@srcdir@
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr-util/
H A Dconfigfix.patch16 - # this is for VPATH builds
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/srecord/files/
H A Dlibtool.patch15 VPATH = @srcdir@
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.modpost139 VPATH :=

123456