2002/ws/desc/wsdl20 Makefile,1.5,1.6

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv11274

Modified Files:
	Makefile 
Log Message:
Added a meta-clean rule


Index: Makefile
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile	30 Jul 2004 14:11:29 -0000	1.5
--- Makefile	2 Aug 2004 16:57:51 -0000	1.6
***************
*** 25,27 ****
  	make -f $(PART3)
  
! .PHONY: default all part1 part2 part3 core extensions bindings
--- 25,31 ----
  	make -f $(PART3)
  
! clean:
! 	@for m in $(PART1) $(PART2) $(PART3); do\
! 	make -f $$m clean; done
! 
! .PHONY: default all part1 part2 part3 core extensions bindings clean

Received on Monday, 2 August 2004 12:58:01 UTC