Lines Matching refs:distclean
16 TARGS_DISTCLEAN=$(patsubst %, distclean-%, $(SUBSYSTEMS))
229 .PHONY: distclean
230 distclean: $(TARGS_DISTCLEAN) target
231 $(MAKE) -C tools/include distclean
236 .PHONY: distclean-xen
237 distclean-xen:
238 $(MAKE) -C xen distclean
240 .PHONY: distclean-tools
241 distclean-tools:
242 $(MAKE) -C tools distclean
244 .PHONY: distclean-stubdom
245 distclean-stubdom:
246 $(MAKE) -C stubdom distclean
248 XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom distclean
252 .PHONY: distclean-docs
253 distclean-docs:
254 $(MAKE) -C docs distclean
258 mrproper: distclean
357 .PHONY: distclean-tboot
358 distclean-tboot:
359 [ ! -d tboot ] || $(MAKE) -C tboot distclean