mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/etc rules.mk,1.3,1.4

2002-12-17 22:55:45
Update of /cvsroot/mhonarc/mhonarc/MHonArc/etc
In directory subversions:/tmp/cvs-serv27402/etc

Modified Files:
	rules.mk 
Log Message:
* A bunch of documentation updates.


Index: rules.mk
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/etc/rules.mk,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** rules.mk	2 May 2002 01:23:45 -0000	1.3
--- rules.mk	18 Dec 2002 05:55:22 -0000	1.4
***************
*** 7,11 ****
  _rules_mk:=1
  
! .PHONY: perlsyntax make_subdirs
  
  ## Check syntax of perl source.
--- 7,11 ----
  _rules_mk:=1
  
! .PHONY: perlsyntax make_subdirs clean_subdirs
  
  ## Check syntax of perl source.
***************
*** 22,25 ****
--- 22,32 ----
  	@$(MAKE) -w -C $@
  
+ ## Clean sub-directorys
+ clean_subdirs:
+ 	$(V)for i in $(SUBDIRS); \
+ 	  do ( \
+ 	    cd $$i && $(MAKE) -w clean; \
+ 	  ); \
+ 	done
  
  ## Bogus target to force execution of a rule

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