この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
linux:debian:sid:linux-5.9 [2020/10/19 06:35] matoken |
linux:debian:sid:linux-5.9 [2020/10/19 22:13] (現在) matoken [package source] |
||
---|---|---|---|
ライン 49: | ライン 49: | ||
``` | ``` | ||
$ time make -j`nproc` bindeb-pkg | $ time make -j`nproc` bindeb-pkg | ||
+ | : | ||
+ | dpkg-deb: building package 'linux-libc-dev' in '../linux-libc-dev_5.9.1-1_amd64.deb'. | ||
+ | dpkg-deb: building package 'linux-image-5.9.1' in '../linux-image-5.9.1_5.9.1-1_amd64.deb'. | ||
+ | dpkg-deb: building package 'linux-image-5.9.1-dbg' in '../linux-image-5.9.1-dbg_5.9.1-1_amd64.deb'. | ||
+ | dpkg-genbuildinfo --build=binary | ||
+ | dpkg-genchanges --build=binary >../linux-5.9.1_5.9.1-1_amd64.changes | ||
+ | dpkg-genchanges: info: binary-only upload (no source code included) | ||
+ | dpkg-source --after-build . | ||
+ | dpkg-buildpackage: info: binary-only upload (no source included) | ||
+ | |||
+ | real 205m59.829s | ||
+ | user 561m11.744s | ||
+ | sys 46m38.760s | ||
+ | $ ls -s1 ../*5.9.1*.deb | ||
+ | 7804 ../linux-headers-5.9.1_5.9.1-1_amd64.deb | ||
+ | 634076 ../linux-image-5.9.1-dbg_5.9.1-1_amd64.deb | ||
+ | 49544 ../linux-image-5.9.1_5.9.1-1_amd64.deb | ||
+ | 1096 ../linux-libc-dev_5.9.1-1_amd64.deb | ||
+ | $ sudo apt install ../linux-image-5.9.1_5.9.1-1_amd64.deb ../linux-headers-5.9.1_5.9.1-1_amd64.deb ../linux-libc-dev_5.9.1-1_amd64.deb | ||
+ | |||
``` | ``` | ||