| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/icu/icu/ |
| H A D | fix-install-manx.patch | 6 The generic recursive target calls target-local so also adding it to the 7 dependency list results in races due to install-local being executed twice in 8 parallel. For example, install-manx can fail if the two install processes race 11 Also install-manx should be a phony target, and for clarity use $^ instead of $? 14 Upstream-Status: Pending 15 Signed-off-by: Ross Burton <ross.burton@intel.com> 17 --- 18 source/Makefile.in | 8 ++++---- 19 1 file changed, 4 insertions(+), 4 deletions(-) 21 diff --git a/Makefile.in b/Makefile.in [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | lockdep-design.rst | 8 Lock-class 9 ---------- 19 The validator tracks the 'usage state' of lock-classes, and it tracks 20 the dependencies between different lock-classes. Lock usage indicates 22 dependency can be understood as lock order, where L1 -> L2 suggests that 29 A lock-class's behavior is constructed by its instances collectively: 30 when the first instance of a lock-class is used after bootup the class 33 the class. A lock-class does not go away when a lock instance does, but 39 ----- 41 The validator tracks lock-class usage history and divides the usage into [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/err_recursive_dep/ |
| H A D | expected_stderr | 1 Kconfig:11:error: recursive dependency detected! 3 For a resolution refer to Documentation/kbuild/kconfig-language.rst 4 subsection "Kconfig recursive dependency limitations" 6 Kconfig:5:error: recursive dependency detected! 8 For a resolution refer to Documentation/kbuild/kconfig-language.rst 9 subsection "Kconfig recursive dependency limitations" 11 Kconfig:17:error: recursive dependency detected! 14 For a resolution refer to Documentation/kbuild/kconfig-language.rst 15 subsection "Kconfig recursive dependency limitations" 17 Kconfig:32:error: recursive dependency detected! [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 18 if test -z '$(MAKELEVEL)'; then \ 20 elif test -n '$(MAKE_HOST)'; then \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 29 case $${target_option-} in \ 32 "target option '$${target_option-}' specified" >&2; \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 18 if test -z '$(MAKELEVEL)'; then \ 20 elif test -n '$(MAKE_HOST)'; then \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 29 case $${target_option-} in \ 32 "target option '$${target_option-}' specified" >&2; \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/utils/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 18 if test -z '$(MAKELEVEL)'; then \ 20 elif test -n '$(MAKE_HOST)'; then \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 29 case $${target_option-} in \ 32 "target option '$${target_option-}' specified" >&2; \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 18 if test -z '$(MAKELEVEL)'; then \ 20 elif test -n '$(MAKE_HOST)'; then \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 29 case $${target_option-} in \ 32 "target option '$${target_option-}' specified" >&2; \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/miext/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 18 if test -z '$(MAKELEVEL)'; then \ 20 elif test -n '$(MAKE_HOST)'; then \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 29 case $${target_option-} in \ 32 "target option '$${target_option-}' specified" >&2; \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | Makefile.in | 23 install_sh_DATA = $(install_sh) -c -m 644 24 install_sh_PROGRAM = $(install_sh) -c 25 install_sh_SCRIPT = $(install_sh) -c 40 depcomp install-sh missing 47 mkinstalldirs = $(install_sh) -d 53 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 54 html-recursive info-recursive install-data-recursive \ 55 install-dvi-recursive install-exec-recursive \ 56 install-html-recursive install-info-recursive \ 57 install-pdf-recursive install-ps-recursive install-recursive \ [all …]
|
| /OK3568_Linux_fs/external/xserver/doc/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 29 # Refer to http://www.x.org/releases/X11R7.6/doc/xorg-docs/ReleaseNotes.html#id2584393 35 if test -z '$(MAKELEVEL)'; then \ 37 elif test -n '$(MAKE_HOST)'; then \ 39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 46 case $${target_option-} in \ 49 "target option '$${target_option-}' specified" >&2; \ 72 *=*|--*) continue;; \ 73 -*I) strip_trailopt 'I'; skip_next=yes;; \ 74 -*I?*) strip_trailopt 'I';; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 20 if test -z '$(MAKELEVEL)'; then \ 22 elif test -n '$(MAKE_HOST)'; then \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 31 case $${target_option-} in \ 34 "target option '$${target_option-}' specified" >&2; \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/exa/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 19 if test -z '$(MAKELEVEL)'; then \ 21 elif test -n '$(MAKE_HOST)'; then \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 case $${target_option-} in \ 33 "target option '$${target_option-}' specified" >&2; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 20 if test -z '$(MAKELEVEL)'; then \ 22 elif test -n '$(MAKE_HOST)'; then \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 31 case $${target_option-} in \ 34 "target option '$${target_option-}' specified" >&2; \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 19 if test -z '$(MAKELEVEL)'; then \ 21 elif test -n '$(MAKE_HOST)'; then \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 case $${target_option-} in \ 33 "target option '$${target_option-}' specified" >&2; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 40 if test -z '$(MAKELEVEL)'; then \ 42 elif test -n '$(MAKE_HOST)'; then \ 44 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 51 case $${target_option-} in \ 54 "target option '$${target_option-}' specified" >&2; \ 77 *=*|--*) continue;; \ 78 -*I) strip_trailopt 'I'; skip_next=yes;; \ 79 -*I?*) strip_trailopt 'I';; \ 80 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 19 if test -z '$(MAKELEVEL)'; then \ 21 elif test -n '$(MAKE_HOST)'; then \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 case $${target_option-} in \ 33 "target option '$${target_option-}' specified" >&2; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 20 if test -z '$(MAKELEVEL)'; then \ 22 elif test -n '$(MAKE_HOST)'; then \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 31 case $${target_option-} in \ 34 "target option '$${target_option-}' specified" >&2; \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 19 if test -z '$(MAKELEVEL)'; then \ 21 elif test -n '$(MAKE_HOST)'; then \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 case $${target_option-} in \ 33 "target option '$${target_option-}' specified" >&2; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 19 if test -z '$(MAKELEVEL)'; then \ 21 elif test -n '$(MAKE_HOST)'; then \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 case $${target_option-} in \ 33 "target option '$${target_option-}' specified" >&2; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 19 if test -z '$(MAKELEVEL)'; then \ 21 elif test -n '$(MAKE_HOST)'; then \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 case $${target_option-} in \ 33 "target option '$${target_option-}' specified" >&2; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | Kconfig.recursion-issue-01 | 1 # Simple Kconfig recursive issue 6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig 8 # This Kconfig file has a simple recursive dependency issue. In order to 9 # understand why this recursive dependency issue occurs lets consider what 34 # the "recursive dependency detected" error. 36 # Reading the Documentation/kbuild/Kconfig.recursion-issue-01 file it may be 39 # since CORE_BELL_A depends on CORE. Recursive dependency issues are not always 41 # implications of this recursive issue where the solution is perhaps not so 43 # CORE also consist of a solution to this recursive problem. 45 mainmenu "Simple example to demo kconfig recursive dependency issue"
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 19 if test -z '$(MAKELEVEL)'; then \ 21 elif test -n '$(MAKE_HOST)'; then \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 case $${target_option-} in \ 33 "target option '$${target_option-}' specified" >&2; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 20 if test -z '$(MAKELEVEL)'; then \ 22 elif test -n '$(MAKE_HOST)'; then \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 31 case $${target_option-} in \ 34 "target option '$${target_option-}' specified" >&2; \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/variable/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 warning = $(warning-if,y,$(1)) 14 RECURSIVE = $(X) variable 16 $(warning,RECURSIVE = $(RECURSIVE)) 26 RECURSIVE += $(Y) 28 $(warning,RECURSIVE = $(RECURSIVE)) 43 # User-defined function. 47 # The number of arguments is not checked for user-defined functions.
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 20 if test -z '$(MAKELEVEL)'; then \ 22 elif test -n '$(MAKE_HOST)'; then \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 31 case $${target_option-} in \ 34 "target option '$${target_option-}' specified" >&2; \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|