projects
/
openwrt
/
staging
/
lynxis
/
omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4786484
)
utils/oseama: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:20:01 +0000
(09:20 +0300)
committer
John Crispin
<john@phrozen.org>
Sat, 15 Oct 2016 09:36:52 +0000
(11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/utils/oseama/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/oseama/Makefile
b/package/utils/oseama/Makefile
index 8957a699671c26fc3579d40b131f0e66acc9a702..7d9303b92d58fb8102c8fcd933253cc03cc7209a 100644
(file)
--- 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)" \