projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
061bed4
)
oops, previous commit was broken. remove wrong line break.
author
lars
<lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Sep 2008 16:17:28 +0000
(16:17 +0000)
committer
lars
<lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Sep 2008 16:17:28 +0000
(16:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12570
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index
d375130
..
d67a386
100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-95,8
+95,7
@@
define Build/DefaultTargets
)
$(call Build/InstallDev,$(TMP_DIR)/stage-$(PKG_NAME),$(TMP_DIR)/stage-$(PKG_NAME)/host)
$(foreach hook,$(Hooks/InstallDev/Post),\
- $(call $(hook),$(TMP_DIR)/stage-$(PKG_NAME),$(TMP_DIR)/stage-$(PKG_NAME)/host
-)$(sep)\
+ $(call $(hook),$(TMP_DIR)/stage-$(PKG_NAME),$(TMP_DIR)/stage-$(PKG_NAME)/host)$(sep)\
)
if [ -d $(TMP_DIR)/stage-$(PKG_NAME) ]; then \
(cd $(TMP_DIR)/stage-$(PKG_NAME); find ./ > $(STAGING_DIR)/packages/$(PKG_NAME).list); \
This page took
0.023787 seconds
and
4
git commands to generate.