projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix cifsmount install
[openwrt.git]
/
package
/
openwrt
/
Makefile
diff --git
a/package/openwrt/Makefile
b/package/openwrt/Makefile
index
4c129fd
..
1580c13
100644
(file)
--- a/
package/openwrt/Makefile
+++ b/
package/openwrt/Makefile
@@
-10,10
+10,10
@@
PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg
SHARED_INCLUDE:=${shell pwd}/include
SHARED_INCLUDE:=${shell pwd}/include
-libshared-compile libnvram-compile
wlc-compile
:
+libshared-compile libnvram-compile:
@$(MAKE) -C $(patsubst %-compile,%,$@) compile
@$(MAKE) -C $(patsubst %-compile,%,$@) compile
-libshared-install libnvram-install
wlc-install:
+libshared-install libnvram-install
: libshared-compile libnvram-compile
@$(MAKE) -C $(patsubst %-install,%,$@) install
libshared-clean libnvram-clean wlc-clean:
@$(MAKE) -C $(patsubst %-install,%,$@) install
libshared-clean libnvram-clean wlc-clean:
@@
-27,7
+27,7
@@
$(PKG_IPK_DIR)/sbin/jffs2root: jffs2root.c
mkdir -p $(PKG_IPK_DIR)/sbin
$(TARGET_CC) -o $@ $<
mkdir -p $(PKG_IPK_DIR)/sbin
$(TARGET_CC) -o $@ $<
-$(PKG_IPK_DIR)/usr/sbin/wlc: wlc.c libshared-
compile
+$(PKG_IPK_DIR)/usr/sbin/wlc: wlc.c libshared-
install
mkdir -p $(PKG_IPK_DIR)/usr/sbin
$(TARGET_CC) -o $@ $< -lshared -L./libshared -I$(SHARED_INCLUDE)
mkdir -p $(PKG_IPK_DIR)/usr/sbin
$(TARGET_CC) -o $@ $< -lshared -L./libshared -I$(SHARED_INCLUDE)
This page took
0.020083 seconds
and
4
git commands to generate.