[PD-cvs] packages Makefile, 1.53, 1.53.2.1 Makefile.buildlayout, 1.30.2.1, 1.30.2.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Dec 18 07:21:21 CET 2006


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile Makefile.buildlayout 
Log Message:
merged in optimization support from HEAD; set default built to G4-7450; bumped up to test7

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile,v
retrieving revision 1.53
retrieving revision 1.53.2.1
diff -C2 -d -r1.53 -r1.53.2.1
*** Makefile	4 Dec 2006 16:12:43 -0000	1.53
--- Makefile	18 Dec 2006 06:21:18 -0000	1.53.2.1
***************
*** 264,270 ****
  #	cd $(pd_src)/src/ && ./configure $(PD_CONFIGURE_FLAGS)
  
  pd: $(pd_src)/src/configure
- 	echo $$MACOSX_DEPLOYMENT_TARGET
  	-cd $(pd_src)/src && ./configure $(PD_CONFIGURE_FLAGS) && \
  		make $(DEST_PATHS) $(PD_BUILD_FLAGS)
  
--- 264,271 ----
  #	cd $(pd_src)/src/ && ./configure $(PD_CONFIGURE_FLAGS)
  
+ # this line has the "-" to support the current makefile.mingw hack
  pd: $(pd_src)/src/configure
  	-cd $(pd_src)/src && ./configure $(PD_CONFIGURE_FLAGS) && \
+ 		make OPT_CFLAGS="" depend  && \
  		make $(DEST_PATHS) $(PD_BUILD_FLAGS)
  

Index: Makefile.buildlayout
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile.buildlayout,v
retrieving revision 1.30.2.1
retrieving revision 1.30.2.2
diff -C2 -d -r1.30.2.1 -r1.30.2.2
*** Makefile.buildlayout	11 Dec 2006 06:33:14 -0000	1.30.2.1
--- Makefile.buildlayout	18 Dec 2006 06:21:18 -0000	1.30.2.2
***************
*** 172,176 ****
  # release version for this distro
  PD-EXTENDED_VERSION_PREFIX = extended
! PD-EXTENDED_VERSION = $(PD-EXTENDED_VERSION_PREFIX)-test6
  
  PACKAGE_NAME = Pd-$(PD_VERSION)
--- 172,176 ----
  # release version for this distro
  PD-EXTENDED_VERSION_PREFIX = extended
! PD-EXTENDED_VERSION = $(PD-EXTENDED_VERSION_PREFIX)-test7
  
  PACKAGE_NAME = Pd-$(PD_VERSION)





More information about the Pd-cvs mailing list