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:
36542cb
)
build: re-add removed clean statement
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 9 Jul 2009 15:26:23 +0000
(15:26 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 9 Jul 2009 15:26:23 +0000
(15:26 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 775820cb1b43022de83299188099dfe3590524c1..905206701d83f41a241937f75ddd6b15997c0e97 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-28,6
+28,7
@@
i18nbuild:
./build/i18n-po2lua.pl ./po host/lua-po
clean:
+ rm -rf docs
make -C libs/lmo host-clean
for i in $(MODULES); do make -C$$i clean; done