(making links to `src'): Keep timestamp on copied files.
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Sep 1997 12:32:49 +0000 (12:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Sep 1997 12:32:49 +0000 (12:32 +0000)
make-dist

index 6b910af..fb60c85 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -344,12 +344,12 @@ echo "Making links to \`src'"
      # test -f appears to succeed for a symlink
      if test -L ../${tempdir}/src/$file; then
        rm ../${tempdir}/src/$file
-       cp $file ../${tempdir}/src
+       cp -p $file ../${tempdir}/src
        chmod a-w ../${tempdir}/src/$file
      fi
    else
      rm ../${tempdir}/src/$file
-     cp $file ../${tempdir}/src
+     cp -p $file ../${tempdir}/src
      chmod a-w ../${tempdir}/src/$file
    fi
  done