Re: [PATCH] libcpu: Only build if there is a valid configure.ac

2018-03-22 Thread Sebastian Huber
Thanks for this patch. I used a git clean -iX, to get rid of the empty directories, but this was pretty annoying. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@emb

[PATCH] libcpu: Only build if there is a valid configure.ac

2018-03-22 Thread Chris Johns
--- c/src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/configure.ac b/c/src/configure.ac index 95a216334a..8d8778fc0e 100644 --- a/c/src/configure.ac +++ b/c/src/configure.ac @@ -129,7 +129,7 @@ AC_CONFIG_SUBDIRS([make]) BSP_SUBDIRS="$BSP_SUBDIRS make"