chiark / gitweb /
build system: Rename stamp-h to config.stamp
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 19 Oct 2019 21:05:40 +0000 (22:05 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 18:16:15 +0000 (19:16 +0100)
This makes more sense and gets it out of the way of "st..." tab
completion which we are going to want in a momen.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.gitignore
Makefile.in
configure
configure.in

index 8db83a40262b725dbe8b7435ca3448daad074f51..cd8f5885c984c4084c63e816a59df09c417ae30c 100644 (file)
@@ -12,7 +12,7 @@ conffile.yy.[ch]
 /config.log
 /config.h
 /config.status
-/stamp-h
+/config.stamp
 Makefile
 /common.make
 
index 45b4866904206ead6dbe38c967b95cc5e0e250b7..0328c1cc7af320e440991f4fceb9296135858351 100644 (file)
@@ -87,13 +87,13 @@ ${srcdir}/configure: configure.in
        cd ${srcdir} && autoconf
 
 # autoheader might not change config.h.in, so touch a stamp file.
-${srcdir}/config.h.in: stamp-h.in
-${srcdir}/stamp-h.in: configure.in
+${srcdir}/config.h.in: config.stamp.in
+${srcdir}/config.stamp.in: configure.in
        cd ${srcdir} && autoheader
-       echo timestamp > ${srcdir}/stamp-h.in
+       echo timestamp > ${srcdir}/config.stamp.in
 
-config.h: stamp-h
-stamp-h: config.h.in config.status
+config.h: config.stamp
+config.stamp: config.h.in config.status
        ./config.status
 
 Makefile: Makefile.in config.status
@@ -205,7 +205,7 @@ clean:
 realclean:     clean
        $(RM) -f *~ Makefile config.h  *.d \
        config.log config.status config.cache \
-       stamp-h Makefile.bak
+       config.stamp Makefile.bak
 
 distclean:     realclean
 
index 2519136b14105963c30bdfc4d9db66e6417c84f0..4321ed61c87a62d531f5ddc9e66e24bef5731de4 100755 (executable)
--- a/configure
+++ b/configure
@@ -5994,7 +5994,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
 
 
   case $ac_file$ac_mode in
-    "default":C) echo timestamp >stamp-h ;;
+    "default":C) echo timestamp >config.stamp ;;
 
   esac
 done # for ac_tag
index b021d579c890000ed9fa0aa6e2e6987f21bbca68..658f9bb159c1fa98329aee311fb6e1846343c7ad 100644 (file)
@@ -96,7 +96,7 @@ else
     AC_MSG_WARN([Disabling IPv6 support])
 fi
 
-AC_OUTPUT(Makefile common.make test/Makefile, echo timestamp >stamp-h)
+AC_OUTPUT(Makefile common.make test/Makefile, echo timestamp >config.stamp)
 
 AH_TOP([
 #ifndef _CONFIG_H