angristan / angristan/LinuxKernelBuild
Changing destination directory for kernel .deb files
- Lingua principale
- Shell
- Stelle
- 6
- Fork
- 5
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
When compiling the kernel with `make -j $(getconf _NPROCESSORS_ONLN) deb-pkg` the resulting .deb packages are generated in the parent directory.
Is there a way to choose a specific directory where those packages will be placed?
I have researched this issue and found partial answers about modifying `scripts/package/debian/rules` or various makefiles, but nothing has worked so far.
Using environment variables like `DESTDIR=/path/to/dir` or `OUTPUT_DIRECTORY=/path/to/dir` with the make command also did not work.
Starting to think that this might be impossible.
Would you happen to know something about this?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.