search for: prev_version_fil

Displaying 2 results from an estimated 2 matches for "prev_version_fil".

Did you mean: prev_version_file
2012 Sep 17
1
[PATCH libguestfs] maint: remove a subsumed syntax-check rule
...39;-f $$ARGV or next; /\n\n+$$/ and print $$ARGV' > $@-t - @found=0; test -s $@-t && { found=1; cat $@-t 1>&2; \ - echo '$(ME): found trailing blank line(s)' 1>&2; }; \ - rm -f $@-t; \ - test $$found = 0 - # We don't use this feature of maint.mk. prev_version_file = /dev/null -- 1.7.12.464.g83379df
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...-0777 -e \ + '/\n\n+$$/ and print $$ARGV' > $@-t + @found=0; test -s $@-t && { found=1; cat $@-t 1>&2; \ + echo '$(ME): found trailing blank line(s)' 1>&2; }; \ + rm -f $@-t; \ + test $$found = 0 + +# We don't use this feature of maint.mk. +prev_version_file = /dev/null + +ifeq (0,$(MAKELEVEL)) + _curr_status = .git-module-status + # The sed filter accommodates those who check out on a commit from which + # no tag is reachable. In that case, git submodule status prints a "-" + # in column 1 and does not print a "git describe"-...