El 2003-09-06 a las 11:15, Sid Boyce escribió:
make clean && make bzImage && make modules && make modules_install
If the first task is successful, it goes on to the next, if it's not
I know I can use that. But that doesn't explain why I should not do instead: make clean bzImage modules modules_install as I ever did. What is the difference? Why not? It is less typing. There must be a reason, a good technical reason that explains why:
make cloneconfig dep
is different and worse than:
make cloneconfig make dep
I don't know if I made my doubt clear :-? Does it mean that the one line method (make target1 target2) does not make one target after the other? Are the targets reversed? Are the targets made in parallel, interspersed? -- Saludos Carlos Robinson
participants (1)
-
Carlos E. R.