| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/ |
| H A D | 0003-handle-static-shared-only-build.patch | 4 Subject: [PATCH] Make.rules: Handle static/shared only build 11 Make.rules | 10 ++++++++-- 14 diff --git a/Make.rules b/Make.rules 16 --- a/Make.rules 17 +++ b/Make.rules
|
| /OK3568_Linux_fs/buildroot/package/dvb-apps/ |
| H A D | 0003-handle-static-shared-only-build.patch | 4 Subject: [PATCH] Make.rules: Handle static/shared only build 11 Make.rules | 10 ++++++++-- 14 diff --git a/Make.rules b/Make.rules 16 --- a/Make.rules 17 +++ b/Make.rules
|
| /OK3568_Linux_fs/buildroot/package/gnu-efi/ |
| H A D | 0001-Make.defaults-don-t-override-ARCH-when-cross-compili.patch | 4 Subject: [PATCH] Make.defaults: don't override ARCH when cross-compiling 14 Make.defaults | 2 +- 17 diff --git a/Make.defaults b/Make.defaults 19 --- a/Make.defaults 20 +++ b/Make.defaults
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/ |
| H A D | 0001-make-man-install-relative-to-DESTDIR.patch | 10 sim/common/Make-common.in | 2 +- 13 diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in 15 --- a/sim/common/Make-common.in 16 +++ b/sim/common/Make-common.in
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-build.sh | 44 make -j$ncpus $TORTURE_KMAKE_ARG > $resdir/Make.out 2>&1 46 …| grep "rcu[^/]*": < $resdir/Make.out | egrep -q "Stop|Error|error:|warning:" || egrep -q "Stop|Er… 49 egrep "Stop|Error|error:|warning:" < $resdir/Make.out
|
| H A D | configinit.sh | 33 make clean > $resdir/Make.clean 2>&1 35 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1 39 yes '' | make $TORTURE_KMAKE_ARG oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.e…
|
| H A D | kvm-recheck.sh | 24 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u` 49 if test -r $i/Make.oldconfig.err 51 cat $i/Make.oldconfig.err 53 parse-build.sh $i/Make.out $configfile 64 parse-build.sh $i/Make.out $configfile
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | kconfig-macro-language.rst | 8 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 …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | freeradius-libtool-do-not-use-jlibtool.patch | 15 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
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/ |
| H A D | README | 102 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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
| H A D | build_fixup.patch | 12 diff --git a/Make.rules.in b/Make.rules.in 14 --- a/Make.rules.in 15 +++ b/Make.rules.in
|
| /OK3568_Linux_fs/kernel/drivers/input/tablet/ |
| H A D | Kconfig | 21 tablet. Make sure to say Y to "Mouse support" 34 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to 46 CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support" 70 JamStudio tablet. Make sure to say Y to "Mouse support"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/gnu-efi/gnu-efi/ |
| H A D | gnu-efi-3.0.9-fix-clang-build.patch | 9 --- a/Make.defaults 10 +++ b/Make.defaults
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/make/ |
| H A D | make.inc | 2 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…
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | ChangeLog.ips | 32 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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0024-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch | 29 * 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. */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
| H A D | 0001-Make-ts-module-external.patch | 4 Subject: [PATCH] Make ts module external 6 Make ts module external
|
| /OK3568_Linux_fs/buildroot/package/libtheora/ |
| H A D | 0002-fix-autoreconf.patch | 11 Subject: Make autoreconf -i -f work. 14 Make autoreconf -i -f work.
|
| /OK3568_Linux_fs/buildroot/package/dehydrated/ |
| H A D | Config.in | 20 - Make sure that "dehydrated -c" is called regularly, e.g. 22 - Make sure /etc/dehydrated is writable.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/logwarn/ |
| H A D | logwarn_1.0.14.bb | 32 # Make sure some files exist for autoreconf. 46 # Make a package for the nagios plug-in (script).
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/escape/ |
| H A D | Kconfig | 11 # Like Make, single quotes, double quotes, spaces are treated verbatim. 15 # Unlike Make, '$' has special meaning only when it is followed by '('.
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | CERN-OHL-S-2.0 | 39 code which can be applied to Make or test a Product or to 50 1.6 'Make' means to create or configure something, whether by 68 be Made itself, or to be sourced and used to Make the 71 design or Make the Product. 73 1.8 'Complete Source' means the set of all Source necessary to Make 84 enable a recipient to Make or source and use the Available 85 Component to Make the Product. 168 You may Make Products, and/or Convey them, provided that You either 228 stated in subsections 7.2 and 8.4) patent license to Make, have
|
| H A D | CERN-OHL-W-2.0 | 38 code which can be applied to Make or test a Product or to 49 1.6 'Make' means to create or configure something, whether by 67 Make the Product; or 69 design or Make the Product. 81 1.9 'Complete Source' means the set of all Source necessary to Make 92 enable a recipient to Make or source and use the Available 93 Component to Make the Product. 174 4.1 You may Make Products, and/or Convey them, provided that You 244 stated in subsections 7.2 and 8.4) patent license to Make, have
|
| /OK3568_Linux_fs/yocto/poky/bitbake/ |
| H A D | ChangeLog | 9 - Make sure __inherit_cache is updated before calling include() (from Michael Krelin) 28 - Make sure intertask depends get processed correcting in recursive depends 95 - Make taskdata and runqueue errors more user friendly 113 - Make fetcher timestamp updating non-fatal when permissions don't allow 135 - Make sure recrdeps tasks include all inter-task dependencies of a given fn 141 - Make sure expandKeys has been called on the data dictionary before running tasks 177 - Make sure allowed variables inherited from the environment are exported again (from Poky) 206 - Make inherit fail if the class doesn't exist (#1478) 210 - Make PREFERRED_PROVIDER_foobar defaults to foobar if available 264 - Make the Subversion fetcher honor the SRC Date
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Kbuild.include | 79 # Note: '2>/dev/null' is here to force Make to invoke a shell. Otherwise, it 82 # GNU Make 4.2.1 release. 184 # GNU Make automatically deletes the target if it has already been changed by 185 # the interrupted recipe. So, you can safely stop the build by Ctrl-C (Make 190 # Make dies with SIGPIPE before cleaning the targets. 194 # Make deletes the target when it catches SIGHUP, SIGINT, SIGQUIT, SIGTERM. 234 # of GNU Make.)
|