mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-28 10:06:53 +02:00
build: fix 'make distclean'
Don't run a non-existent lcov command to clean up during 'make distclean'
This commit is contained in:
parent
4130118a72
commit
028856a99f
4
glib.mk
4
glib.mk
@ -59,7 +59,9 @@ genlcov:
|
|||||||
@echo "file://$(abs_top_builddir)/glib-lcov/index.html"
|
@echo "file://$(abs_top_builddir)/glib-lcov/index.html"
|
||||||
|
|
||||||
lcov-clean:
|
lcov-clean:
|
||||||
$(AM_V_GEN) $(LTP) --quiet --directory $(top_builddir) -z
|
if test -n "$(LTP)"; then \
|
||||||
|
$(LTP) --quiet --directory $(top_builddir) -z; \
|
||||||
|
fi
|
||||||
|
|
||||||
# run tests in cwd as part of make check
|
# run tests in cwd as part of make check
|
||||||
check-local: test-nonrecursive
|
check-local: test-nonrecursive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user