I'm building a custom Ubuntu kernel and have modified one of the source files. When I issue the build command:
NOEXTRAS=1 skipabi=true skipmodule=true fakeroot debian/rules binary-insp8600
it rebuilds the debs, but none of the modified source files are rebuilt.
What's up? Do I have to do a completely clean rebuild every time I modify a source file?
That doesn't make any sense.
The file modified was ./init/main.c
.
As a note binary-insp8600 is a custom flavor I created for my Inspiron 8600 laptop.