Ignore revision to test unless HAVE_GIT

This commit is contained in:
Nobuyoshi Nakada 2022-08-05 09:55:49 +09:00
parent 8fae120912
commit 73f0573cb3
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
Notes: git 2022-08-05 13:00:55 +09:00

View File

@ -278,7 +278,9 @@ extract-gems: $(HAVE_BASERUBY:yes=update-gems)
bundled-gems := $(shell sed \
-e 's/[ ][ ]*/ /g' \
-e 's/^ //;/\#/d;s/ *$$//;/^$$/d' \
$(if $(filter yes,$(HAVE_GIT)), \
-e 's/^\(.*\) \(.*\) \(.*\) \(.*\)/\1|\2|\4|\3/' \
) \
-e 's/ /-/;s/ .*//' \
$(srcdir)/gems/bundled_gems)