X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=inspector%2FMakefile.am;h=94a98a13e2a4c5218959aeffa21ff911b0e7e8a1;hb=913d5cd3a950a35f19581262250f58a871689d8c;hp=7e3661174117b33a27d0d96815357a215c3ced09;hpb=9bc15f5d98a3a17d465a94f42dc3ffb60c077293;p=libguestfs.git diff --git a/inspector/Makefile.am b/inspector/Makefile.am index 7e36611..94a98a1 100644 --- a/inspector/Makefile.am +++ b/inspector/Makefile.am @@ -88,10 +88,18 @@ endif # can run them. Instead you can run them by hand. example-debian.xml: - ./run-inspector-locally ../images/debian.img > $@ + rm -f $@ $@-t + ./run-inspector-locally ../images/debian.img > $@-t + mv $@-t $@ example-fedora.xml: - ./run-inspector-locally ../images/fedora.img > $@ + rm -f $@ $@-t + ./run-inspector-locally ../images/fedora.img > $@-t + mv $@-t $@ example-ubuntu.xml: - ./run-inspector-locally ../images/ubuntu.img > $@ + rm -f $@ $@-t + ./run-inspector-locally ../images/ubuntu.img > $@-t + mv $@-t $@ example-windows.xml: - ./run-inspector-locally ../images/windows.img | fgrep -v '' > $@ + rm -f $@ $@-t + ./run-inspector-locally ../images/windows.img | fgrep -v '' > $@-t + mv $@-t $@