projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b84259d
)
don't copy .o files when copying the local source tree
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 28 Jun 2008 23:20:14 +0000
(23:20 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 28 Jun 2008 23:20:14 +0000
(23:20 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 5e74ea63ae1883417f126c0b114b92e985bb1be5..6c92504195c5e5de8ac1d6bae4471aa63e7f04a0 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-36,7
+36,7
@@
include $(INCLUDE_DIR)/package.mk
ifeq ($(USELOCAL),1)
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
- $(TAR) c -C ../../../ . --exclude=.pc --exclude='boa-0*' --exclude=.svn --exclude=.git | tar x -C $(PKG_BUILD_DIR)/
+ $(TAR) c -C ../../../ . --exclude=.pc --exclude='boa-0*' --exclude=.svn --exclude=.git
--exclude='*.o'
| tar x -C $(PKG_BUILD_DIR)/
endef
endif