[PD-cvs] externals/miXed Makefile,1.3,1.4 Makefile.common,1.27,1.28

Krzysztof Czaja krzyszcz at users.sourceforge.net
Mon Feb 28 14:10:41 CET 2005


Update of /cvsroot/pure-data/externals/miXed
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1442

Modified Files:
	Makefile Makefile.common 
Log Message:
cyclone alpha53 (see notes.txt for cyclone, bin and shared)

Index: Makefile.common
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/Makefile.common,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Makefile.common	27 Jan 2005 14:42:46 -0000	1.27
--- Makefile.common	28 Feb 2005 13:10:39 -0000	1.28
***************
*** 309,315 ****
  	cd $(ROOT_DIR); tar -X $(BASE_DIR)/$(BASE_NAME)-test.exclude -rf \
  		$(SRC_TAR) test/$(BASE_NAME)/*
  	cd $(ROOT_DIR); tar -X $(BASE_DIR)/$(BASE_NAME)-vicious.exclude -rf \
  		$(SRC_TAR) ViCious/$(BASE_DIR)/*
- 	cd $(ROOT_DIR); tar -rf $(SRC_TAR) bin/keepme
  	cd $(ROOT_DIR); gzip -f $(SRC_TAR)
  
--- 309,317 ----
  	cd $(ROOT_DIR); tar -X $(BASE_DIR)/$(BASE_NAME)-test.exclude -rf \
  		$(SRC_TAR) test/$(BASE_NAME)/*
+ 	cd $(ROOT_DIR); tar -T $(BASE_DIR)/$(BASE_NAME)-help.include -rf \
+ 		$(SRC_TAR)
+ 	cd $(ROOT_DIR); tar -rf $(SRC_TAR) bin/notes.txt
  	cd $(ROOT_DIR); tar -X $(BASE_DIR)/$(BASE_NAME)-vicious.exclude -rf \
  		$(SRC_TAR) ViCious/$(BASE_DIR)/*
  	cd $(ROOT_DIR); gzip -f $(SRC_TAR)
  
***************
*** 322,325 ****
--- 324,329 ----
  	cd $(ROOT_DIR); tar -X $(BASE_DIR)/$(BASE_NAME)-test.exclude -rf \
  		$(BIN_TAR) test/$(BASE_NAME)/*
+ 	cd $(ROOT_DIR); tar -T $(BASE_DIR)/$(BASE_NAME)-help.include -rf \
+ 		$(BIN_TAR)
  	cd $(ROOT_DIR); gzip -f $(BIN_TAR)
  
***************
*** 348,351 ****
--- 352,357 ----
  	cd $(ROOT_DIR); tar -X $(BASE_DIR)/$(BASE_NAME)-test.exclude -rf \
  		$(ALL_TAR) test/$(BASE_NAME)/*
+ 	cd $(ROOT_DIR); tar -T $(BASE_DIR)/$(BASE_NAME)-help.include -rf \
+ 		$(ALL_TAR)
  	cd $(ROOT_DIR); tar -X $(BASE_DIR)/$(BASE_NAME)-vicious.exclude -rf \
  		$(ALL_TAR) ViCious/$(BASE_DIR)/*

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile	16 Mar 2004 12:13:53 -0000	1.3
--- Makefile	28 Feb 2005 13:10:39 -0000	1.4
***************
*** 33,39 ****
  			$(ALLSRC_TAR) test/$$i/* ; fi ) ; done
  	@for i in $(RELEASE_DIRS) ; \
  		do ( if [ -d $$i ] ; then tar -X $$i/$$i-vicious.exclude -rf \
  			$(ALLSRC_TAR) ViCious/$$i/* ; fi ) ; done
! 	tar -rf $(ALLSRC_TAR) bin/keepme
  	gzip -f $(ALLSRC_TAR)
  
--- 33,42 ----
  			$(ALLSRC_TAR) test/$$i/* ; fi ) ; done
  	@for i in $(RELEASE_DIRS) ; \
+ 		do ( if [ -d $$i ] ; then tar -T $$i/$$i-help.include -rf \
+ 			$(ALLSRC_TAR) ; fi ) ; done
+ 	@for i in $(RELEASE_DIRS) ; \
  		do ( if [ -d $$i ] ; then tar -X $$i/$$i-vicious.exclude -rf \
  			$(ALLSRC_TAR) ViCious/$$i/* ; fi ) ; done
! 	tar -rf $(ALLSRC_TAR) bin/notes.txt
  	gzip -f $(ALLSRC_TAR)
  





More information about the Pd-cvs mailing list