From: Antti Kantee Date: Thu, 11 Feb 2016 19:43:41 +0000 (+0000) Subject: clean clean targets in Makefiles X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=63c2cae4f9f2e503e6c1a6e956e3f6cf5090061b;p=osstest%2Frumprun.git clean clean targets in Makefiles --- diff --git a/platform/hw/Makefile b/platform/hw/Makefile index cddaf20..9e45d05 100644 --- a/platform/hw/Makefile +++ b/platform/hw/Makefile @@ -39,7 +39,7 @@ include arch/${ARCHDIR}/Makefile.inc OBJS:= $(patsubst %.c,${RROBJ}/platform/%.o,${SRCS}) \ $(patsubst %.S,${RROBJ}/platform/%.o,${ASMS}) -.PHONY: clean cleandir test all +.PHONY: clean cleandir all all: links archdirs ${MAINOBJ} ${TARGETS} @@ -69,9 +69,3 @@ clean: commonclean rm -f ${OBJS_BMK} include/hw/machine buildtest ${MAINOBJ} cleandir: clean - -cleanrump: clean - rm -rf rump rumpobj rumptools - -distcleanrump: cleanrump - ${MAKE} -C ../../tests clean diff --git a/platform/xen/Makefile b/platform/xen/Makefile index 288909f..e0e2c48 100644 --- a/platform/xen/Makefile +++ b/platform/xen/Makefile @@ -67,8 +67,4 @@ clean: commonclean $(MAKE) -C xen OBJ_DIR=$(OBJ_DIR)/xen clean rm -f $(OBJ_DIR)/*.o $(OBJ_DIR)/lib/*.o buildtest $(MAINOBJ) -cleanrump: clean - rm -rf rump rumpobj rumptools - -distcleanrump: cleanrump - $(MAKE) -C ../../tests clean +cleandir: clean