When build package with the release source, we cannot get the package version.
I wonder if the VERSION file should be shipped in then archive source.
Makefile:
6 VERSION := $(shell $(GIT2LOG) --version VERSION ; cat VERSION)
7 BRANCH := $(shell git branch | perl -ne 'print $$_ if s/^\s//')
8 PREFIX := gfxboot-$(VERSION)
When build package with the release source, we cannot get the package version.
I wonder if the VERSION file should be shipped in then archive source.
Makefile:$(shell $ (GIT2LOG) --version VERSION ; cat VERSION)$(shell git branch | perl -ne 'print $ $_ if s/^\s//')
6 VERSION :=
7 BRANCH :=
8 PREFIX := gfxboot-$(VERSION)