File: make-revision

package info (click to toggle)
glslang 7.10.2984-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 25,752 kB
  • sloc: cpp: 70,028; yacc: 3,450; sh: 348; python: 85; ansic: 18; makefile: 12
file content (6 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
#!/bin/sh
(
echo "// This header is generated by the make-revision script."
echo
echo \#define GLSLANG_PATCH_LEVEL `git log --oneline | wc -l`
) > glslang/Include/revision.h