[pisa-src] r1874 - trunk/tools/subversion/pisa_runautobuild

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 17:36:17 +0100

Author: biurrun
Date: Fri Nov 27 17:36:17 2009
New Revision: 1874

Log:
Run sed on the PISA OpenWrt Makefile from the PISA checkout; saves using a 
temporary file.

Modified:
   trunk/tools/subversion/pisa_runautobuild

Modified: trunk/tools/subversion/pisa_runautobuild
==============================================================================
--- trunk/tools/subversion/pisa_runautobuild    Fri Nov 27 17:23:41 2009        
(r1873)
+++ trunk/tools/subversion/pisa_runautobuild    Fri Nov 27 17:36:17 2009        
(r1874)
@@ -70,8 +70,7 @@
 # Patch the PISA package OpenWrt Makefile.
 # We have no error handling here - we expect errors to be caught by Make.
 WRT_PISA_VERSION=$(echo $PISA_TARBALL | cut -d . -f 1-3 | cut -d - -f 2)
-sed -e "s/PKG_VERSION:=.*/PKG_VERSION:=$WRT_PISA_VERSION/" 
package/pisa/Makefile > package/pisa/Makefile.tmp
-mv package/pisa/Makefile.tmp package/pisa/Makefile
+sed -e "s/PKG_VERSION:=.*/PKG_VERSION:=$WRT_PISA_VERSION/" 
$CHECKOUT_DIR/openwrt/package/pisa/Makefile > package/pisa/Makefile
 run_program make -j16 package/pisa-install V=99
 
 cleanup 0

Other related posts:

  • » [pisa-src] r1874 - trunk/tools/subversion/pisa_runautobuild - Diego Biurrun