[PD-cvs] packages/win32_inno Makefile,1.18,1.19

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Sep 29 04:24:33 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
added blank test_package target so the auto-build doesn't throw an error

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Makefile	28 Sep 2006 03:52:47 -0000	1.18
--- Makefile	29 Sep 2006 02:24:30 -0000	1.19
***************
*** 119,123 ****
  #==============================================================================#
  #
! ## CVS SOURCES
  #
  #==============================================================================#
--- 119,123 ----
  #==============================================================================#
  #
! ## CLEAN TARGETS
  #
  #==============================================================================#
***************
*** 136,139 ****
--- 136,148 ----
  	$(MAKE) -C $(packages_src) $(DEST_PATHS) clean
  
+ #==============================================================================#
+ #
+ ## TEST TARGETS
+ #
+ #==============================================================================#
+ 
+ test_package:
+ 	echo "No tests here yet"
+ 
  
  test_locations:
***************
*** 154,156 ****
  
  
! .PHONY: all install package clean distclean test_locations dll_install exe_install
--- 163,165 ----
  
  
! .PHONY: all install package clean distclean test_locations test_package exe_install





More information about the Pd-cvs mailing list