mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

This revision corresponds to git rev 1667bb34988358aaf1c92d0d21fad4b1c8698780 (based on 2.3.90) Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
19 lines
565 B
Diff
19 lines
565 B
Diff
Disable m4 file test where sources are built from git.
|
|
|
|
Signed-off-by: Amy Fong <amy.fong@windriver.com>
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -185,7 +185,7 @@
|
|
# Makefile in datapath/linux, needed to get the list of files to
|
|
# distribute, requires GNU make extensions.
|
|
if GNU_MAKE
|
|
-ALL_LOCAL += dist-hook-git
|
|
+# ALL_LOCAL += dist-hook-git
|
|
dist-hook-git: distfiles
|
|
@if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \
|
|
(cd datapath && $(MAKE) distfiles); \
|