Commit 6d65aab5 authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: More "make clean" cosmetics

Make the DocBook "make clean" output nicer and use the fast variant
for arch/i386/boot as well.
parent cb56ef33
......@@ -160,7 +160,8 @@ clean-files := $(DOCBOOKS) \
$(patsubst %.fig,%.png, $(IMG-parportbook)) \
$(C-procfs-example)
clean-rule := rm -rf $(patsubst %.html,%,$(HTML))
ifneq ($(wildcard $(BOOKS)),)
clean-rule := rm -rf $(wildcard $(BOOKS))
endif
include $(TOPDIR)/Rules.make
......@@ -88,6 +88,6 @@ install: vmlinux
+@$(call makeboot,BOOTIMAGE=$(BOOTIMAGE) install)
archclean:
+@$(call makeboot,subdirclean)
$(MAKE) -rR -f scripts/Makefile.clean obj=arch/i386/boot
archmrproper:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment