LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   differences between "make install" and "make paranoid-install" ? (https://www.linuxquestions.org/questions/linux-newbie-8/differences-between-make-install-and-make-paranoid-install-270717/)

Xavius 12-27-2004 04:38 AM

differences between "make install" and "make paranoid-install" ?
 
installing a program, what are the differences between the commands

"make install" and "make paranoid-install" ?

:study:

thanks

JunctaJuvant 12-27-2004 07:56 AM

The difference is in the targets "install" and "paranoid-install".
I think you'd have to read the makefile to see exactly what the difference is, you can open "Makefile" in a text editor and scroll down to a section beginning with "install:" or "paranoid-install:"
My understanding is that the make program parses (reads) the file called "Makefile" and looks for the target if specified (such as "clean:", "all:", "install:") and then executes the commands associated with the target (such as compiling, or deleting files).
If you edit the makefile, you can probably call it "make hootnanny" or "make whoopee" or whatever :)
But I could be wrong of course, so you could allways read the GNU Make Manual and correct me if I am.

crabpot8 03-21-2009 11:06 PM

Xavius,

I had a similar question, and there were some really good answers.


See http://www.linuxquestions.org/questi...=1#post3483416

John VV 03-22-2009 02:50 AM

you do need to read those Makefile 's sometimes. A good example is ClamAV
" make sense " some dev's have do have to much fun sometimes, and cam set a make option to ????? , hootnanny, or whatever.


All times are GMT -5. The time now is 09:34 AM.