projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
finally move buildroot-ng to trunk
[openwrt.git]
/
toolchain
/
libnotimpl
/
Makefile
diff --git
a/toolchain/libnotimpl/Makefile
b/toolchain/libnotimpl/Makefile
index
bc515ca
..
8515672
100644
(file)
--- a/
toolchain/libnotimpl/Makefile
+++ b/
toolchain/libnotimpl/Makefile
@@
-6,8
+6,9
@@
#
include $(TOPDIR)/rules.mk
#
include $(TOPDIR)/rules.mk
-PKG_NAME := libnotimpl
-PKG_BUILD_DIR := $(TOOL_BUILD_DIR)/libnotimpl
+PKG_NAME:=libnotimpl
+
+PKG_BUILD_DIR:=$(TOOLCHAIN_BUILD_DIR)/libnotimpl
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
@@
-31,9
+32,7
@@
define Build/Install
endef
define Build/Clean
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))
endef
$(eval $(call HostBuild))
This page took
0.019674 seconds
and
4
git commands to generate.