You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2001/06/13 17:33:30 UTC

cvs commit: xml-xerces/java/src Makefile.incl

neilg       01/06/13 08:33:30

  Modified:    java/src Makefile.incl
  Log:
  patch from Udo Grabowski (bug #2151)
  
  Revision  Changes    Path
  1.46      +9 -7      xml-xerces/java/src/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/Makefile.incl,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Makefile.incl	2001/05/18 15:36:50	1.45
  +++ Makefile.incl	2001/06/13 15:33:30	1.46
  @@ -98,15 +98,17 @@
   dirs::
   	@if [ -n "$(DIRS)" ]; \
   	then for i in $(DIRS) __bogus__; do \
  -	       if [ $$i != __bogus__ ] ; then \
  -		echo "$(MAKE) -C $$i"; $(MAKE) -C $$i; \
  -		fi \
  -	     done; \
  +	        if [ $$i != __bogus__ ] ; then \
  +	        	echo "$(MAKE) -C $$i"; $(MAKE) -C $$i; \
  +	    	fi \
  +	        done; \
   	fi
   
   cleandirs::
   	@if [ -n "$(DIRS)" ]; \
  -	then for i in $(DIRS);do \
  -		echo "$(MAKE) -C $$i clean"; $(MAKE) -C $$i clean; \
  -	     done; \
  +	then for i in $(DIRS) __bogus__; do \
  +	        if [ $$i != __bogus__ ] ; then \
  +		        echo "$(MAKE) -C $$i clean"; $(MAKE) -C $$i clean; \
  +		    fi \
  +	        done; \
   	fi
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org