On Mon, Aug 11, 2014 at 9:25 PM, Roy Stogner <royst...@ices.utexas.edu> wrote:
>
> I'm not sure what the best fix is on our end.  Anyone know if it's
> portable to just tack "-f" onto whatever AC_PROG_LN_S provides, even
> on systems where that's not simply "ln -s"?

I bet it would work on all systems we care about or even potentially
some day would care about.

$(LN_S) apparently expands to "cp" on Windows [0] (ha!) but even cp
accepts a -f flag.

But in this case, I think the correct fix was probably to try what you
suggested, 'make distclean' or 'rm -rf build'.

[0]: https://lists.gnu.org/archive/html/bug-autoconf/2011-12/msg00006.html

-- 
John

------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to