summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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