aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-03-14 02:52:32 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-03-14 02:52:32 +0000
commit18a16e83ec84f09a203c077702665315570bf7b1 (patch)
tree098c2c1d4f5daef997cb3881c54feb5883e674ce /Makefile
parent9f0b9d53527656371a7eac8aac50279fab9e83ec (diff)
downloadupstream-18a16e83ec84f09a203c077702665315570bf7b1.tar.gz
upstream-18a16e83ec84f09a203c077702665315570bf7b1.tar.bz2
upstream-18a16e83ec84f09a203c077702665315570bf7b1.zip
unneeded cleans
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@365 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 04a07ddbf6..8342bab86b 100644
--- a/Makefile
+++ b/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