[pisa-src] r1882 - trunk/openwrt/package/pisa/Makefile

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

Author: biurrun
Date: Fri Nov 27 19:21:34 2009
New Revision: 1882

Log:
Merge separate compilation and installation make invocations into one.

Modified:
   trunk/openwrt/package/pisa/Makefile

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Fri Nov 27 19:11:22 2009        (r1881)
+++ trunk/openwrt/package/pisa/Makefile Fri Nov 27 19:21:34 2009        (r1882)
@@ -35,9 +35,7 @@
 endef
 
 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)" all install
 endef
 
 define Package/libpisa

Other related posts:

  • » [pisa-src] r1882 - trunk/openwrt/package/pisa/Makefile - Diego Biurrun