* test/infra/Dockerfile.emba (emacs-gnustep): Instrument "make V=1 ...".

This commit is contained in:
Michael Albinus 2023-03-28 09:38:07 +02:00
parent edc460e3b6
commit 5b351bc7fa

View 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