Skip to content

Commit

Permalink
Fix tagall target.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Jun 3, 2021
1 parent 2528272 commit ba713cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ dist: ${DISTFILES}
rm -rf $$LESSREL

tagall:
echo "tagging ${REL}"; \
$(GIT) tag -a -f -m "${REL}" "${REL}"
echo "tagging less-${REL}"; \
$(GIT) tag -a -f -m "less-${REL}" "less-${REL}"

gnu_upload:
@if [ -z "${REL}" ]; then echo "Please set REL=nnn"; exit 1; fi; \
Expand Down

0 comments on commit ba713cb

Please sign in to comment.