mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
new (last?) attempt at standardizing Makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
#
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME := libnotimpl
|
||||
PKG_BUILD_DIR := $(TOOL_BUILD_DIR)/libnotimpl
|
||||
PKG_NAME:=libnotimpl
|
||||
|
||||
PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/libnotimpl
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
@@ -31,9 +32,7 @@ define Build/Install
|
||||
endef
|
||||
|
||||
define Build/Clean
|
||||
rm -rf \
|
||||
$(STAGING_DIR)/usr/lib/libnotimpl.a \
|
||||
$(PKG_BUILD_DIR)
|
||||
rm -f $(STAGING_DIR)/usr/lib/libnotimpl.a
|
||||
endef
|
||||
|
||||
$(eval $(call HostBuild))
|
||||
|
||||
Reference in New Issue
Block a user