Searched refs:SRC_DIR (Results 1 – 6 of 6) sorted by relevance
26 export SRC_DIR=$148 [ -d "$SRC_DIR" ] || usage "No such src dir: $SRC_DIR"54 find $SRC_DIR -maxdepth $DEPTH -mindepth $DEPTH -type d|grep -q "" \56 find $SRC_DIR -maxdepth $DEPTH -mindepth $DEPTH -type d \62 find $SRC_DIR -type f \69 ls $SRC_DIR/* &>/dev/null || return 071 echo "Copying $SRC_DIR into $TARGET (root permission required)"75 cp -rp $SRC_DIR/* $TEMP91 echo "Making $TARGET from $SRC_DIR with size(${SIZE_KB}KB)"98 mke2fs -t $FS_TYPE $TARGET -d $SRC_DIR \[all …]
5 SRC_DIR=$(srctree)/Documentation/userspace-api/media macro16 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \17 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions20 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions24 $(BUILDDIR)/audio.h.rst: ${UAPI}/dvb/audio.h ${PARSER} $(SRC_DIR)/audio.h.rst.exceptions27 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions30 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions33 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions36 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions39 $(BUILDDIR)/video.h.rst: ${UAPI}/dvb/video.h ${PARSER} $(SRC_DIR)/video.h.rst.exceptions[all …]
46 SRC_DIR=${RUSTLIB_DIR}/src/rust47 install -d ${SRC_DIR}/src/llvm-project48 …PSHOT_BUILD_SYS}/stage2/lib/rustlib/src/rust/src/llvm-project/libunwind ${SRC_DIR}/src/llvm-project49 … cp -R --no-dereference build/${SNAPSHOT_BUILD_SYS}/stage2/lib/rustlib/src/rust/library ${SRC_DIR}50 … cp --no-dereference build/${SNAPSHOT_BUILD_SYS}/stage2/lib/rustlib/src/rust/Cargo.lock ${SRC_DIR}52 chmod -R -x+X ${SRC_DIR}
14 SRC_DIR=$(cd ${SRC_DIR}; pwd)15 cd "${SRC_DIR}"
178 - local SRC_DIR="$( builtin cd "$( dirname "${BASH_SOURCE}" )" ; pwd -P )"179 - source ${SRC_DIR}/.venv/bin/activate183 …t-venv-deactivate 2>/dev/null && alias mycroft-venv-activate=\"source '${SRC_DIR}/venv-activate.sh…
28 SRC_DIR := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))