diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-14 02:52:32 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-14 02:52:32 +0000 |
commit | 18a16e83ec84f09a203c077702665315570bf7b1 (patch) | |
tree | 098c2c1d4f5daef997cb3881c54feb5883e674ce /Makefile | |
parent | 9f0b9d53527656371a7eac8aac50279fab9e83ec (diff) | |
download | upstream-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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |