Searched refs:dot (Results 1 – 6 of 6) sorted by relevance
553 char *dot; in main() local555 dot = strchr (varname, '.'); in main()556 if (dot) in main()557 *dot = '\0'; in main()
14 dot-target = $(dir $@).$(notdir $@)19 depfile = $(subst $(comma),_,$(dot-target).d)261 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)267 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\269 mv -f $(dot-target).tmp $(dot-target).cmd)
273 $(dot-target).tmp; \275 mv -f $(dot-target).tmp $(dot-target).cmd
42 # git files that we don't want to ignore even it they are dot-files
434 no-dot-config-targets := clean clobber mrproper distclean \440 dot-config := 1442 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),)443 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)444 dot-config := 0500 ifeq ($(dot-config),1)
18 dot.kermrc: