How to disable building of -dbg Debian package?

Bjørn Mork bjorn at mork.no
Fri Sep 30 07:21:34 EDT 2016


Aleksander Alekseev <afiskon at devzen.ru> writes:

> Hello.
>
> I'm building Linux kernel like this:
>
> ```
> cp /boot/config-$(uname -r) ./.config
> make olddefconfig
> make -j4 deb-pkg LOCALVERSION=-custom
> ```
>
> Resulting files are (for 4.7.0 kernel):
>
> ```
>    966694 linux-firmware-image-4.7.0-custom_4.7.0-custom-1_amd64.deb
>  10316460 linux-headers-4.7.0-custom_4.7.0-custom-1_amd64.deb
>  45639036 linux-image-4.7.0-custom_4.7.0-custom-1_amd64.deb
> 471400164 linux-image-4.7.0-custom-dbg_4.7.0-custom-1_amd64.deb
>    851664 linux-libc-dev_4.7.0-custom-1_amd64.deb
> ```

Maybe the relatively new "bindeb-pkg" target is closer to what you want?
See "make help" for all alternatives.



Bjørn



More information about the Kernelnewbies mailing list