[Tinyos-beta-commits] CVS: tinyos-1.x/beta/TOSComm Makefile, 1.1, 1.2

David Gay idgay at users.sourceforge.net
Tue May 17 15:34:22 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/TOSComm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9928

Modified Files:
	Makefile 
Log Message:
install shouldn't be done w/o make install
include errno.h


Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/TOSComm/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	22 Dec 2004 01:31:47 -0000	1.1
--- Makefile	17 May 2005 22:34:03 -0000	1.2
***************
*** 6,11 ****
  
  all: FORCE
! 	cd comm && make && make install
! 	cd packet && make && make install
  
  install: FORCE
--- 6,11 ----
  
  all: FORCE
! 	cd comm && make
! 	cd packet && make
  
  install: FORCE



More information about the Tinyos-beta-commits mailing list