[PD-cvs] externals/build/linux makefile,1.22,1.23

Guenter Geiger ggeiger at users.sourceforge.net
Fri Jun 24 13:31:30 CEST 2005


Update of /cvsroot/pure-data/externals/build/linux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4728

Modified Files:
	makefile 
Log Message:
force -k to make

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/linux/makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** makefile	12 Apr 2005 15:59:03 -0000	1.22
--- makefile	24 Jun 2005 11:31:28 -0000	1.23
***************
*** 5,9 ****
  STRIP = strip --strip-unneeded -R .note -R .comment
  
! all: $(EXTERNALS:.c=.pd_linux)
  
  # this might be a better way to do this:
--- 5,12 ----
  STRIP = strip --strip-unneeded -R .note -R .comment
  
! all: 
! 	make -k externals
! 	
! externals: $(EXTERNALS:.c=.pd_linux)
  
  # this might be a better way to do this:





More information about the Pd-cvs mailing list