# HG changeset patch # User Karl Heuer # Date 810927933 0 # Node ID e8551f167c9e287cd3236b798a0918cef5db59f7 # Parent 92a2d7c7def30d85afc63890d0da4f391fdcd643 (src/paths.h, paths-force): Use paths.h.$$ instead of paths.h.tmp$$, to avoid going beyond 14 characters. diff -r 92a2d7c7def3 -r e8551f167c9e Makefile.in --- a/Makefile.in Tue Sep 12 17:39:01 1995 +0000 +++ b/Makefile.in Tue Sep 12 17:45:33 1995 +0000 @@ -205,7 +205,7 @@ @echo "Producing \`src/paths.h' from \`src/paths.in'." @(lisppath=`echo ${lisppath} | ${removenullpaths}` ; \ buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \ - sed < ${srcdir}/src/paths.in > paths.h.tmp$$$$ \ + sed < ${srcdir}/src/paths.in > paths.h.$$$$ \ -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \ -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \ -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \ @@ -214,14 +214,14 @@ -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \ -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \ -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";') && \ - ${srcdir}/move-if-change paths.h.tmp$$$$ src/paths.h + ${srcdir}/move-if-change paths.h.$$$$ src/paths.h # For `make all', # we force the rebuilding of src/paths.h because the user might give # make different values for the various directories. Since we use # move-if-change, src/paths.h only actually changes if the user did # something notable, so the only unnecessary work we do is in building -# paths.h.tmp$$$$, which isn't much. +# paths.h.$$, which isn't much. # Note that sed is not in /bin on 386bsd. # We depend on src/paths.h here to prevent simultaneous execution of # that rule and this one, in a parallel make. @@ -230,7 +230,7 @@ @echo "Producing \`src/paths.h' from \`src/paths.in'." @(lisppath=`echo ${lisppath} | ${removenullpaths}` ; \ buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \ - sed < ${srcdir}/src/paths.in > paths.h.tmp$$$$ \ + sed < ${srcdir}/src/paths.in > paths.h.$$$$ \ -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \ -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \ -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \ @@ -239,7 +239,7 @@ -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \ -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \ -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";') && \ - ${srcdir}/move-if-change paths.h.tmp$$$$ src/paths.h + ${srcdir}/move-if-change paths.h.$$$$ src/paths.h src: lib-src FRC src/paths.h