commit: edf5d40ec2ed6ea93d7a5243741182f088b7f6a7
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 29 05:14:49 2014 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Nov 29 05:14:49 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=edf5d40e
remove extra newlines
---
Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/Makefile b/Makefile
index 1874375..d82f206 100644
--- a/Makefile
+++ b/Makefile
@@ -96,11 +96,9 @@ dist: tag
bzip2 $(distpkg).tar
rm -rf $(distpkg)/
-
dist-upload: dist
scp $(distpkg).tar.bz2 dev.gentoo.org:/space/distfiles-local/
ssh dev.gentoo.org chmod ug+rw /space/distfiles-local/$(distpkg).tar.bz2
clean:
find . -name '*~' | xargs rm || true
-