projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84fa4c3
)
libxl: provide "make realclean" target
author
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Fri, 24 Aug 2012 11:38:14 +0000
(12:38 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Fri, 24 Aug 2012 11:38:14 +0000
(12:38 +0100)
This removes all the autogenerated files.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxl/Makefile
b/tools/libxl/Makefile
index 47fb1108300b2ada2a3caebe1c04ec27ab2dbad7..22c48816d702b2eed105c9436e0dc7d7a571e2c7 100644
(file)
--- a/
tools/libxl/Makefile
+++ b/
tools/libxl/Makefile
@@
-212,8
+212,10
@@
clean:
$(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS)
$(RM) -f _*.c *.pyc _paths.*.tmp _*.api-for-check
$(RM) -f testidl.c.new testidl.c
-# $(RM) -f $(AUTOSRCS) $(AUTOINCS)
distclean: clean
+realclean: distclean
+ $(RM) -f $(AUTOSRCS) $(AUTOINCS)
+
-include $(DEPS)