diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-07 17:21:59 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-07 17:21:59 +0000 |
commit | 477605c70c609bd52541cc95d69e2081e98206ff (patch) | |
tree | 3edf3ef534f5d7065559bc9d9ac7948ebbd7a0fa /kconfig/Makefile | |
parent | 8b99fa0955f7aef66b3c377f650d0195fed3aa92 (diff) | |
download | crosstool-ng-477605c70c609bd52541cc95d69e2081e98206ff.tar.gz crosstool-ng-477605c70c609bd52541cc95d69e2081e98206ff.tar.bz2 crosstool-ng-477605c70c609bd52541cc95d69e2081e98206ff.zip |
Clean a little bit more.
Diffstat (limited to 'kconfig/Makefile')
-rw-r--r-- | kconfig/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile index ee71cca9..39a6e763 100644 --- a/kconfig/Makefile +++ b/kconfig/Makefile @@ -95,6 +95,8 @@ $(obj)/conf:: $(SHIPPED) $(CT_LIB_DIR)/kconfig/conf.c clean:: @rm -f $(CT_TOP_DIR)/kconfig/{,m}conf + @rmdir --ignore-fail-on-non-empty $(CT_TOP_DIR)/kconfig + @rm -f $(CT_TOP_DIR)/config @rm -rf $(CT_TOP_DIR)/config.gen distclean:: |