Home
last modified time | relevance | path

Searched refs:rev (Results 1 – 4 of 4) sorted by relevance

/scripts/
Dsetlocalversion46 if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
111 if rev=`LANG= LC_ALL= LC_MESSAGES=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then
112 rev=`echo $rev | awk '{print $NF}'`
113 printf -- '-svn%s' "$rev"
/scripts/package/
DMakefile117 git --git-dir=$(srctree)/.git rev-parse HEAD > $(perf-tar)/HEAD; \
/scripts/mod/
Ddevicetable-offsets.c129 DEVID_FIELD(bcma_device_id, rev); in main()
Dfile2alias.c834 DEF_FIELD(symval, bcma_device_id, rev); in do_bcma_entry()
840 ADD(alias, "rev", rev != BCMA_ANY_REV, rev); in do_bcma_entry()