lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I am suggesting that we add the following to the makefile.
I use this makefile for my base of  builds  (using GNU make) on
different OSs. The "mkdir" and "find" I always patch. It would be
nice if they were in a macro.

Where we have
INSTALL_EXEC= cp
INSTALL_DATA= cp

add
INSTALL_FIND= find
INSTALL_MKDIR=mkdir -p

DB