[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Makefile
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 8 Sep 2006 17:21:14 -0300
> May I suggest that the Lua Makefile for the command "make install"
> call cp -p instead of just plain cp? This is standard for almost any
> Makefile and has the added bonus that on OSX, you don't have to run
> ranlib on liblua.a after its copied.
"cp -p" would be ideal, but I seem to recall that there were problems
with the -p flag when we last discussed this here. Unfortunately, I
can't find the anything relevant about it in the archives right now.
--lhf