summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-14 02:52:32 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-14 02:52:32 +0000
commit0b1d6144082f12667f1e06d4602701ca39f0c2ab (patch)
tree2e37e217e6b89f3d4e77a5f23ec969b1e0867ebb /openwrt
parent10cba154e9d639b5463d8a5a2e2f69aae1c01297 (diff)
unneeded cleans
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@365 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 04a07ddbf..8342bab86 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -109,9 +109,6 @@ clean: target_clean
@$(MAKE) -C $(CONFIG) clean
dirclean: clean
- rm -rf $(STAMP_DIR)
- $(MAKE) -C package clean
- $(MAKE) -C target clean
rm -rf $(BUILD_DIR)
distclean: clean