diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ install_kernel: mrproper distclean: clean find . -noleaf \( -name '*~' -o -name '#*' -o -name '*.orig' -o -name '*.rej' -o -name '*.old' \) -print0 | xargs -0 rm -f - -rm -f include/config.h Makefile.conf config.* + -rm -f include/config.h Makefile.conf config.* .autofs-* + touch .autofs-`cat .version` TODAY := $(shell date +'%Y%m%d') |