Menu

#57 Remove "su root" from makefile

open
nobody
None
5
2015-09-26
2015-09-26
kbinani
No

"su root" is hard-coded in makefile.
This may spoil flexibility about an install destination.

--- a/makefile
+++ b/makefile
@@ -20,5 +20,5 @@ test :
    cd test ; make -f posix.mak

 install :

-   cd install ; su root -c "make -f install.mak" 
+   cd install ; make -f install.mak

Discussion


Log in to post a comment.

MongoDB Logo MongoDB