Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
procps-ng
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
procps-ng
Commits
b85c6166
Commit
b85c6166
authored
May 26, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded procps-ng to 3.3.16
parent
f5ae731d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+7
-7
procps-ng-3.3.15.tar.xz
procps-ng-3.3.15.tar.xz
+0
-0
procps-ng-3.3.16.tar.xz
procps-ng-3.3.16.tar.xz
+0
-0
No files found.
Makefile
View file @
b85c6166
all
:
tar
xf procps-ng-3.3.1
5
.tar.xz
cd
procps-ng-3.3.1
5
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--exec-prefix
=
--libdir
=
/usr/lib
--docdir
=
/usr/share/doc/procps-ng-3.3.15
--disable-static
--disable-kill
--with-systemd
$(MAKE)
-C
procps-ng-3.3.1
5
cd
procps-ng-3.3.1
5
&&
sed
-i
-r
's|(pmap_initname)\\\$$|\1|'
testsuite/pmap.test/pmap.exp
tar
xf procps-ng-3.3.1
6
.tar.xz
cd
procps-ng-3.3.1
6
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--exec-prefix
=
--libdir
=
/usr/lib
--docdir
=
/usr/share/doc/procps-ng-3.3.16
--disable-static
--disable-kill
--with-systemd
$(MAKE)
-C
procps-ng-3.3.1
6
cd
procps-ng-3.3.1
6
&&
sed
-i
-r
's|(pmap_initname)\\\$$|\1|'
testsuite/pmap.test/pmap.exp
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
procps-ng-3.3.1
5
check
;
\
$(MAKE)
-C
procps-ng-3.3.1
6
check
;
\
fi
$(MAKE)
-C
procps-ng-3.3.1
5
install
$(MAKE)
-C
procps-ng-3.3.1
6
install
mv
-v
/usr/lib/libprocps.so.
*
/lib
ln
-sfv
../../lib/
$$
(
readlink
/usr/lib/libprocps.so
)
/usr/lib/libprocps.so
rm
-rf
procps-ng-3.3.1
5
rm
-rf
procps-ng-3.3.1
6
procps-ng-3.3.15.tar.xz
deleted
100644 → 0
View file @
f5ae731d
File deleted
procps-ng-3.3.16.tar.xz
0 → 100644
View file @
b85c6166
File added
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