diff options
author | H. Peter Anvin <hpa@zytor.com> | 1998-03-29 10:44:54 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 1998-03-29 10:44:54 +0000 |
commit | 20cc2e22ea84edce9845b2e22f67fca59705294f (patch) | |
tree | 19d622097dcc3e0d41a9b6968b61d4c0ea30fb19 | |
parent | 3d43c5ffc90e497d84a6cbc549fa05ace8f76572 (diff) | |
download | autofs3-20cc2e22ea84edce9845b2e22f67fca59705294f.tar.gz autofs3-20cc2e22ea84edce9845b2e22f67fca59705294f.tar.xz autofs3-20cc2e22ea84edce9845b2e22f67fca59705294f.zip |
Make sure we update the .autofs- file when we need to
-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') |