Home
last modified time | relevance | path

Searched refs:Make (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0003-handle-static-shared-only-build.patch4 Subject: [PATCH] Make.rules: Handle static/shared only build
12 Make.rules | 10 ++++++++--
15 diff --git a/Make.rules b/Make.rules
17 --- a/Make.rules
18 +++ b/Make.rules
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-build.sh45 make -j$((2 * ncpus)) $TORTURE_KMAKE_ARG > $resdir/Make.out 2>&1
47 …grep "rcu[^/]*": < $resdir/Make.out | grep -E -q "Stop|Error|error:|warning:" || grep -E -q "Stop|…
50 grep -E "Stop|Error|error:|warning:" < $resdir/Make.out
H A Dconfiginit.sh32 make clean > $resdir/Make.clean 2>&1
34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
38 yes '' | make $TORTURE_KMAKE_ARG oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.e…
H A Dkvm-recheck.sh26 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
69 if test -r $i/Make.oldconfig.err
71 cat $i/Make.oldconfig.err
73 parse-build.sh $i/Make.out $configfile
91 parse-build.sh $i/Make.out $configfile
H A Dkvm-test-1-run.sh80 ln -s $base_resdir/Make*.out $resdir # for kvm-recheck.sh
87 ln -s $base_resdir/Make*.out $resdir # for kvm-recheck.sh
114 parse-build.sh $resdir/Make.out $title
180 echo " 3." Make the bare-metal kernel"'"s build system aware of your .config updates: >> $resdir/ba…
/openbmc/phosphor-inventory-manager/
H A Dutils.hpp33 struct Make struct
52 struct Make< struct
75 struct Make< struct
103 return Make<V, Arg>::make(arg); in operator ()()
/openbmc/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst8 The basic idea was inspired by Make. When we look at Make, we notice sort of
29 Then, Make analyzes the dependency graph and determines the targets to be
53 Like in Make, a variable in Kconfig works as a macro variable. A macro
96 Like Make, Kconfig provides several built-in functions. Every function takes a
99 In Make, every built-in function takes at least one argument. Kconfig allows
142 Make vs Kconfig
145 Kconfig adopts Make-like macro language, but the function call syntax is
148 A function call in Make looks like this::
169 Make - for example, $(subst .c, .o, $(sources)) is a typical mistake; it
172 In Make, a user-defined function is referenced by using a built-in function,
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0008-libtool-do-not-use-jlibtool.patch15 Make.inc.in | 4 ++--
21 diff --git a/Make.inc.in b/Make.inc.in
23 --- a/Make.inc.in
24 +++ b/Make.inc.in
123 # Tell GNU Make to use this value, rather than anything specified
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0003-Exclude-VCS-directory-with-writing-from-an-archive.patch60 +# Make an empty VCS directory:
63 +# Make a VCS directory with a file:
67 +# Make a VCS file:
70 +# Make non-VCS files:
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi/
H A Dgnu-efi-3.0.9-fix-clang-build.patch9 --- a/Make.defaults
10 +++ b/Make.defaults
H A Dno-werror.patch9 --- a/Make.defaults
10 +++ b/Make.defaults
/openbmc/linux/scripts/
H A DKbuild.include22 # Use $(intcmp ...) if supported. (Make >= 4.4)
71 # Make 4.2 or later can read a file by using its builtin function.
140 # GNU Make automatically deletes the target if it has already been changed by
141 # the interrupted recipe. So, you can safely stop the build by Ctrl-C (Make
146 # Make dies with SIGPIPE before cleaning the targets.
150 # Make deletes the target when it catches SIGHUP, SIGINT, SIGQUIT, SIGTERM.
270 # .NOTINTERMEDIATE is more correct, but only available on newer Make versions.
271 # Make 4.4 introduced .NOTINTERMEDIATE, and it appears in .FEATURES, but the
272 # global .NOTINTERMEDIATE does not work. We can use it on Make > 4.4.
273 # Use .SECONDARY for older Make versions, but "newer-prereq" cannot detect
/openbmc/u-boot/board/freescale/mpc832xemds/
H A DREADME102 1)Make sure the DIP SW support PCI mode as described in Section 1.1.
104 2)To Make U-Boot image support PCI 33MHz, use
105 Make MPC832XEMDS_HOST_33_config
107 3)To Make U-Boot image support PCI 66MHz, use
108 Make MPC832XEMDS_HOST_66M_config
/openbmc/openbmc/poky/meta/recipes-devtools/make/
H A Dmake.inc2 DESCRIPTION = "Make is a tool which controls the generation of executables and other non-source fil…
3 program from the program's source files. Make gets its knowledge of how to build your program from…
/openbmc/linux/Documentation/translations/zh_CN/rust/
H A Dquick-start.rst138 库,其中包含了内核中自定义 ``alloc`` 所提供的设施。测试可以使用 ``rusttest`` Make 目标
152 ``rusttest`` 是本功能的Make目标。
166 Make 目标生成。
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/
H A Dbuild_fixup.patch12 diff --git a/Make.rules.in b/Make.rules.in
14 --- a/Make.rules.in
15 +++ b/Make.rules.in
/openbmc/openbmc-tools/witherspoon-debug/
H A DREADME.md27 3. Make `perf(1)` work by
31 4. Make `latencytop(1)` work by deploying and symlinking libncurses{,w}.so
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0001-Make-ts-module-external.patch4 Subject: [PATCH] Make ts module external
6 Make ts module external
/openbmc/linux/scripts/kconfig/tests/preprocess/escape/
H A DKconfig11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
15 # Unlike Make, '$' has special meaning only when it is followed by '('.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/logwarn/
H A Dlogwarn_1.0.14.bb32 # Make sure some files exist for autoreconf.
46 # Make a package for the nagios plug-in (script).
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch29 * config/i386/i386-expand.c (ix86_expand_builtin): Make __builtin_cpu_init
49 - /* Make it call __cpu_indicator_init in libgcc. */
50 + /* Make it call __cpu_indicator_init_local in libgcc.a. */
/openbmc/linux/Documentation/scsi/
H A DChangeLog.ips32 4.80.00 - Make ia64 Safe
90 3.60.02 - Make DCDB direction based on lookup table.
109 0.99.03 - Make interrupt routine handle all completed request on the
111 - Make sure passthru commands get woken up if we run out of
/openbmc/linux/drivers/input/tablet/
H A DKconfig21 tablet. Make sure to say Y to "Mouse support"
34 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to
58 JamStudio tablet. Make sure to say Y to "Mouse support"
/openbmc/u-boot/Documentation/
H A DMakefile24 …$(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in P…
79 …$(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to …
/openbmc/u-boot/fs/ubifs/
H A DKconfig5 Make the verbose messages from UBIFS stop printing. This leaves

12345678910>>...25