Re: How do I compile properly after changing tcp_input.c etc?

Bart Trojanowski (bart@jukie.net)
Fri, 6 Apr 2001 22:09:32 -0400 (EDT)


On Fri, 6 Apr 2001, Bill Geissler wrote:

> I need to modify the tcp_input.c and tcp_output.c code
> for a thesis, and want to make sure that I don't mess
> things up when I recompile the code.
>
> What do I need to do to properly recompile the tcp
> functions with my modifications?

As long as you don't change the way the API is presented you need only to
run 'make bzImage' (or whatever you used before) from the root of a
preconfigued tree.

If you modify some functions or structures you may need to run 'make
mrproper' (cleans out all versioning info and configuration) and then run
your usual 'make ____'.

> Any info would be appreciated.

Cheers,
Bart.

-- 
	WebSig: http://www.jukie.net/~bart/sig/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/