File: make_version_h

package info (click to toggle)
dahdi-linux 1%3A2.11.1~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,128 kB
  • sloc: ansic: 122,654; perl: 1,417; sh: 1,009; makefile: 438
file content (9 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
#!/bin/sh
cat << END
/*
 * version.h 
 * Automatically generated
 */
#define DAHDI_VERSION "${DAHDIVERSION}"

END