kopia lustrzana https://github.com/Hamlib/Hamlib
Remove echo from Makefile.am
rodzic
97ef9e5bea
commit
c59b5383e9
|
@ -34,7 +34,6 @@ EXTRA_DIST = Android.mk hamlibdatetime.h.in
|
|||
# directory before the source directory for the hamlibdatetime.h
|
||||
# header.
|
||||
hamlibdatetime.h: FORCE
|
||||
echo "#define HAMLIBDATETIME "\"$$(TZ=UTC git --git-dir=$(top_srcdir)/.git log --no-merges --date='format-local:%b %d %H:%M:%SZ %Y SHA=' --format='%cd' -n 1)$$(git --git-dir=$(top_srcdir)/.git log --no-merges -n 1 | cut -c8-13)\"
|
||||
@if test -x $(top_srcdir)/.git ; then \
|
||||
echo "/* This date time is from the last non-merge commit to Hamlib. */" > $(builddir)/$(@F).tmp ;\
|
||||
echo "#define HAMLIBDATETIME "\"$$(TZ=UTC git --git-dir=$(top_srcdir)/.git log --no-merges --date='format-local:%b %d %H:%M:%SZ %Y SHA=' --format='%cd' -n 1)$$(git --git-dir=$(top_srcdir)/.git log --no-merges -n 1 | head -n 1 | cut -c8-13)\" >> $(builddir)/$(@F).tmp ;\
|
||||
|
|
Ładowanie…
Reference in New Issue