.PHONY: scripts
scripts:
- @$(call descend,scripts,)
+ +@$(call descend,scripts,)
# Objects we will link into vmlinux / subdirs we need to visit
# ---------------------------------------------------------------------------
.PHONY: $(SUBDIRS)
$(SUBDIRS): .hdepend prepare
- @$(call descend,$@,)
+ +@$(call descend,$@,)
# Things we need done before we descend to build or make
# module versions are listed in "prepare"
# ---------------------------------------------------------------------------
%.s: %.c FORCE
- @$(call descend,$(@D),$(@F))
+ +@$(call descend,$(@D),$(@F))
%.i: %.c FORCE
- @$(call descend,$(@D),$(@F))
+ +@$(call descend,$(@D),$(@F))
%.o: %.c FORCE
- @$(call descend,$(@D),$(@F))
+ +@$(call descend,$(@D),$(@F))
%.lst: %.c FORCE
- @$(call descend,$(@D),$(@F))
+ +@$(call descend,$(@D),$(@F))
%.s: %.S FORCE
- @$(call descend,$(@D),$(@F))
+ +@$(call descend,$(@D),$(@F))
%.o: %.S FORCE
- @$(call descend,$(@D),$(@F))
+ +@$(call descend,$(@D),$(@F))
# FIXME: The asm symlink changes when $(ARCH) changes. That's
# hard to detect, but I suppose "make mrproper" is a good idea
$(update-if-changed)
$(patsubst %,_sfdep_%,$(SUBDIRS)): FORCE
- @$(call descend,$(patsubst _sfdep_%,%,$@),fastdep)
+ +@$(call descend,$(patsubst _sfdep_%,%,$@),fastdep)
else # !CONFIG_MODVERSIONS
.PHONY: $(patsubst %, _modinst_%, $(SUBDIRS))
$(patsubst %, _modinst_%, $(SUBDIRS)) :
- @$(call descend,$(patsubst _modinst_%,%,$@),modules_install)
+ +@$(call descend,$(patsubst _modinst_%,%,$@),modules_install)
else # CONFIG_MODULES
make_with_config
xconfig:
- @$(call descend,scripts,scripts/kconfig.tk)
+ +@$(call descend,scripts,scripts/kconfig.tk)
wish -f scripts/kconfig.tk
menuconfig:
- @$(call descend,scripts,lxdialog)
+ +@$(call descend,scripts,lxdialog)
$(CONFIG_SHELL) $(src)/scripts/Menuconfig arch/$(ARCH)/config.in
config:
-name .\*.tmp -o -name .\*.d \) -type f -print \
| grep -v lxdialog/ | xargs rm -f
@rm -f $(CLEAN_FILES)
- @$(call descend,Documentation/DocBook,clean)
+ +@$(call descend,Documentation/DocBook,clean)
mrproper: clean archmrproper
@echo 'Making mrproper'
-type f -print | xargs rm -f
@rm -rf $(MRPROPER_DIRS)
@rm -f $(MRPROPER_FILES)
- @$(call descend,scripts,mrproper)
- @$(call descend,Documentation/DocBook,mrproper)
+ +@$(call descend,scripts,mrproper)
+ +@$(call descend,Documentation/DocBook,mrproper)
distclean: mrproper
@echo 'Making distclean'
# Documentation targets
# ---------------------------------------------------------------------------
sgmldocs psdocs pdfdocs htmldocs: scripts
- @$(call descend,Documentation/DocBook,$@)
+ +@$(call descend,Documentation/DocBook,$@)
# Scripts to check various things for consistency
# ---------------------------------------------------------------------------