Displaying 3 results from an estimated 3 matches for "d1bc46f".
2014 Sep 14
2
Re: ocamldep -all seems to break builds on platforms without a native compiler
* Richard W.M. Jones:
> Yes, also this commit doesn't actually fix the problem. I still see
> occasional problems building StringMap. I have reverted this commit.
Here's another patch that should enable the native-code targets only if
they can be built.
Cheers,
-Hilko
2014 Sep 23
0
[PATCH 03/13] syntax-check: fix makefile_at_at_check
...ENABLE_APPLIANCE
check-valgrind:
- $(MAKE) TESTS="test-virt-rescue-suggest.sh" VG="$(top_builddir)/run @VG@" check
+ $(MAKE) TESTS="test-virt-rescue-suggest.sh" VG="$(top_builddir)/run $(VG)" check
diff --git a/resize/Makefile.am b/resize/Makefile.am
index d1bc46f..eb21e0c 100644
--- a/resize/Makefile.am
+++ b/resize/Makefile.am
@@ -140,7 +140,7 @@ TESTS += test-virt-resize.sh
endif
check-valgrind:
- $(MAKE) VG="$(top_builddir)/run @VG@" check
+ $(MAKE) VG="$(top_builddir)/run $(VG)" check
# Dependencies.
depend: .depend
diff --gi...
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