Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seblu
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archlinux
linux-seblu
Commits
73c18dc1
Commit
73c18dc1
authored
1 year ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
Fix PKGBUILD
parent
921f8a39
No related branches found
No related tags found
No related merge requests found
Pipeline
#541
passed with stages
in 51 minutes
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PKGBUILD
+6
-13
6 additions, 13 deletions
PKGBUILD
with
6 additions
and
13 deletions
PKGBUILD
+
6
−
13
View file @
73c18dc1
...
...
@@ -59,24 +59,17 @@ prepare() {
# each make call. Secondly, it is later used by tools (e.g dkms) to build
# out-of-tree modules.
echo
-e
"
\n
LLVM = 1
\n
LLVM_IAS = 1
\n
export LLVM LLVM_IAS"
>>
scripts/Kbuild.include
msg2
'Make prepare'
make prepare
}
pkgver
()
{
cd
linux
make
-s
kernelversion|tr
'-'
'_'
make
-C
linux
-s
kernelversion|tr
'-'
'_'
}
build
()
{
cd
linux
msg2
'Make prepare'
make prepare
msg2
'Make kernel'
make vmlinux
msg2
'Make modules'
make modules
make
-C
linux all
}
package
()
{
...
...
@@ -84,7 +77,7 @@ package() {
# get real compiled kernel version
kernrel
=
$(
make kernelrelease
)
pkgdesc+
=
",
version
$kernrel
"
pkgdesc+
=
",
release
$kernrel
"
pkgname
=
"linux-
$kernrel
"
provides
=(
"linux=
$pkgver
"
"linux-headers=
$pkgver
"
VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment