[rtems commit] build: Remove subdir-objects from Ada tests
Sebastian Huber
sebh at rtems.org
Fri Apr 20 13:31:06 UTC 2018
Module: rtems
Branch: master
Commit: 234f0a2d184d6036de5fb01e4444d6808db1f6a0
Changeset: http://git.rtems.org/rtems/commit/?id=234f0a2d184d6036de5fb01e4444d6808db1f6a0
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Apr 20 14:41:05 2018 +0200
build: Remove subdir-objects from Ada tests
Somehow it does not work. With this Automake option you get:
gmake[6]: Entering directory '/build/sparc-rtems5/c/erc32/testsuites/ada/sptests'
Making all-am in sp01
gmake[7]: Entering directory '/build/sparc-rtems5/c/erc32/testsuites/ada/sptests/sp01'
gmake[7]: *** No rule to make target 'init.o', needed by 'ada_sp01.exe'. Stop.
Update #3387.
---
testsuites/ada/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuites/ada/configure.ac b/testsuites/ada/configure.ac
index 9686665..4ec8532 100644
--- a/testsuites/ada/configure.ac
+++ b/testsuites/ada/configure.ac
@@ -9,7 +9,7 @@ RTEMS_BUILD_TOP
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.12.2])
+AM_INIT_AUTOMAKE([no-define foreign 1.12.2])
AM_MAINTAINER_MODE
AC_CHECK_PROGS([M4],[gm4 m4])
More information about the vc
mailing list