projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
725966a
)
call Build/Clean for clean: in package makefiles
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 31 Mar 2007 13:45:50 +0000
(13:45 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 31 Mar 2007 13:45:50 +0000
(13:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6773
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index
c7b2a43
..
f31fc50
100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-124,5
+124,6
@@
compile:
install:
clean: FORCE
$(Build/UninstallDev)
+ $(Build/Clean)
@rm -f $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed
@rm -rf $(PKG_BUILD_DIR)
This page took
0.019953 seconds
and
4
git commands to generate.