diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |