[source] utils/oseama: drop Build/Prepare rule in favor of default one
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 15 02:37:42 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/8df2122cdd9fd9a1cf9859d023957c3115bd492a
commit 8df2122cdd9fd9a1cf9859d023957c3115bd492a
Author: Alexandru Ardelean <ardeleanalex at gmail.com>
AuthorDate: Thu Oct 6 09:20:01 2016 +0300
utils/oseama: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex at gmail.com>
---
package/utils/oseama/Makefile | 5 -----
1 file changed, 5 deletions(-)
diff --git a/package/utils/oseama/Makefile b/package/utils/oseama/Makefile
index 8957a69..7d9303b 100644
--- a/package/utils/oseama/Makefile
+++ b/package/utils/oseama/Makefile
@@ -26,11 +26,6 @@ define Package/oseama/description
This package contains an utility that allows handling Seama images.
endef
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
More information about the lede-commits
mailing list