This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Cleanup $symbolic_link vs. $LN_S


*** aclocal.m4	27 Sep 2004 22:51:36 -0000	1.97
--- aclocal.m4	6 Oct 2004 08:51:40 -0000
***************
*** 126,133 ****
--- 126,138 ----
    then
      gcc_cv_prog_LN_S=ln
    else
+     if cp -p conftestdata_f conftestdata_t 2>/dev/null
+     then
+       gcc_cv_prog_LN_S=ln
^^ shouldn't this be "cp -p" ?
+     else
        gcc_cv_prog_LN_S=cp
      fi
+   fi
  fi
  rm -f conftestdata_f conftestdata_t
  ])dnl




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]