source:
trunk/third/perl/plan9/versnum
@
10724
Revision 10724, 198 bytes checked in by ghudson, 27 years ago (diff) |
---|
Line | |
---|---|
1 | /PATCHLEVEL/ {base = $3} |
2 | /SUBVERSION/ {subvers = $3} |
3 | END { |
4 | if (subvers == 0) |
5 | printf "p9pvers = 5.%03d\n", base> "buildinfo"; |
6 | else |
7 | printf "p9pvers = 5.%03d_%02d\n" , base, subvers> "buildinfo"; |
8 | } |
Note: See TracBrowser
for help on using the repository browser.