projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ed887
)
remove uneeded stuff after python changes in [8639]
kamikaze_7.07
kamikaze_7.07
author
Nicolas Thill
<nico@openwrt.org>
Thu, 6 Sep 2007 02:57:06 +0000
(
02:57
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 6 Sep 2007 02:57:06 +0000
(
02:57
+0000)
SVN-Revision: 8640
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index c98f28d315cc5414a9ebc0267a700e56a67515ed..125355ba4a49bd41c3f6246dc6439021c1b1953d 100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-126,17
+126,6
@@
define Build/Compile
$(call Build/Compile/Default,)
endef
-define Build/Compile/PyMod
- ( cd $(PKG_BUILD_DIR); \
- CFLAGS="$(TARGET_CFLAGS)" \
- CPPFLAGS="$(TARGET_CPPFLAGS)" \
- LDFLAGS="$(TARGET_LDFLAGS)" \
- $(1) \
- $(STAGING_DIR)/usr/bin/hostpython ./setup.py $(2) \
- --prefix="$(PKG_INSTALL_DIR)/usr" \
- )
-endef
-
$(PACKAGE_DIR):
mkdir -p $@