Displaying 2 results from an estimated 2 matches for "4b57aca".
Did you mean:
4a57ac8a
2014 Sep 23
0
[PATCH 03/13] syntax-check: fix makefile_at_at_check
...kefile.am
@@ -31,7 +31,7 @@ TESTS = \
TESTS_ENVIRONMENT = $(top_builddir)/run --test
check-valgrind:
- $(MAKE) VG="$(top_builddir)/run @VG@" check
+ $(MAKE) VG="$(top_builddir)/run $(VG)" check
EXTRA_DIST = \
$(TESTS)
diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index 4b57aca..00f788c 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -236,7 +236,7 @@ endif ENABLE_APPLIANCE
check_DATA = test-v2v-networks-and-bridges.xml
check-valgrind:
- $(MAKE) VG="$(top_builddir)/run @VG@" check
+ $(MAKE) VG="$(top_builddir)/run $(VG)" check
SLOW_TESTS =...
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich,
This series includes patches to make `make syntax-check` pass.
Some of the fix require change to maint.mk, but the file is not in git
repo. Is it intended?
Thanks!
Hu Tao (13):
syntax-check: dirty hack to pass bindtextdomain check
syntax-check: fix error_message_period check
syntax-check: fix makefile_at_at_check
syntax-check: fix prohibit_assert_without_use check