[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5176: Install stripped binaries on OpenWrt.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 23 Nov 2010 17:47:29 -0000

------------------------------------------------------------
revno: 5176
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: packaging
timestamp: Fri 2010-11-19 23:19:38 +0100
message:
  Install stripped binaries on OpenWrt.
  
  We already do this on other platforms and it makes even more sense for
  embedded platforms which are usually the targets for OpenWrt.
modified:
  packaging/openwrt/package/Makefile


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'packaging/openwrt/package/Makefile'
--- packaging/openwrt/package/Makefile  2010-11-19 22:15:36 +0000
+++ packaging/openwrt/package/Makefile  2010-11-19 22:19:38 +0000
@@ -68,7 +68,7 @@
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR)
-       $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
+       $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install-strip
 endef
 
 define Package/hipl-hipd/install

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5176: Install stripped binaries on OpenWrt. - noreply