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

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Sep 19 07:20:53 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
added miniscript to shorten path names

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Makefile	13 Sep 2006 19:38:20 -0000	1.14
--- Makefile	19 Sep 2006 05:20:51 -0000	1.15
***************
*** 6,11 ****
  
  DESTDIR = $(CWD)/build/
! cvs_root_dir = $(CWD)/../..
! BUILDLAYOUT_DIR = $(CWD)/..
  
  
--- 6,11 ----
  
  DESTDIR = $(CWD)/build/
! cvs_root_dir = $(shell cd $(CWD)/../.. && pwd)
! BUILDLAYOUT_DIR = $(shell cd $(CWD)/.. && pwd)
  
  





More information about the Pd-cvs mailing list