Toggle navigation
Sign in
golang
/
logger
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
2114ebe7ca2ac4d6888a550c0998f71763e41c96
Authored by
Georg Hopp
2018-10-02 20:51:32 +0200
1 parent
854603db
build: skipped
Add package name to m4
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
Makefile
Makefile
View file @
2114ebe
...
...
@@ -28,6 +28,7 @@ version.go: version.go.m4 .version
28
28
-
@m4 -Dm4_version
=
$(VERSION)
\
29
29
-Dm4_revision
=
$(REVISION)
\
30
30
-Dm4_build_time
=
$(BUILDTIME)
\
31
+
-Dm4_package
=
$(PACKAGE)
\
31
32
$<
>
$@
32
33
33
34
clean
:
...
...
Please
register
or
login
to post a comment