[PD-cvs] packages/linux_make Makefile,1.15,1.16

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Sep 19 17:11:51 CEST 2006


Update of /cvsroot/pure-data/packages/linux_make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3786

Modified Files:
	Makefile 
Log Message:
cleaned up clean targets

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Makefile	19 Sep 2006 05:20:51 -0000	1.15
--- Makefile	19 Sep 2006 15:11:49 -0000	1.16
***************
*** 101,106 ****
  
  installer_clean:
! 	chmod -R +w $(packages_src)/linux_make/build
! 	rm -rf $(packages_src)/linux_make/build
  
  
--- 101,106 ----
  
  installer_clean:
! 	-chmod -R +w $(packages_src)/linux_make/build
! 	-rm -rf $(packages_src)/linux_make/build
  
  
***************
*** 111,116 ****
  #==============================================================================#
  
  clean: installer_clean
! 	cd $(packages_src) && make $(DEST_PATHS) clean
  
  
--- 111,120 ----
  #==============================================================================#
  
+ distclean: clean
+ 	make -C $(packages_src) $(DEST_PATHS) distclean
+ 
+ 
  clean: installer_clean
! 	make -C $(packages_src) $(DEST_PATHS) clean
  
  





More information about the Pd-cvs mailing list