Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
make
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
make
Commits
762a7038
Commit
762a7038
authored
May 26, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated make to 4.3
parent
6ddef232
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
13 deletions
+8
-13
Makefile
Makefile
+6
-7
build.xml
build.xml
+2
-6
make-4.2.1.tar.bz2
make-4.2.1.tar.bz2
+0
-0
make-4.3.tar.gz
make-4.3.tar.gz
+0
-0
No files found.
Makefile
View file @
762a7038
all
:
tar
xf make-4.2.1.tar.bz2
cd
make-4.2.1
&&
sed
-i
'211,217 d; 219,229 d; 232 d'
glob/glob.c
cd
make-4.2.1
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
$(MAKE)
-C
make-4.2.1
tar
xf make-4.3.tar.gz
cd
make-4.3
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
$(MAKE)
-C
make-4.3
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
make-4.
2.1
PERL5LIB
=
$(CURDIR)
/make-4.2.1
/tests/ check
;
\
$(MAKE)
-C
make-4.
3
PERL5LIB
=
$(CURDIR)
/make-4.3
/tests/ check
;
\
fi
$(MAKE)
-C
make-4.
2.1
install
rm
-rf
make-4.
2.1
$(MAKE)
-C
make-4.
3
install
rm
-rf
make-4.
3
build.xml
View file @
762a7038
<project
name=
"make"
>
<target
name=
"temporary-make"
>
<property
name=
"makedir"
value=
"${builddir}/make-4.
2.1
"
/>
<property
name=
"makedir"
value=
"${builddir}/make-4.
3
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/make/make-4.2.1.tar.bz2 -C ${builddir}"
/>
</exec>
<exec
executable=
"bash"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
value=
"-c"
/>
<arg
value=
"sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c"
/>
<arg
line=
"xf packages/make/make-4.3.tar.gz -C ${builddir}"
/>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
...
...
make-4.2.1.tar.bz2
deleted
100644 → 0
View file @
6ddef232
File deleted
make-4.3.tar.gz
0 → 100644
View file @
762a7038
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