Searched refs:make (Results 1 – 25 of 112) sorted by relevance
12345
5 make -C ex V=1 clean > ex.out 2>&16 make -C ex V=1 >> ex.out 2>&113 make -C ex V=1 clean > /dev/null 2>&118 make -C ex V=1 clean > ex.out 2>&121 make -rR -C ex V=1 ex.o >> ex.out 2>&122 make -rR -C ex V=1 ex.i >> ex.out 2>&123 make -rR -C ex V=1 ex.s >> ex.out 2>&135 make -C ex V=1 clean > /dev/null 2>&140 make -C ex V=1 clean > ex.out 2>&153 make -C ex V=1 >> ex.out 2>&1[all …]
29 $ make30 $ sudo make install34 $ make35 $ sudo make install38 $ make39 $ sudo make install41 $ make42 $ sudo make install
61 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' $(BUILD_TYPE) build\n'76 $(make)96 $(make) -j1109 …@$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile SET_PARALLEL=1 --no-print-director…112 @$(MAKE) -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile SET_PARALLEL=1 --no-print-directory out119 $(make)
33 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \39 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \45 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \52 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \58 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
11 $ make TARGETS=arm64 kselftest-clean12 $ make TARGETS=arm64 kselftest16 $ make -C tools/testing/selftests TARGETS=arm64 \21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
24 $ make25 $ sudo make install29 $ make30 $ sudo make install33 $ make34 $ sudo make install
52 make $J -s $* >/dev/null65 make -s clean79 make $J -s $ARGS ${@: -1}=$TMPDIR/ >/dev/null96 make -C tools/bpf/runqslower OUTPUT=${KDIR_ROOT_DIR}/tools/bpf/runqslower/ clean
15 make -f $(srctree)/tools/build/Makefile.build dir=. $@18 make $(build)=ex21 make $(build)=libex
38 $ make47 $ sudo make install49 'make install' command puts targets to default system dirs:82 $ make O=<your_custom_build_catalog>85 $ make O=/home/hedin/prj/cpupower/build138 $ make clean139 $ make uninstall146 $ make O=<your_custom_build_catalog> clean149 $ make O=/home/hedin/prj/cpupower/build clean153 $ make DESTDIR=<your_custom_install_catalog>[all …]
32 make clean > $resdir/Make.clean 2>&134 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&138 yes '' | make $TORTURE_KMAKE_ARG oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.e…
424 make -j$MAKE_ALLOTED_CPUS clean >> "$amcdir/Make.out" 2>&1431 make -j$MAKE_ALLOTED_CPUS allmodconfig >> "$amcdir/Make.out" 2>&1438 make -j$MAKE_ALLOTED_CPUS >> "$amcdir/Make.out" 2>&1496 …bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "$configs_rcutorture" --trust-make502 …ure lock --allcpus --duration "$duration_locktorture" --configs "$configs_locktorture" --trust-make535 make LLVM=1 rustavailable > $T/rustavailable.out 2>&1543 make mrproper > $rrdir/mrproper.out 2>&1649 …s --duration 5 --kconfig "CONFIG_TASKS_TRACE_RCU=y CONFIG_NR_CPUS=$SCALE_ALLOTED_CPUS" --trust-make693 …allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOCKSOURCE_WATCHDOG=y" --trust-make696 …allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOCKSOURCE_WATCHDOG=y" --trust-make[all …]
10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
9 running `make install-lib` within the cpupower directory. This installs the10 libcpupower.so file and symlinks needed. Otherwise, please make sure a symlink35 Build the object files for libcpupower by running make in the cpupower40 $ make74 sudo make install76 sudo make uninstall
14 make perf-targz-src-pkg20 make -C $TMP_DEST/perf*/tools/perf
7 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile12 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile $@57 # we need some IS_(32/64) flag to make this generic67 # standard single make variable specified362 @echo "- make -C <kernelsrc> $(PARALLEL_OPT) $(K_O_OPT) tools/perf"364 (make -C ../.. $(PARALLEL_OPT) $(K_O_OPT) tools/perf) > $@ 2>&1 && \368 @echo "- make -C <kernelsrc>/tools $(PARALLEL_OPT) $(K_O_OPT) perf"370 (make -C ../../tools $(PARALLEL_OPT) $(K_O_OPT) perf) > $@ 2>&1 && \374 @echo "- make -C lib";375 make -C lib clean >$@ 2>&1; make -C lib >>$@ 2>&1 && rm $@[all …]
15 +$(Q)make -C $(KDIR) M=$(PAGE_FRAG_TEST_DIR) modules18 +$(Q)make -C $(KDIR) M=$(PAGE_FRAG_TEST_DIR) clean
14 +$(Q)make -C $(KDIR) M=$(BENCH_PAGE_POOL_SIMPLE_TEST_DIR) modules17 +$(Q)make -C $(KDIR) M=$(BENCH_PAGE_POOL_SIMPLE_TEST_DIR) clean
54 $ make DESTDIR=/usr55 $ make DESTDIR=/usr install61 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=address'70 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=undefined'85 $ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -C tools/perf89 $ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- \97 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -C tools/perf
20 make -C $(LIB_DIR)27 make -C $(LIB_DIR) clean
21 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion)29 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion)
27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)83 $ make -f tools/build/Makefile.build dir=. obj=ex84 $ make -f tools/build/Makefile.build dir=. obj=libex112 to make it easier to invoke build like:113 make $(build)=ex166 $ make util/map.o # objects167 $ make util/map.i # preprocessor168 $ make util/map.s # assembly
78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…176 MAKE_CMD = make ARCH=um SUBARCH=x86_64181 MAKE_CMD = make ARCH=i386186 MAKE_CMD = make ARCH=x86_64
24 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\47 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
48 # (needed for make)50 # (needed for make)53 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))65 $(fixdep) $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp; \71 printf '\n%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd)87 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
5 make distclean
Completed in 23 milliseconds