new (last?) attempt at standardizing Makefiles

SVN-Revision: 4855
This commit is contained in:
Nicolas Thill
2006-09-24 20:49:31 +00:00
parent 732b4932f1
commit 88b8c4eb63
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))