[Tinyos-commits] CVS: tinyos-1.x/tools/release/external-tools avr-insight.spec, 1.3, 1.4

Kristin Wright kristinwright at users.sourceforge.net
Wed Sep 21 11:01:56 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tools/release/external-tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12567

Modified Files:
	avr-insight.spec 
Log Message:
change prefix to /usr

Index: avr-insight.spec
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/release/external-tools/avr-insight.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** avr-insight.spec	15 Jun 2005 21:02:02 -0000	1.3
--- avr-insight.spec	21 Sep 2005 18:01:53 -0000	1.4
***************
*** 1,2 ****
--- 1,4 ----
+ %define theprefix /usr
+ 
  Summary: Insight GDB GUI	
  Name: avr-insight
***************
*** 18,22 ****
  
  %build
! ./configure --target=avr --with-gnu-ld --with-gnu-as 
  make
  
--- 20,24 ----
  
  %build
! ./configure --prefix=%{theprefix} --target=avr --with-gnu-ld --with-gnu-as --disable-nls 
  make
  
***************
*** 27,31 ****
  rm info/bfd.info* info/configure.info* info/dir info/standards.info
  rm lib/libiberty.a
- rm share/locale/*/LC_MESSAGES/bfd.mo
  
  %clean
--- 29,32 ----



More information about the Tinyos-commits mailing list