From: mb Date: Fri, 8 Oct 2010 23:13:03 +0000 (+0000) Subject: nodogsplash: Parallel build fixes X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=430bdfd5143fe9bc4966ec1f6e207e86a2ccba4c;p=packages.git nodogsplash: Parallel build fixes git-svn-id: svn://svn.openwrt.org/openwrt/packages@23344 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/nodogsplash/Makefile b/net/nodogsplash/Makefile index 486cdf856..f83b515c3 100644 --- a/net/nodogsplash/Makefile +++ b/net/nodogsplash/Makefile @@ -17,6 +17,8 @@ PKG_SOURCE_URL:=http://kokoro.ucsd.edu/nodogsplash/ \ PKG_MD5SUM:=3ba0d862b4d63ecf97f16176a486faed PKG_FIXUP:=libtool +PKG_BUILD_PARALLEL:=1 +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -43,11 +45,15 @@ define Build/Configure endef define Build/Compile + $(call Build/Compile/Default, \ + mkinstalldirs="$(INSTALL_DIR)") +endef + +define Build/Install mkdir -p $(PKG_INSTALL_DIR)/usr/{share{,/doc/$(PKG_NAME)-$(PKG_VERSION)},lib,include{,/nodogsplash},bin,sbin}/ - $(MAKE) -C $(PKG_BUILD_DIR) \ - DESTDIR="$(PKG_INSTALL_DIR)" \ + $(call Build/Install/Default, \ mkinstalldirs="$(INSTALL_DIR)" \ - install + install) endef define Package/nodogsplash/install