projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc460e
)
* test/infra/Dockerfile.emba (emacs-gnustep): Instrument "make V=1 ...".
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 28 Mar 2023 07:38:07 +0000
(09:38 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 28 Mar 2023 07:38:07 +0000
(09:38 +0200)
test/infra/Dockerfile.emba
patch
|
blob
|
history
diff --git
a/test/infra/Dockerfile.emba
b/test/infra/Dockerfile.emba
index 593756aba3b9cf98083c3cbf5a35a236fd9a9c90..946aa9235fbeb64e1a29a71c245a464cdf76f281 100644
(file)
--- a/
test/infra/Dockerfile.emba
+++ b/
test/infra/Dockerfile.emba
@@
-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