Skip to content

Commit 85f764d

Browse files
committed
Silence command that prints library error message (autotools)
Otherwise, we see the error message anyway, even if the error didn't occur, which is confusing!
1 parent 734e4fa commit 85f764d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

M2/libraries/Makefile.library.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ endif
196196
PATCHCMD = cd $(UNTARDIR) && for i in $(PATCHFILE) ; do @PATCH@ --batch -p0 < $$i ; done
197197
.patched-$(VERSION) : $(PATCHFILE)
198198
$(WHY)
199-
if [ -d $(UNTARDIR) -a -d $(OLDUNTARDIR)/$(UNTARDIR) ] ; \
199+
@ if [ -d $(UNTARDIR) -a -d $(OLDUNTARDIR)/$(UNTARDIR) ] ; \
200200
then echo please remove or move $(OLDUNTARDIR)/$(UNTARDIR) out of the way ; \
201201
exit 1 ; \
202202
fi

0 commit comments

Comments
 (0)