]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
clean clean targets in Makefiles
authorAntti Kantee <pooka@iki.fi>
Thu, 11 Feb 2016 19:43:41 +0000 (19:43 +0000)
committerAntti Kantee <pooka@iki.fi>
Thu, 11 Feb 2016 19:43:41 +0000 (19:43 +0000)
platform/hw/Makefile
platform/xen/Makefile

index cddaf202e339b867459d241e2bd03ebc656a1789..9e45d05afdc5f2180893fa07e3c6533814a16455 100644 (file)
@@ -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
index 288909f0023f88a9be32a0a8f07440a1ab9efb01..e0e2c48a100a4e455396394740f7adbad12abbd8 100644 (file)
@@ -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