]> sourceware.org Git - automake.git/commitdiff
(dist-info):
authorJim Meyering <jim@meyering.net>
Sat, 4 Mar 2000 08:56:13 +0000 (08:56 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Mar 2000 08:56:13 +0000 (08:56 +0000)
Don't use `ln' (which was just a space optimization anyway) to
populate $(distdir).  Otherwise, the dist rules that change
permissions would end up affecting the master sources.

lib/am/texinfos.am
texinfos.am

index da022d84b2b5d84a8b9310eaa65d7ba24b9f190e..9f63f02ebcea974959327789b9da7ae6556f8bc5 100644 (file)
@@ -1,5 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994-98, 1999 Free Software Foundation, Inc.
+## Copyright (C) 1994-98, 1999, 2000 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -203,7 +203,6 @@ NOTCYGNUS     d=$(srcdir); \
 CYGNUS   if test -f $$base; then d=.; else d=$(srcdir); fi; \
          for file in `CDPATH=: && cd $$d && eval echo $$base*`; do \
            test -f $(distdir)/$$file \
-           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
            || cp -p $$d/$$file $(distdir)/$$file; \
          done; \
        done
index da022d84b2b5d84a8b9310eaa65d7ba24b9f190e..9f63f02ebcea974959327789b9da7ae6556f8bc5 100644 (file)
@@ -1,5 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994-98, 1999 Free Software Foundation, Inc.
+## Copyright (C) 1994-98, 1999, 2000 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -203,7 +203,6 @@ NOTCYGNUS     d=$(srcdir); \
 CYGNUS   if test -f $$base; then d=.; else d=$(srcdir); fi; \
          for file in `CDPATH=: && cd $$d && eval echo $$base*`; do \
            test -f $(distdir)/$$file \
-           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
            || cp -p $$d/$$file $(distdir)/$$file; \
          done; \
        done
This page took 0.028983 seconds and 5 git commands to generate.