projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move source file to src/ and let the kernel tree build the modules.
[openwrt.git]
/
toolchain
/
ipkg-utils
/
Makefile
diff --git
a/toolchain/ipkg-utils/Makefile
b/toolchain/ipkg-utils/Makefile
index
41c78fc
..
0183257
100644
(file)
--- a/
toolchain/ipkg-utils/Makefile
+++ b/
toolchain/ipkg-utils/Makefile
@@
-40,14
+40,11
@@
$(STAGING_DIR)/usr/bin/ipkg-build: $(PKG_BUILD_DIR)/.patched
install -m0755 $(PKG_BUILD_DIR)/ipkg.py $(STAGING_DIR)/usr/bin
source: $(DL_DIR)/$(PKG_SOURCE_FILE)
install -m0755 $(PKG_BUILD_DIR)/ipkg.py $(STAGING_DIR)/usr/bin
source: $(DL_DIR)/$(PKG_SOURCE_FILE)
-
prepare: $(PKG_BUILD_DIR)/.patched
prepare: $(PKG_BUILD_DIR)/.patched
-
compile:
compile:
-
install: $(STAGING_DIR)/usr/bin/ipkg-build
install: $(STAGING_DIR)/usr/bin/ipkg-build
-clean:
+clean:
FORCE
rm -f $(STAGING_DIR)/etc/ipkg.conf
rm -f $(STAGING_DIR)/usr/bin/ipkg*
rm -rf $(PKG_BUILD_DIR)
rm -f $(STAGING_DIR)/etc/ipkg.conf
rm -f $(STAGING_DIR)/usr/bin/ipkg*
rm -rf $(PKG_BUILD_DIR)
This page took
0.03319 seconds
and
4
git commands to generate.