diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-11-20 16:50:13 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-11-20 16:50:13 +0000 |
commit | e46e3450ad0cf3230ce33658fe956fa688d26be3 (patch) | |
tree | 19849ac3a647799df54091318d6727032ab7ecc3 | |
parent | cf37b462a34de8549d952a585b5121aa47f3e0d9 (diff) | |
download | ldetect-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-- | 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 |