Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dsetlocalversion46 if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
112 if rev=`svn info 2>/dev/null | grep '^Last Changed Rev'`; then
113 rev=`echo $rev | awk '{print $NF}'`
114 printf -- '-svn%s' "$rev"
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dfile2alias.c711 id->rev = TO_NATIVE(id->rev); in do_bcma_entry()
717 ADD(alias, "rev", id->rev != BCMA_ANY_REV, id->rev); in do_bcma_entry()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dflat.h29 unsigned long rev; /* version (as above) */ member
H A Dnubus.h259 unsigned char rev; member
/utopia/UTPA2-700.0.x/projects/build/scripts/package/
H A DMakefile124 git rev-parse HEAD > $(perf-tar)/HEAD; \