diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-04-20 19:40:28 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-04-20 19:40:28 +0000 |
commit | 3c956415f053be2377809e00e79d1329c9d23696 (patch) | |
tree | 7a6f589f3892c474a96090f5ac8f3215cdd08568 /Makefile | |
parent | More baselayout-2 fixes for acpi wakeup. Fixes wrong utc detection. (diff) | |
download | gentoo-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-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |