projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two...
[openwrt.git]
/
package
/
pcmcia-cs
/
Makefile
diff --git
a/package/pcmcia-cs/Makefile
b/package/pcmcia-cs/Makefile
index
2e312fb
..
6aca50f
100644
(file)
--- a/
package/pcmcia-cs/Makefile
+++ b/
package/pcmcia-cs/Makefile
@@
-30,6
+30,8
@@
define Package/pcmcia-cs
URL:=http://pcmcia-cs.sourceforge.net/
endef
URL:=http://pcmcia-cs.sourceforge.net/
endef
+$(PKG_BUILD_DIR)/.configured: $(LINUX_DIR)/.config
+
define Build/Configure
( cd $(PKG_BUILD_DIR); \
./Configure \
define Build/Configure
( cd $(PKG_BUILD_DIR); \
./Configure \
@@
-51,6
+53,8
@@
define Build/Configure
endef
define Build/Compile
endef
define Build/Compile
+ rm -rf $(PKG_INSTALL_DIR)
+ mkdir -p $(PKG_INSTALL_DIR)
$(call Build/Compile/Default, \
CFLAGS="$(TARGET_CFLAGS)" \
all install \
$(call Build/Compile/Default, \
CFLAGS="$(TARGET_CFLAGS)" \
all install \
This page took
0.030131 seconds
and
4
git commands to generate.