Skip to content

Commit

Permalink
Use configure -C flag to speed up configure (sub)runs
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Nov 17, 2022
1 parent 4dbd828 commit 11300cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $(GETTEXT_COMPILE): $(GETTEXT_DOWNLOAD) $(LIBICONV_COMPILE)
patch -p1 < $$p || exit 1 ; \
done
cd $(COMPILEDIR)/gettext-$(GETTEXT_VERSION) && \
./configure $(GETTEXT_FLAGS) CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" && \
./configure -C $(GETTEXT_FLAGS) CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" && \
$(MAKE) -C libtextstyle && \
$(MAKE) -C gettext-tools
touch $@
Expand Down

0 comments on commit 11300cc

Please sign in to comment.