summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2006-11-20 16:50:13 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2006-11-20 16:50:13 +0000
commite46e3450ad0cf3230ce33658fe956fa688d26be3 (patch)
tree19849ac3a647799df54091318d6727032ab7ecc3
parentcf37b462a34de8549d952a585b5121aa47f3e0d9 (diff)
downloadldetect-lst-e46e3450ad0cf3230ce33658fe956fa688d26be3.tar
ldetect-lst-e46e3450ad0cf3230ce33658fe956fa688d26be3.tar.gz
ldetect-lst-e46e3450ad0cf3230ce33658fe956fa688d26be3.tar.bz2
ldetect-lst-e46e3450ad0cf3230ce33658fe956fa688d26be3.tar.xz
ldetect-lst-e46e3450ad0cf3230ce33658fe956fa688d26be3.zip
oops, forgot about the @echo
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fbfcc33c..6888b4c2 100644
--- a/Makefile
+++ b/Makefile
@@ -64,16 +64,16 @@ rpm: srpm buildrpm
dist: cleandist dir export tar
export:
- @echo svn co $(SVN_BASE)/tags/$(TAG) $(PACKAGE)-$(VERSION)
+ echo svn co $(SVN_BASE)/tags/$(TAG) $(PACKAGE)-$(VERSION)
svntag:
- @echo svn cp -m "tagged as $(TAG)" $(SVNTAGOPT) $(SVN_URL) $(SVN_BASE)/tags/$(TAG)
+ echo svn cp -m "tagged as $(TAG)" $(SVNTAGOPT) $(SVN_URL) $(SVN_BASE)/tags/$(TAG)
log: changelog
changelog: ../common/username.xml
svn2cl --authors ../common/username.xml --accum
rm -f ChangeLog.bak
- svn commit -m "Generated by cvs2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog
+ svn commit -m "Generated by svn2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog
# Makefile ends here