kopia lustrzana https://github.com/Hamlib/Hamlib
Build hamlibdatetime.h every time
rodzic
93560bf682
commit
c8a30f2ef3
|
@ -103,7 +103,7 @@ testloc.sh:
|
|||
# to the sources directory if it is different for inclusion in
|
||||
# distribution tarballs, which avoids race conditions with parallel
|
||||
# builds.
|
||||
hamlibdatetime.h: Makefile
|
||||
hamlibdatetime.h: FORCE
|
||||
echo "SHA=$(SHA)"
|
||||
if test -x $(top_srcdir)/.git ; then \
|
||||
echo "/* This date time is from the last non-merge commit to Hamlib. */" > $@ ;\
|
||||
|
@ -113,4 +113,6 @@ hamlibdatetime.h: Makefile
|
|||
test -f $(top_srcdir)/tests/$(@F) || cp $(top_srcdir)/tests/$(@F).in $(top_srcdir)/tests/$(@F)
|
||||
test -f $@ || cp $(top_srcdir)/tests/$(@F).in $@
|
||||
|
||||
FORCE:
|
||||
|
||||
CLEANFILES = testrig.sh testfreq.sh testbcd.sh testloc.sh
|
||||
|
|
Ładowanie…
Reference in New Issue