[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/java/net/tinyos Makefile, 1.1.2.1, 1.1.2.2

David Gay idgay at users.sourceforge.net
Wed Jun 14 08:30:18 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1330

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	Makefile 
Log Message:
shut up find warning


Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/Attic/Makefile,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** Makefile	15 Aug 2005 21:38:53 -0000	1.1.2.1
--- Makefile	14 Jun 2006 15:30:16 -0000	1.1.2.2
***************
*** 2,6 ****
  
  # We do all subdirectories (to allow for optional package installation)
! SUBDIRS = $(shell find . -type d -maxdepth 1 | tail -n +2 | grep -v /CVS)
  
  ROOT = ../..
--- 2,6 ----
  
  # We do all subdirectories (to allow for optional package installation)
! SUBDIRS = $(shell find . -maxdepth 1 -type d | tail -n +2 | grep -v /CVS)
  
  ROOT = ../..



More information about the Tinyos-2-commits mailing list