| /OK3568_Linux_fs/buildroot/dl/make/ |
| HD | make-4.2.1.tar.bz2 | ... h
make-4.2.1/make.1
make-4.2.1/job.c
make- ... |
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/ |
| H A D | default.hpp | 65 #define BOOST_PROTO_UNARY_DEFAULT_EVAL(OP, TAG, MAKE) \ argument 73 BOOST_PROTO_DECLTYPE_(OP proto::detail::MAKE<r0>(), result_type) \ 107 BOOST_PROTO_UNARY_DEFAULT_EVAL(+, proto::tag::unary_plus, make) 108 BOOST_PROTO_UNARY_DEFAULT_EVAL(-, proto::tag::negate, make) 109 BOOST_PROTO_UNARY_DEFAULT_EVAL(*, proto::tag::dereference, make) 110 BOOST_PROTO_UNARY_DEFAULT_EVAL(~, proto::tag::complement, make) 111 BOOST_PROTO_UNARY_DEFAULT_EVAL(&, proto::tag::address_of, make) 112 BOOST_PROTO_UNARY_DEFAULT_EVAL(!, proto::tag::logical_not, make) 116 BOOST_PROTO_BINARY_DEFAULT_EVAL(<<, proto::tag::shift_left, make_mutable, make) 117 BOOST_PROTO_BINARY_DEFAULT_EVAL(>>, proto::tag::shift_right, make_mutable, make) [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.spear | 35 make spear320_config 38 make spear320_pnor_config 42 make spear320_nand_config 44 make spear320_usbtty_config 47 make spear320_usbtty_pnor_config 50 make spear320_usbtty_nand_config 53 make spear300_config 54 make spear300_nand_config 55 make spear300_usbtty_config 56 make spear300_usbtty_nand_config [all …]
|
| H A D | README.davinci | 39 make davinci_dvevm_config 40 make 44 make davinci_dm6467evm_config 45 make 49 make davinci_dm355evm_config 50 make 54 make davinci_dm365evm_config 55 make 59 make da830evm_config 60 make [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/ |
| H A D | 0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch | 7 to link in librirpc, make room for those changes to take effect 37 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all 38 - -@env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build o… 39 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all 40 + -@env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build … 48 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build in… 49 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build i… 61 - @env CFLAGS="-g -O -Wall" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../script… 62 + @env CFLAGS+="-g -O -Wall" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scrip… 65 - @env CFLAGS="-g -O -DDEBUG" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scri… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/ |
| H A D | default.hpp | 55 … #define BOOST_PROTO_UNARY_DEFAULT_EVAL(OP, TAG, MAKE) \ argument 68 … BOOST_PROTO_DECLTYPE_(OP proto::detail::MAKE<r0>(), result_type) \ 126 BOOST_PROTO_UNARY_DEFAULT_EVAL(+, unary_plus, make) 127 BOOST_PROTO_UNARY_DEFAULT_EVAL(-, negate, make) 128 BOOST_PROTO_UNARY_DEFAULT_EVAL(*, dereference, make) 129 BOOST_PROTO_UNARY_DEFAULT_EVAL(~, complement, make) 130 BOOST_PROTO_UNARY_DEFAULT_EVAL(&, address_of, make) 131 BOOST_PROTO_UNARY_DEFAULT_EVAL(!, logical_not, make) 135 BOOST_PROTO_BINARY_DEFAULT_EVAL(<<, shift_left, make_mutable, make) 137 BOOST_PROTO_BINARY_DEFAULT_EVAL(*, multiplies, make, make) [all …]
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | make-tips.txt | 4 [[make-tips]] 5 === 'make' tips 7 This is a collection of tips that help you make the most of Buildroot. 9 .Display all commands executed by make: 12 $ make V=1 <target> 18 $ make list-defconfigs 24 $ make help 49 $ make clean 58 $ make manual-clean 59 $ make manual [all …]
|
| H A D | customize-configuration.txt | 8 +make savedefconfig+. 14 make with +make savedefconfig BR2_DEFCONFIG=<path-to-defconfig>+. 18 configuration will be listed in +make help+ and can be set again by 19 running +make <boardname>_defconfig+. 22 +make defconfig BR2_DEFCONFIG=<path-to-defconfig-file>+. 39 Make sure that you create a configuration file 'before' changing 43 +make linux-menuconfig+ etc. 45 Buildroot provides a few helper targets to make the saving of 48 * +make linux-update-defconfig+ saves the linux configuration to the 52 kernels, use +make linux-update-config+. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kselftest.rst | 31 $ make -C tools/testing/selftests 35 $ make -C tools/testing/selftests run_tests 39 $ make kselftest 51 $ make O=/tmp/kselftest kselftest 55 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest 61 Kselftest supports "summary" option to make it easier to understand the test 68 $ make summary=1 kselftest 73 You can use the "TARGETS" variable on the make command line to specify 78 $ make -C tools/testing/selftests TARGETS=ptrace run_tests 82 $ make TARGETS="size timers" kselftest [all …]
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | README.rst | 23 make -C tools clean 24 make -C samples/bpf clean 25 make clean 29 make defconfig 38 make headers_install 41 level directory, that the make system automatically pickup first. 49 make M=samples/bpf 51 It is also possible to call make from this directory. This will just 52 hide the invocation of make as above. 73 $ make -j $(getconf _NPROCESSORS_ONLN) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | README.rst | 84 the backup files (some-file-name~ or some-file-name.orig), and make sure 107 - Make sure you have no stale .o files and dependencies lying around:: 110 make mrproper 131 Using the option ``make O=output/dir`` allows you to specify an alternate 141 make O=/home/name/build/kernel menuconfig 142 make O=/home/name/build/kernel 143 sudo make O=/home/name/build/kernel modules_install install 146 used for all invocations of make. 155 new version with minimal work, use ``make oldconfig``, which will 160 "make config" Plain text interface. [all …]
|
| /OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/ |
| H A D | lpc32xxcdl-2.11-slashes.patch | 18 makerule/common/make.rules.environment | 30 ++++++++++---------- 19 makerule/lpc32xx/make.lpc32xx.gnu | 2 +- 20 makerule/lpc32xx/make.lpc32xx.iar | 12 ++++---- 21 makerule/lpc32xx/make.lpc32xx.keil | 6 ++-- 22 makerule/lpc32xx/make.lpc32xx.rvw | 2 +- 33 -include $(NXPMCU_SOFTWARE)\makerule\$(CSP)\make.$(CSP).$(TOOL) 34 +include $(NXPMCU_SOFTWARE)/makerule/$(CSP)/make.$(CSP).$(TOOL) 41 -include $(NXPMCU_SOFTWARE)\makerule\common\make.rules.ftypes 44 +include $(NXPMCU_SOFTWARE)/makerule/common/make.rules.ftypes 54 -include $(NXPMCU_SOFTWARE)\makerule\common\make.rules.build [all …]
|
| /OK3568_Linux_fs/kernel/ |
| H A D | Makefile-bak | 9 # To see a list of typical targets execute "make help" 28 # turn into vmlinux), we will call a sub make in that other dir, and 39 # Do not use make's built-in rules and variables 77 # Use 'make V=1' to see the full commands 94 # If the user is running make -s (silent mode), suppress echoing of 108 # cd /dir/to/store/output/files; make -f /dir/to/kernel/source/Makefile 114 # Use "make O=dir/to/store/output/files/" 118 # export KBUILD_OUTPUT=dir/to/store/output/files/; make 129 # Make's built-in functions such as $(abspath ...), $(realpath ...) cannot 145 need-sub-make := 1 [all …]
|
| H A D | Makefile | 9 # To see a list of typical targets execute "make help" 28 # turn into vmlinux), we will call a sub make in that other dir, and 39 # Do not use make's built-in rules and variables 77 # Use 'make V=1' to see the full commands 94 # If the user is running make -s (silent mode), suppress echoing of 108 # cd /dir/to/store/output/files; make -f /dir/to/kernel/source/Makefile 114 # Use "make O=dir/to/store/output/files/" 118 # export KBUILD_OUTPUT=dir/to/store/output/files/; make 129 # Make's built-in functions such as $(abspath ...), $(realpath ...) cannot 145 need-sub-make := 1 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/ |
| H A D | make_gcc_workaround.hpp | 3 /// Special workaround code to make the make\<\> transform work on certain 11 struct make<proto::expr<Tag, Args, Arity>()> struct 12 : transform<make<proto::expr<Tag, Args, Arity>()> > 25 return proto::expr<Tag, Args, Arity>::make( in operator ()() argument 32 struct make<proto::basic_expr<Tag, Args, Arity>()> struct 33 : transform<make<proto::basic_expr<Tag, Args, Arity>()> > 46 return proto::basic_expr<Tag, Args, Arity>::make( in operator ()() argument 54 struct make<proto::expr<Tag, Args, Arity>(A0)> struct 55 : transform<make<proto::expr<Tag, Args, Arity>(A0)> > 68 return proto::expr<Tag, Args, Arity>::make( in operator ()() argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/build/tests/ |
| H A D | run.sh | 5 make -C ex V=1 clean > ex.out 2>&1 6 make -C ex V=1 >> ex.out 2>&1 13 make -C ex V=1 clean > /dev/null 2>&1 18 make -C ex V=1 clean > ex.out 2>&1 20 # use -rR to disable make's builtin rules 21 make -rR -C ex V=1 ex.o >> ex.out 2>&1 22 make -rR -C ex V=1 ex.i >> ex.out 2>&1 23 make -rR -C ex V=1 ex.s >> ex.out 2>&1 35 make -C ex V=1 clean > /dev/null 2>&1 40 make -C ex V=1 clean > ex.out 2>&1 [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | Makefile | 7 # you can use the 'make -f Makefile.perf' method to invoke it. 11 # Clear out the built-in rules GNU make defines by default (such as .o targets), 23 # in this system: 'make -j8' on a 8-CPU system, etc. 25 # (To override it, run 'make JOBS=1' and similar.) 55 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' parallel build\n' 58 define make macro 59 @$(MAKE) -f Makefile.perf --no-print-directory -j$(JOBS) O=$(FULL_O) $(SET_DEBUG) $@ 70 $(make) 90 $(make) -j1 94 # it also uses only the tests/make targets that don't pollute the source [all …]
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/ |
| H A D | .project | 17 <key>org.eclipse.cdt.make.core.append_environment</key> 21 <key>org.eclipse.cdt.make.core.autoBuildTarget</key> 25 <key>org.eclipse.cdt.make.core.buildArguments</key> 29 <key>org.eclipse.cdt.make.core.buildCommand</key> 30 <value>make</value> 33 <key>org.eclipse.cdt.make.core.buildLocation</key> 37 <key>org.eclipse.cdt.make.core.cleanBuildTarget</key> 41 <key>org.eclipse.cdt.make.core.contents</key> 42 <value>org.eclipse.cdt.make.core.activeConfigSettings</value> 45 <key>org.eclipse.cdt.make.core.enableAutoBuild</key> [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/emacs/files/ |
| H A D | usemake-docfile-native.patch | 5 make-fingerprint and make-docfile, this needs to be 22 -dmpstruct.h: $(libsrc)/make-fingerprint$(EXEEXT) $(dmpstruct_headers) 41 -$(etc)/DOC: lisp.mk $(libsrc)/make-docfile$(EXEEXT) $(obj) $(lisp) 45 - $(AM_V_at)$(libsrc)/make-docfile -d $(srcdir) \ 46 + make-docfile -d $(srcdir) \ 48 - $(AM_V_at)$(libsrc)/make-docfile -a $(etc)/DOC -d $(lispsource) \ 49 + make-docfile -a $(etc)/DOC -d $(lispsource) \ 52 -$(libsrc)/make-docfile$(EXEEXT) $(libsrc)/make-fingerprint$(EXEEXT): \ 53 +$(libsrc)/make-fingerprint$(EXEEXT): \ 55 $(MAKE) -C $(dir $@) $(notdir $@) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | mingwbuild | 20 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install 25 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install 30 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install 38 # mingw32-configure --disable-ogg --disable-shared --enable-static;mingw32-make;sudo mingw32-make i… 43 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install 48 # mingw32-configure --disable-shared --enable-static;mingw-32-make;sudo mingw32-make install 57 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install 63 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install 71 # mingw32-configure --enable-shared --disable-static;mingw32-make;sudo mingw32-make install 98 make -s all txt $DOC_TARGETS || exit 1
|
| H A D | cygbuild | 39 # ./configure --disable-shared --enable-static;make;sudo make install 42 # ./configure --disable-shared --enable-static;make;sudo make install 45 # ./configure --disable-shared --enable-static;make;sudo make install 48 # ./configure --disable-shared --enable-static;make;sudo make install 51 # ./configure --disable-shared --enable-static;make;sudo make install 54 # ./configure --disable-shared --enable-static;make;sudo make install 57 # ./configure --disable-shared --enable-static;make;sudo make install 62 # ./configure --enable-shared --disable-static;make;sudo make install 84 make -s all pdf txt || exit 1
|
| /OK3568_Linux_fs/buildroot/support/dependencies/ |
| H A D | check-host-make.sh | 11 # The host make program is already checked by dependencies.sh but we 13 # GNU make >= 3.81 but some packages may require a more recent version. 14 make="$1" 16 # Output of 'make --version' examples: 17 # GNU Make 4.2.1 18 # GNU Make 4.0 19 # GNU Make 3.81 20 version=`$make --version 2>&1 | sed -e 's/^.* \([0-9\.]\)/\1/g' -e 's/[-\ 27 # echo nothing: no suitable make found 32 # echo nothing: no suitable make found [all …]
|
| /OK3568_Linux_fs/buildroot/package/tinyalsa/ |
| H A D | 0001-disable-doxygen-usage.patch | 17 $(MAKE) -C src 18 $(MAKE) -C utils 19 - $(MAKE) -C doxygen 20 $(MAKE) -C examples 24 $(MAKE) -C src clean 25 $(MAKE) -C utils clean 26 - $(MAKE) -C doxygen clean 27 $(MAKE) -C examples clean 32 $(MAKE) -C src install 33 $(MAKE) -C utils install [all …]
|
| /OK3568_Linux_fs/buildroot/package/bzip2/ |
| H A D | bzip2.mk | 17 $(MAKE) -C $(@D) -f Makefile-libbz2_so $(TARGET_CONFIGURE_OPTS) 23 $(MAKE) -C $(@D) libbz2.a bzip2 bzip2recover $(TARGET_CONFIGURE_OPTS) 29 $(TARGET_MAKE_ENV) $(MAKE) \ 35 $(TARGET_MAKE_ENV) $(MAKE) \ 42 $(TARGET_MAKE_ENV) $(MAKE) \ 47 # make sure busybox doesn't get overwritten by make install 50 $(TARGET_MAKE_ENV) $(MAKE) \ 57 $(MAKE) -C $(@D) -f Makefile-libbz2_so 59 $(MAKE) -C $(@D) libbz2.a bzip2 bzip2recover 64 $(MAKE) PREFIX=$(HOST_DIR) -C $(@D) install [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
| H A D | 0001-Makefile.am-avoid-race-when-creating-autostart-direc.patch | 11 | make: creating data/xsession/openbox-gnome-session 12 | make: creating data/xsession/openbox-session 13 | make: creating data/xsession/openbox-kde-session 14 | make: creating data/autostart/openbox-autostart 15 | make: creating doc/openbox.1 16 | make: creating data/autostart/autostart 17 | make: creating doc/openbox-session.1 18 | make: creating doc/openbox-gnome-session.1 19 | make: creating doc/openbox-kde-session.1 20 | make: creating doc/obxprop.1 [all …]
|