| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | depcomp | 48 depfile Dependency file to output. 68 depfile=${depfile-`echo "$object" | 70 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 115 mv "$tmpdepfile" "$depfile" 138 rm -f "$depfile" 139 echo "$object : \\" > "$depfile" 143 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" 157 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 180 rm -f "$depfile" 183 echo "$object : \\" > "$depfile" [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | depcomp | 45 depfile Dependency file to output. 82 echo "#dummy" > "$depfile" 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" 224 echo "$object : \\" > "$depfile" 228 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" 243 | sed -e 's/$/ :/' >> "$depfile" [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | adjust_autoksyms.sh | 48 depfile="include/ksym/${sympath}.h" 49 mkdir -p "$(dirname "$depfile")" 50 touch "$depfile" 55 while [ ! "$depfile" -nt "$new_ksyms_file" ]; do 56 touch "$depfile"
|
| H A D | Makefile.lib | 218 c_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 223 a_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 226 cpp_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 233 dtc_cpp_flags = -Wp,-MMD,$(depfile).pre.tmp -nostdinc \ 377 -d $(depfile).dtc.tmp $(dtc-tmp) ; \ 378 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
|
| H A D | Makefile.host | 83 hostc_flags = -Wp,-MMD,$(depfile) $(_hostc_flags) 84 hostcxx_flags = -Wp,-MMD,$(depfile) $(_hostcxx_flags)
|
| /OK3568_Linux_fs/kernel/tools/build/ |
| H A D | fixdep.c | 25 char *depfile; variable 127 fd = open(depfile, O_RDONLY); in print_deps() 130 perror(depfile); in print_deps() 135 perror(depfile); in print_deps() 139 fprintf(stderr, "fixdep: %s is empty\n", depfile); in print_deps() 162 depfile = argv[1]; in main()
|
| H A D | Build.include | 28 depfile = $(subst $(comma),_,$(dot-target).d) 63 $(fixdep) $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp; \ 64 rm -f $(depfile); \ 68 cat $(depfile) >> $(dot-target).cmd; \ 89 # - depfile generation 94 c_flags_1 = -Wp,-MD,$(depfile) -Wp,-MT,$@ $(CFLAGS) -D"BUILD_STR(s)=\#s" $(CFLAGS_$(basetarget).o) … 97 cxx_flags = -Wp,-MD,$(depfile) -Wp,-MT,$@ $(CXXFLAGS) -D"BUILD_STR(s)=\#s" $(CXXFLAGS_$(basetarget)… 102 host_c_flags = -Wp,-MD,$(depfile) -Wp,-MT,$@ $(KBUILD_HOSTCFLAGS) -D"BUILD_STR(s)=\#s" $(HOSTCFLAGS…
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | dtc.c | 279 depfile = fopen(depname, "w"); in main() 280 if (!depfile) in main() 283 fprintf(depfile, "%s:", outname); in main() 310 if (depfile) { in main() 311 fputc('\n', depfile); in main() 312 fclose(depfile); in main()
|
| H A D | srcpos.c | 41 FILE *depfile; /* = NULL */ variable 161 if (depfile) in srcfile_relative_open() 162 fprintf(depfile, " %s", fullname); in srcfile_relative_open()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc.c | 284 depfile = fopen(depname, "w"); in main() 285 if (!depfile) in main() 288 fprintf(depfile, "%s:", outname); in main() 313 if (depfile) { in main() 314 fputc('\n', depfile); in main() 315 fclose(depfile); in main()
|
| H A D | srcpos.c | 52 FILE *depfile; /* = NULL */ variable 132 if (depfile) in srcfile_relative_open() 133 fprintf(depfile, " %s", fullname); in srcfile_relative_open()
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.lib | 154 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 159 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 162 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 169 dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \ 303 -d $(depfile).dtc.tmp $(dtc-tmp) ; \ 304 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.lib | 154 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 159 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 162 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 169 dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \ 303 -d $(depfile).dtc.tmp $(dtc-tmp) ; \ 304 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
|
| /OK3568_Linux_fs/u-boot/scripts/basic/ |
| H A D | fixdep.c | 124 char *depfile; variable 420 fd = open(depfile, O_RDONLY); in print_deps() 423 perror(depfile); in print_deps() 428 perror(depfile); in print_deps() 432 fprintf(stderr,"fixdep: %s is empty\n",depfile); in print_deps() 469 depfile = argv[1]; in main()
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.lib | 156 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 160 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 163 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 168 dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \ 316 -d $(depfile).dtc.tmp $(dtc-tmp) ; \ 317 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
|
| H A D | Makefile.host | 79 hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags) 80 hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.lib | 156 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 160 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 163 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 168 dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \ 316 -d $(depfile).dtc.tmp $(dtc-tmp) ; \ 317 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
|
| H A D | Makefile.host | 79 hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags) 80 hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.lib | 218 c_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 223 a_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 226 cpp_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 233 dtc_cpp_flags = -Wp,-MMD,$(depfile).pre.tmp -nostdinc \ 377 -d $(depfile).dtc.tmp $(dtc-tmp) ; \ 378 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.lib | 218 c_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 223 a_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 226 cpp_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ 233 dtc_cpp_flags = -Wp,-MMD,$(depfile).pre.tmp -nostdinc \ 377 -d $(depfile).dtc.tmp $(dtc-tmp) ; \ 378 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
|
| H A D | Makefile.host | 83 hostc_flags = -Wp,-MMD,$(depfile) $(_hostc_flags) 84 hostcxx_flags = -Wp,-MMD,$(depfile) $(_hostcxx_flags)
|
| /OK3568_Linux_fs/kernel/arch/um/scripts/ |
| H A D | Makefile.rules | 12 …c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include $(srctree)/include/linux/kern_levels.h -inclu… 19 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
|
| /OK3568_Linux_fs/kernel/scripts/basic/ |
| H A D | fixdep.c | 387 const char *depfile, *target, *cmdline; in main() local 393 depfile = argv[1]; in main() 399 buf = read_file(depfile); in main()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile.lib | 155 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(UBOOTINCLUDE) \ 159 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(UBOOTINCLUDE) \ 162 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(UBOOTINCLUDE) \
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | 182 cmd_vdsocc = $(CC_COMPAT) -Wp,-MD,$(depfile) $(VDSO_CFLAGS) -c -o $@ $< 184 …cmd_vdsocc_gettimeofday = $(CC_COMPAT) -Wp,-MD,$(depfile) $(VDSO_CFLAGS) $(VDSO_CFLAGS_gettimeofda… 186 cmd_vdsoas = $(CC_COMPAT) -Wp,-MD,$(depfile) $(VDSO_AFLAGS) -c -o $@ $<
|