[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: gmake for openldap stable 981025



Per Make-common.gmake:

# This template should be used by systems with Gnu Make.
#
# If Gnu make is not installed as make, you must uncomment out
# this line.
#MAKE=gmake


At 11:25 AM 10/27/98 -0500, wesley.craig@umich.edu wrote:
>There are several places in the (created, I think) Makefiles where the
>user-invoked "make" is replaced by the program "make".  To wit:
>
>  cd libraries; gmake  all
>gmake[1]: Entering directory `/usr/local/users/wes/ldap/libraries'
>making all in /usr/local/users/wes/ldap/libraries
>
>  cd libavl; make -w all
>Usage : make [ -f makefile ][ -K statefile ]... [ -d ][ -dd ][ -D ][ -DD ]
>             [ -e ][ -i ][ -k ][ -n ][ -p ][ -P ][ -q ][ -r ][ -s ][ -S ][
-t ]
>             [ -V ][ target... ][ macro=value... ]
>
>Note that while the "libraries" directory is invoked with gmake,
>"libavl" is invoked, incorrectly, with make.  Correct use of the $MAKE
>make variable should fix this problem.
>
>:wes
>
>
>