projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e7f4e
)
clean up after staging packages
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Dec 2007 02:19:48 +0000
(
02:19
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Dec 2007 02:19:48 +0000
(
02:19
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9909
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index
c3e2b6f
..
9097d7b
100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-82,6
+82,7
@@
define Build/DefaultTargets
(cd $(TMP_DIR)/stage-$(PKG_NAME)/host; find > $(STAGING_DIR_HOST)/packages/$(PKG_NAME).list); \
$(CP) $(TMP_DIR)/stage-$(PKG_NAME)/host/* $(STAGING_DIR_HOST)/; \
fi
+ rm -rf $(TMP_DIR)/stage-$(PKG_NAME)
touch $$@
ifdef Build/InstallDev
This page took
0.022466 seconds
and
4
git commands to generate.