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) \ ...@@ -160,7 +160,8 @@ clean-files := $(DOCBOOKS) \
$(patsubst %.fig,%.png, $(IMG-parportbook)) \ $(patsubst %.fig,%.png, $(IMG-parportbook)) \
$(C-procfs-example) $(C-procfs-example)
clean-rule := rm -rf $(patsubst %.html,%,$(HTML)) ifneq ($(wildcard $(BOOKS)),)
clean-rule := rm -rf $(wildcard $(BOOKS))
endif
include $(TOPDIR)/Rules.make include $(TOPDIR)/Rules.make
...@@ -88,6 +88,6 @@ install: vmlinux ...@@ -88,6 +88,6 @@ install: vmlinux
+@$(call makeboot,BOOTIMAGE=$(BOOTIMAGE) install) +@$(call makeboot,BOOTIMAGE=$(BOOTIMAGE) install)
archclean: archclean:
+@$(call makeboot,subdirclean) $(MAKE) -rR -f scripts/Makefile.clean obj=arch/i386/boot
archmrproper: 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