Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
attr
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
attr
Commits
2b89c927
Commit
2b89c927
authored
Jun 27, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded attr to 2.5.1
parent
47ba1ace
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Makefile
Makefile
+10
-10
attr-2.4.48.tar.gz
attr-2.4.48.tar.gz
+0
-0
attr-2.5.1.tar.gz
attr-2.5.1.tar.gz
+0
-0
No files found.
Makefile
View file @
2b89c927
all
:
all
:
tar
xf attr-2.
4.48
.tar.gz
tar
xf attr-2.
5.1
.tar.gz
cd
attr-2.
4.48
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--bindir
=
/bin
--disable-static
--sysconfdir
=
/etc
--docdir
=
/usr/share/doc/attr-2.4.48
cd
attr-2.
5.1
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--bindir
=
/bin
--disable-static
--sysconfdir
=
/etc
--docdir
=
/usr/share/doc/attr-2.5.1
$(MAKE)
-C
attr-2.
4.48
$(MAKE)
-C
attr-2.
5.1
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
attr-2.
4.48
check
;
\
$(MAKE)
-C
attr-2.
5.1
check
;
\
fi
fi
$(MAKE)
-C
attr-2.
4.48
install
$(MAKE)
-C
attr-2.
5.1
install
mv
-v
/usr/lib/libattr.so.
*
/lib
mv
-v
/usr/lib/libattr.so.
*
/lib
ln
-sfv
../../lib/
$$
(
readlink
/usr/lib/libattr.so
)
/usr/lib/libattr.so
ln
-sfv
../../lib/
$$
(
readlink
/usr/lib/libattr.so
)
/usr/lib/libattr.so
rm
-rf
attr-2.
4.48
rm
-rf
attr-2.
5.1
temporary
:
temporary
:
tar
xf attr-2.
4.48
.tar.gz
tar
xf attr-2.
5.1
.tar.gz
cd
attr-2.
4.48
&&
./configure
--prefix
=
/tools
-disable-static
cd
attr-2.
5.1
&&
./configure
--prefix
=
/tools
-disable-static
$(MAKE)
-C
attr-2.
4.48
install
$(MAKE)
-C
attr-2.
5.1
install
rm
-rf
attr-2.
4.48
rm
-rf
attr-2.
5.1
attr-2.4.48.tar.gz
deleted
100644 → 0
View file @
47ba1ace
File deleted
attr-2.5.1.tar.gz
0 → 100644
View file @
2b89c927
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