mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
fix c/p , supplement to 0aca7bac92
Origin commit data ------------------ Branch: ni/coolstream Commit:a5a807d63f
Author: Jacek Jendrzej <overx300@gmail.com> Date: 2012-10-28 (Sun, 28 Oct 2012) Origin message was: ------------------ -fix c/p , supplement to0aca7bac92
------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
This commit is contained in:
@@ -4,7 +4,7 @@ AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|||||||
BUILT_SOURCES = git_version.h
|
BUILT_SOURCES = git_version.h
|
||||||
git_version.h:
|
git_version.h:
|
||||||
@if test -d ../../.git; then \
|
@if test -d ../../.git; then \
|
||||||
echo "#define GITVERSION \"$$(git describe --dirty || echo '#define BUILT_DATE "'`date`'"' )\" " > git_version.h.tmp ; \
|
echo "#define GITVERSION \"$$(git describe --dirty || echo `date` )\" " > git_version.h.tmp ; \
|
||||||
if diff -q git_version.h git_version.h.tmp >/dev/null 2>&1 ; then \
|
if diff -q git_version.h git_version.h.tmp >/dev/null 2>&1 ; then \
|
||||||
rm -f git_version.h.tmp ; \
|
rm -f git_version.h.tmp ; \
|
||||||
else \
|
else \
|
||||||
|
Reference in New Issue
Block a user