c0fd1b49e4
OpenRC version is now stored as plaintext in /libexec/rc/version Plugins (cursplash, splashutils) will have to be re-compiled to pickup the new directories. State data needs to be moved from /lib/rc/init.d to /libexec/rc/init.d as well.
9 lines
210 B
Makefile
9 lines
210 B
Makefile
_GITVER_SH= if git rev-parse --short HEAD >/dev/null 2>&1; then \
|
|
printf "."; \
|
|
git rev-parse --short HEAD; \
|
|
else \
|
|
echo ""; \
|
|
fi
|
|
_GITVER!= ${_GITVER_SH}
|
|
GITVER= ${_GITVER}$(shell ${_GITVER_SH})
|