mirror of
https://abf.rosa.ru/djam/kernel-6.1.git
synced 2025-02-25 00:02:55 +00:00
Do not build the RPM with the sources by default
If anyone needs the sources of our kernel, they can easily get an SRPM, unpack it and run "rpmbuild -bp" to get the properly patched source tree. The configuration files for the different kernel flavours will also be available in that source tree, in arch/x86/configs/. Let us save a bit of a build time then and not build the RPM with the sources by default.
This commit is contained in:
parent
32b2537bcc
commit
7b27d594bb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
# Build defines
|
||||
%define build_doc 1
|
||||
%define build_source 1
|
||||
%define build_source 0
|
||||
%define build_devel 1
|
||||
%define build_debug 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue