Ignore revision to test unless HAVE_GIT
This commit is contained in:
parent
8fae120912
commit
73f0573cb3
Notes:
git
2022-08-05 13:00:55 +09:00
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user