]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
tools: remove some .o and binary files on clean
authorIan Campbell <ian.campbell@citrix.com>
Thu, 31 Mar 2011 18:35:27 +0000 (19:35 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 31 Mar 2011 18:35:27 +0000 (19:35 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xenmon/Makefile
tools/xenpmd/Makefile

index ffbad56d3bc895d0706ff9787388be5992d93a7f..fe8988760899ff4b80c4674651a4a2fb7e4df04a 100644 (file)
@@ -36,7 +36,9 @@ install: build
 
 .PHONY: clean
 clean:
-       rm -f  $(DEPS)
+       $(RM) -f $(DEPS)
+       $(RM) -f xenbaked xenbaked.o
+       $(RM) -f xentrace_setmake setmask.o
 
 xenbaked: xenbaked.o Makefile
        $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
index 13f940fc7704e2746a74281ced10c10b5a0fcdf4..52a0a2d669a74cae8650d52a059fc5772a475fdc 100644 (file)
@@ -16,7 +16,7 @@ install: all
 
 .PHONY: clean
 clean:
-       $(RM) -f xenpmd $(DEPS)
+       $(RM) -f xenpmd xenpmd.o $(DEPS)
 
 xenpmd: xenpmd.o Makefile
        $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)