I want to run gmake when I run make, so I am creating a symbolic link. My gmake is inside /usr/local/dist. My make is inisde /usr/ccs/bin.
Is this the correct command: ln -s /usr/local/dist/gmake /usr/ccs/bin/make
My confusion is, do I even care about /usr/ccs/bin/make? I am making a symbolic link so if I type "make" anywhere it should just run gmake at /usr/local/dist right?
So should the command be: ln -s /usr/local/dist/gmake make?
makepoints to at the moment. Trywhich makeand thenls -al <the folder given by previous command>. Some distros have make as a symlink to gmake as standard. – Trengot May 29 '14 at 13:13cdcommand was. – Mikel May 29 '14 at 13:37