projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a409c3
)
libxl: remove generated file testidl.c on clean
author
Ian Campbell
<ian.campbell@citrix.com>
Tue, 18 Oct 2011 09:35:55 +0000
(10:35 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Tue, 18 Oct 2011 09:35:55 +0000
(10:35 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxl/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxl/Makefile
b/tools/libxl/Makefile
index 51e51322572cbf034adec3488bc6883fa064c4aa..7edb8034ed3755202490c54021102628dc826705 100644
(file)
--- a/
tools/libxl/Makefile
+++ b/
tools/libxl/Makefile
@@
-150,6
+150,7
@@
install: all
clean:
$(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS)
$(RM) -f _*.c *.pyc _libxl_paths.*.tmp
+ $(RM) -f testidl.c.new testidl.c
# $(RM) -f $(AUTOSRCS) $(AUTOINCS)
distclean: clean