Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
util-linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
util-linux
Commits
3ea5c3bc
Commit
3ea5c3bc
authored
Sep 01, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated util-linux to 2.34
parent
1a0c1d75
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile
Makefile
+6
-6
build.xml
build.xml
+2
-2
util-linux-2.34.tar.xz
util-linux-2.34.tar.xz
+0
-0
No files found.
Makefile
View file @
3ea5c3bc
all
:
tar
xf util-linux-2.3
2
.tar.xz
tar
xf util-linux-2.3
4
.tar.xz
mkdir
-pv
/var/lib/hwclock
cd
util-linux-2.3
2
&&
./configure
--build
=
$(CLFS_TARGET)
ADJTIME_PATH
=
/var/lib/hwclock/adjtime
--docdir
=
/usr/share/doc/util-linux-2.32
--disable-chfn-chsh
--disable-login
--disable-nologin
--disable-su
--disable-setpriv
--disable-runuser
--disable-pylibmount
--disable-static
$(MAKE)
-C
util-linux-2.3
2
cd
util-linux-2.3
4
&&
./configure
--build
=
$(CLFS_TARGET)
ADJTIME_PATH
=
/var/lib/hwclock/adjtime
--docdir
=
/usr/share/doc/util-linux-2.34
--disable-chfn-chsh
--disable-login
--disable-nologin
--disable-su
--disable-setpriv
--disable-runuser
--disable-pylibmount
--disable-static
$(MAKE)
-C
util-linux-2.3
4
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
cd
util-linux-2.3
2
;
\
cd
util-linux-2.3
4
;
\
chown
-Rv
nobody
.
;
\
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -k check"
;
\
fi
$(MAKE)
-C
util-linux-2.3
2
install
rm
-rf
util-linux-2.3
2
$(MAKE)
-C
util-linux-2.3
4
install
rm
-rf
util-linux-2.3
4
build.xml
View file @
3ea5c3bc
<project
name=
"util-linux"
>
<target
name=
"temporary-util-linux"
>
<property
name=
"makedir"
value=
"${builddir}/util-linux-2.3
2
"
/>
<property
name=
"makedir"
value=
"${builddir}/util-linux-2.3
4
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/util-linux/util-linux-2.3
2
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/util-linux/util-linux-2.3
4
.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
...
...
util-linux-2.3
2
.tar.xz
→
util-linux-2.3
4
.tar.xz
View file @
3ea5c3bc
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment