Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
diffutils
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
diffutils
Commits
4c7046d0
Commit
4c7046d0
authored
Aug 31, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated diffutils to 3.7
parent
1e68b371
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile
Makefile
+6
-6
build.xml
build.xml
+2
-2
diffutils-3.6.tar.xz
diffutils-3.6.tar.xz
+0
-0
diffutils-3.7.tar.xz
diffutils-3.7.tar.xz
+0
-0
No files found.
Makefile
View file @
4c7046d0
all
:
all
:
tar
xf diffutils-3.
6
.tar.xz
tar
xf diffutils-3.
7
.tar.xz
cd
diffutils-3.
6
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
cd
diffutils-3.
7
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
$(MAKE)
-C
diffutils-3.
6
$(MAKE)
-C
diffutils-3.
7
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
diffutils-3.
6
check
;
\
$(MAKE)
-C
diffutils-3.
7
check
;
\
fi
fi
$(MAKE)
-C
diffutils-3.
6
install
$(MAKE)
-C
diffutils-3.
7
install
rm
-rf
diffutils-3.
6
rm
-rf
diffutils-3.
7
build.xml
View file @
4c7046d0
<project
name=
"diffutils"
>
<project
name=
"diffutils"
>
<target
name=
"temporary-diffutils"
>
<target
name=
"temporary-diffutils"
>
<property
name=
"makedir"
value=
"${builddir}/diffutils-3.
6
"
/>
<property
name=
"makedir"
value=
"${builddir}/diffutils-3.
7
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/diffutils/diffutils-3.
6
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/diffutils/diffutils-3.
7
.tar.xz -C ${builddir}"
/>
</exec>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
<env
key=
"PATH"
path=
"${PATH}"
/>
...
...
diffutils-3.6.tar.xz
deleted
100644 → 0
View file @
1e68b371
File deleted
diffutils-3.7.tar.xz
0 → 100644
View file @
4c7046d0
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