]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/Dockerfile.emba (emacs-gnustep): Instrument "make V=1 ...".
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 28 Mar 2023 07:38:07 +0000 (09:38 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 28 Mar 2023 07:38:07 +0000 (09:38 +0200)
test/infra/Dockerfile.emba

index 593756aba3b9cf98083c3cbf5a35a236fd9a9c90..946aa9235fbeb64e1a29a71c245a464cdf76f281 100644 (file)
@@ -71,7 +71,7 @@ COPY . /checkout
 WORKDIR /checkout
 RUN ./autogen.sh autoconf
 RUN ./configure --with-ns
-RUN make bootstrap
+RUN make V=1 bootstrap
 
 FROM emacs-base as emacs-native-comp