Cancelling while buiding from source with make - what can it lead to?


up vote
0
down vote
favorite
Is it safe to cancel make
while it is running and do I have to do any clean-up afterwards?
Prestory: I wanted to install Node.js, the first thing I saw on the web was "compile it on your own", and so I did. Downloaded an archive, unpacked, run ./configure
, run make -j4
.
While make
was running I opened another terminal, wrote node
there, got the msg
The program 'node' is currently not installed.
You can install it by typing:
sudo apt install nodejs-legacy
and understood that I should have done this earlier. Now I am sitting and waiting for make
to finish, because I have no idea if I can already start
installing the thing using apt install
and if I can cancel make
.
I did some googling - trying to rephrase my question in multiple ways - but found nothing.
16.04 compiling make
add a comment |Â
up vote
0
down vote
favorite
Is it safe to cancel make
while it is running and do I have to do any clean-up afterwards?
Prestory: I wanted to install Node.js, the first thing I saw on the web was "compile it on your own", and so I did. Downloaded an archive, unpacked, run ./configure
, run make -j4
.
While make
was running I opened another terminal, wrote node
there, got the msg
The program 'node' is currently not installed.
You can install it by typing:
sudo apt install nodejs-legacy
and understood that I should have done this earlier. Now I am sitting and waiting for make
to finish, because I have no idea if I can already start
installing the thing using apt install
and if I can cancel make
.
I did some googling - trying to rephrase my question in multiple ways - but found nothing.
16.04 compiling make
3
To be certain, you'd need to look at exactly what action(s) are associated with the default target in theMakefile
- but by convention,make
on its own usually only creates files in the directory where it's being run - it's usually not until you execute a separatemake install
step that anything outside of that gets modified
â steeldriver
Mar 17 at 16:02
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Is it safe to cancel make
while it is running and do I have to do any clean-up afterwards?
Prestory: I wanted to install Node.js, the first thing I saw on the web was "compile it on your own", and so I did. Downloaded an archive, unpacked, run ./configure
, run make -j4
.
While make
was running I opened another terminal, wrote node
there, got the msg
The program 'node' is currently not installed.
You can install it by typing:
sudo apt install nodejs-legacy
and understood that I should have done this earlier. Now I am sitting and waiting for make
to finish, because I have no idea if I can already start
installing the thing using apt install
and if I can cancel make
.
I did some googling - trying to rephrase my question in multiple ways - but found nothing.
16.04 compiling make
Is it safe to cancel make
while it is running and do I have to do any clean-up afterwards?
Prestory: I wanted to install Node.js, the first thing I saw on the web was "compile it on your own", and so I did. Downloaded an archive, unpacked, run ./configure
, run make -j4
.
While make
was running I opened another terminal, wrote node
there, got the msg
The program 'node' is currently not installed.
You can install it by typing:
sudo apt install nodejs-legacy
and understood that I should have done this earlier. Now I am sitting and waiting for make
to finish, because I have no idea if I can already start
installing the thing using apt install
and if I can cancel make
.
I did some googling - trying to rephrase my question in multiple ways - but found nothing.
16.04 compiling make
16.04 compiling make
asked Mar 17 at 15:47
mike239x
1013
1013
3
To be certain, you'd need to look at exactly what action(s) are associated with the default target in theMakefile
- but by convention,make
on its own usually only creates files in the directory where it's being run - it's usually not until you execute a separatemake install
step that anything outside of that gets modified
â steeldriver
Mar 17 at 16:02
add a comment |Â
3
To be certain, you'd need to look at exactly what action(s) are associated with the default target in theMakefile
- but by convention,make
on its own usually only creates files in the directory where it's being run - it's usually not until you execute a separatemake install
step that anything outside of that gets modified
â steeldriver
Mar 17 at 16:02
3
3
To be certain, you'd need to look at exactly what action(s) are associated with the default target in the
Makefile
- but by convention, make
on its own usually only creates files in the directory where it's being run - it's usually not until you execute a separate make install
step that anything outside of that gets modifiedâ steeldriver
Mar 17 at 16:02
To be certain, you'd need to look at exactly what action(s) are associated with the default target in the
Makefile
- but by convention, make
on its own usually only creates files in the directory where it's being run - it's usually not until you execute a separate make install
step that anything outside of that gets modifiedâ steeldriver
Mar 17 at 16:02
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1016776%2fcancelling-while-buiding-from-source-with-make-what-can-it-lead-to%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
3
To be certain, you'd need to look at exactly what action(s) are associated with the default target in the
Makefile
- but by convention,make
on its own usually only creates files in the directory where it's being run - it's usually not until you execute a separatemake install
step that anything outside of that gets modifiedâ steeldriver
Mar 17 at 16:02