[beast: 3/5] MISC: Dockerfile-apt.in: support multiple intent values next to clangbuild



commit 97cebac528593290b8cddc6452332dfc6679d45f
Author: Tim Janik <timj gnu org>
Date:   Fri Oct 28 00:09:43 2016 +0200

    MISC: Dockerfile-apt.in: support multiple intent values next to clangbuild
    
    Signed-off-by: Tim Janik <timj gnu org>

 misc/Dockerfile-apt.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/misc/Dockerfile-apt.in b/misc/Dockerfile-apt.in
index 9f8aeca..5d8ff14 100644
--- a/misc/Dockerfile-apt.in
+++ b/misc/Dockerfile-apt.in
@@ -62,8 +62,8 @@ WORKDIR /usr/src/$PROJECT
 # Carry out distcheck test if desired
 RUN : && \
     case $INTENT in \
-      clangbuild) nice ./autogen.sh --prefix=/usr CC=clang CXX=clang++ ;; \
-      *)          nice ./autogen.sh --prefix=/usr ;; \
+      *clangbuild*) nice ./autogen.sh --prefix=/usr CC=clang CXX=clang++ ;; \
+      *)            nice ./autogen.sh --prefix=/usr ;; \
     esac
 RUN nice make -j`nproc`
 RUN nice make check


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]