Skip to content
Snippets Groups Projects
Commit 86873845 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*updated GEM version query

parent dc8ef908
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,7 @@ CYCLONE_BUILD := $(shell grep CYCLONE_BUILD \
cut -d '"' -f 2)
CYCLONE_VERSION := $(CYCLONE_MAJOR_VERSION) $(CYCLONE_RELEASE) $(CYCLONE_BUILD)
GEM_VERSION := $(shell grep "GEM_VERSION" $(gem_src)/src/Base/GemVersion.h | \
sed -n 's|.*GEM_VERSION = "\(.*\)".*|\1|p')
GEM_VERSION := $(shell sed -n 's|^AC_INIT.\[Gem\],\[\([0-9]\).*|\1|p' $(gem_src)/configure.ac).$(shell sed -n 's|^AC_INIT.\[Gem\],\[[0-9]\.\([0-9][0-9]*\).*|\1|p' $(gem_src)/configure.ac)
MAXLIB_VERSION := $(shell grep "define VERSION" \
$(externals_src)/maxlib/maxlib.c | cut -d '"' -f 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment