projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae6571a
)
Allow extracting in non-standard PKG_BUILD_DIR
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 May 2005 01:45:56 +0000
(
01:45
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 May 2005 01:45:56 +0000
(
01:45
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@865
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/rules.mk
patch
|
blob
|
history
diff --git
a/package/rules.mk
b/package/rules.mk
index
76322e1
..
51be458
100644
(file)
--- a/
package/rules.mk
+++ b/
package/rules.mk
@@
-35,7
+35,8
@@
endif
ifneq ($(strip $(PKG_CAT)),)
$(PKG_BUILD_DIR)/.prepared: $(DL_DIR)/$(PKG_SOURCE)
rm -rf $(PKG_BUILD_DIR)
- $(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+ mkdir -p $(PKG_BUILD_DIR)
+ $(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | tar -C $(PKG_BUILD_DIR)/.. $(TAR_OPTIONS) -
if [ -d ./patches ]; then \
$(PATCH) $(PKG_BUILD_DIR) ./patches ; \
fi
This page took
0.019991 seconds
and
4
git commands to generate.