HomeSort by: relevance | last modified time | path
    Searched defs:author (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/time/
Makefile 810 # Awk script to extract a Git-style author from leap-seconds.list comments.
827 author=$$($(AWK) '$(EXTRACT_AUTHOR)' leap-seconds.list) && \ macro
829 git commit --author="$$author" --date="$$date" -m'make $@' \

Completed in 17 milliseconds