Change 32821

tom_tyler (C. Thomas Tyler)
C. Thomas Tyler committed this change into //p4lf/dev
Request Review
Download .zip
Fix Makefile VERSION grep to anchor on '^var SemVer'.

The previous grep 'SemVer\s*=' also matched the comment in version.go
that shows the -ldflags example, causing VERSION to expand to the full
ldflags string instead of '0.1.0'. Anchoring with '^var SemVer' ensures
only the actual Go variable declaration is matched.
  • Files 1
  • Comments 0
1 edited 0 added 0 deleted
Makefile#3
Loading...
Tip: Use n and p to cycle through the changes.