[cs615asa] Ubuntu package - sources list?

Jan Schaumann jschauma at stevens.edu
Sat Feb 11 15:47:49 EST 2012


Tejas <tnadkarn at stevens.edu> wrote:
> It's huge, I'm still waiting for bmake to finish on gcc and it's been
> going (scrolling) for over 5 minutes!

You can remove the output of any successful compilation in your
submission, but you probably want to capture it to get whatever may go
wrong and then comment on how you solved the problem.

That is:

some/package$ bmake
[...]
some/package$ echo $?
0
some/package$ 

is fine (ie using "[...]" to elide verbose output of successful builds).

But it's important that you keep track of what may go wrong and in your
notes explain what the errors mean and how you overcame the problems.

-Jan


More information about the cs615asa mailing list