1
0
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:
nico
2006-09-24 20:49:31 +00:00
parent 1d07224838
commit 8afb23270d
51 changed files with 761 additions and 644 deletions

View File

@@ -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))