From e46e3450ad0cf3230ce33658fe956fa688d26be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 20 Nov 2006 16:50:13 +0000 Subject: oops, forgot about the @echo --- Makefile | 6 +++--- 1 file 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 -- cgit v1.2.1