mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
rust: Don't fail 'make distclean' if cargo clean fails
It fails when run twice with: ../run cargo clean error: could not find `Cargo.toml` in `/home/rjones/d/libguestfs/rust` or any parent directory As this is an optional step don't fail here.
This commit is contained in:
@@ -36,7 +36,7 @@ all: $(srcdir)/src/lib.rs
|
||||
$(top_builddir)/run $(CARGO) build --release
|
||||
|
||||
distclean-local:
|
||||
$(top_builddir)/run $(CARGO) clean
|
||||
-$(top_builddir)/run $(CARGO) clean
|
||||
|
||||
TESTS = run-bindtests run-tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user