mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc dev.mk,2.4,2.5

2002-10-30 22:29:20
Update of /cvsroot/mhonarc/mhonarc/MHonArc
In directory subversions:/tmp/cvs-serv875

Modified Files:
	dev.mk 
Log Message:
Diable version check if in snapshot mode.


Index: dev.mk
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/dev.mk,v
retrieving revision 2.4
retrieving revision 2.5
diff -C2 -r2.4 -r2.5
*** dev.mk	7 May 2002 22:59:40 -0000	2.4
--- dev.mk	31 Oct 2002 05:29:11 -0000	2.5
***************
*** 54,58 ****
  
  version-check:
! 	@$(PERL) etc/version-check.pl "$(_RELEASE_VERSION)" lib/mhamain.pl
  
  code-check: make_subdirs perl_syntax
--- 54,60 ----
  
  version-check:
! 	@if [ "$(_SNAP_MODE)" != "1" ]; then \
! 	  $(PERL) etc/version-check.pl "$(_RELEASE_VERSION)" lib/mhamain.pl; \
! 	fi
  
  code-check: make_subdirs perl_syntax

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV