# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #78126]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78126 >


Currently in Rakudo Star, 'make' only builds the compiler, and 'make
install' builds the modules and installs them.

If somebody wants to install into a location that's not writable by the
current user, it is important that the 'make install' step (usually
executed with sudo) doesn't create local files with the current user ID.

So 'make' should build rakudo and the module, and 'make install' should
do no building at all, but just installing.

Cheers,
Moritz

Reply via email to