Skip to content

Commit

Permalink
Fix git-version in Makefile.export
Browse files Browse the repository at this point in the history
  • Loading branch information
pebbe committed Feb 1, 2024
1 parent 7f9d7a9 commit 3e70479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.export
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ KERNEL=$(shell uname -s)
GLIBC=$(shell getconf GNU_LIBC_VERSION)
PLATFORM=$(shell echo "$(HARDWARE) $(KERNEL) $(GLIBC)" | tr ' ' '-' )

gitversion=$(shell git log --oneline | wc -l)
gitversion=$(shell git log -1 --format="%at" | xargs -I{} date -u -d @{} +%Y%m%d.%H%M%S)
TAR=Alpino-$(PLATFORM)-git$(gitversion)-$(PROLOG).tar.gz


Expand Down

0 comments on commit 3e70479

Please sign in to comment.