I know that the gmake
were installed in the /usr/local/bin
. Trying to execute the make
script directly from this folder I ran the command
root@one: /usr/local/bin# ./make /volumes/openssh-6.1p1/Makefile
to perform the second step of installing openssh
(see Using gmake ) after having done ./configure
. As a result, received messages
make: Warning: File `/volumes/openssh-6.1p1/Makefile' has modification time 39006 s in the future make: Nothing to be done for `/volumes/openssh-6.1p1/Makefile'. make: warning: Clock skew detected. Your build may be incomplete.
What command should be executed with gmake
from the /usr/local/bin
with the make
binary to perform the second step of installing openssh
?
make
in theMakefile
directory works. - ivan89 2:26 pm