Skip to content

Commit

Permalink
makefile hints for package build
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Oct 5, 2024
1 parent 902ac97 commit 2bc06cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,16 @@ tag:
committed:
if git status -suno | sed -e "s,^..,," | grep .; then false; fi

hint=\e[42;30m
norm=\e[m

$(DIST):
mkdir -p $(DIST)
release: $(DIST) check-x11 cop check _ ver
echo -e "$(hint)Now: git commit -a; make tag;$(norm)"
echo -e "$(hint)Then: make pkg and git push; git push --tags;$(norm)"
echo -e "$(hint)Last: make upload; make ann; mail cygwin-announce$(norm)"
echo -e "$(hint)Also: github release$(norm)"
checkrelease: committed tag checkver tar
cygport := $(name_ver)-$(REL).cygport
pkg: release checkrelease srcpkg binpkg binver
Expand Down

0 comments on commit 2bc06cb

Please sign in to comment.