[Tinyos-commits] CVS: tinyos-1.x/tools/release/external-tools gcc.spec, 1.1, 1.2

Kristin Wright kristinwright at users.sourceforge.net
Wed Sep 21 11:05:37 PDT 2005


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

Modified Files:
	gcc.spec 
Log Message:
remove unnecessary files

Index: gcc.spec
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/release/external-tools/gcc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gcc.spec	15 Jun 2005 20:57:54 -0000	1.1
--- gcc.spec	21 Sep 2005 18:05:34 -0000	1.2
***************
*** 38,42 ****
  
  %build
! ./configure --target=%{target} --enable-languages=c --disable-nls --prefix=%{theprefix}
  make
  
--- 38,42 ----
  
  %build
! ./configure --target=%{target} --enable-languages=c --disable-nls --prefix=/usr
  make
  
***************
*** 45,49 ****
  make prefix=%{buildroot}%{theprefix} install
  cd %{buildroot}%{theprefix}
- rm info/dir
  rm lib/libiberty.a
  
--- 45,48 ----



More information about the Tinyos-commits mailing list