From 0430b6d232abcd98de7d6a4246db2bbb0d96446a Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 25 May 2024 10:54:24 +0300 Subject: Makefile: remove legacy dist rules Signed-off-by: Arthur Zamarin --- Makefile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Makefile b/Makefile index 5947e9e..9302f35 100644 --- a/Makefile +++ b/Makefile @@ -45,16 +45,3 @@ tag: @echo @echo "created tag $(distpkg) - remember to push it" @echo - -dist: tag - git archive --prefix=$(distpkg)/ --format=tar -o $(distpkg).tar $(distpkg) - mkdir $(distpkg)/ - git log > $(distpkg)/ChangeLog - tar vfr $(distpkg).tar $(distpkg)/ChangeLog - xz $(distpkg).tar - rm -rf $(distpkg)/ - @echo "success." - -dist-upload: dist - scp $(distpkg).tar.xz dev.gentoo.org:/space/distfiles-local/ - ssh dev.gentoo.org chmod ug+rw /space/distfiles-local/$(distpkg).tar.xz -- cgit v1.2.3-65-gdbad