Hi,
Apologized me if I post to the wrong place.
I am reading FDP primer and got stuck in at chapter 8.3. I wonder about the meaning or the purposes of each environment variables used in Makefile. They are
WEB_PREFIX
WEBDIR
WEBBASE
DESTDIR
I raise this up since I try to get rid of /data from the default DESTDIR, ${HOME}/public_html by
[cmd=""]% make WEBDIR= WEBBASE= all install[/cmd]
I still have /data under ~/public_html and all documents are scattered among many subdirectories.
Would you please explain me what the meaning or the pursoses of those environment variables in Makefile are ?
I run the above command as a normal user that belong to or a member of www group not as root.
Many thanks in advance indeed for your times.
Apologized me if I post to the wrong place.
I am reading FDP primer and got stuck in at chapter 8.3. I wonder about the meaning or the purposes of each environment variables used in Makefile. They are
WEB_PREFIX
WEBDIR
WEBBASE
DESTDIR
I raise this up since I try to get rid of /data from the default DESTDIR, ${HOME}/public_html by
[cmd=""]% make WEBDIR= WEBBASE= all install[/cmd]
I still have /data under ~/public_html and all documents are scattered among many subdirectories.
Would you please explain me what the meaning or the pursoses of those environment variables in Makefile are ?
I run the above command as a normal user that belong to or a member of www group not as root.
Many thanks in advance indeed for your times.