aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-04-20 19:40:28 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-04-20 19:40:28 +0000
commit3c956415f053be2377809e00e79d1329c9d23696 (patch)
tree7a6f589f3892c474a96090f5ac8f3215cdd08568 /Makefile
parentMore baselayout-2 fixes for acpi wakeup. Fixes wrong utc detection. (diff)
downloadgentoo-vdr-scripts-3c956415f053be2377809e00e79d1329c9d23696.tar.gz
gentoo-vdr-scripts-3c956415f053be2377809e00e79d1329c9d23696.tar.bz2
gentoo-vdr-scripts-3c956415f053be2377809e00e79d1329c9d23696.zip
Added info make-target. Added bump helper script.
svn path=/gentoo-vdr-scripts/trunk/; revision=592
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 20156dc..57ef912 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,12 @@ TMPDIR = /tmp
ARCHIVE = gentoo-vdr-scripts-$(VERSION)
PACKAGE = $(ARCHIVE)
+info:
+ @echo VERSION: $(VERSION)
+ @[ -d ../tags/$(VERSION) ] && echo "Already tagged in svn"
+ @echo
+ @[ -d .svn ] && svn info
+
dist:
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@svn export . $(TMPDIR)/$(ARCHIVE)