Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bison
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
bison
Commits
1d57e314
Commit
1d57e314
authored
May 26, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded bison to 3.6.4
parent
8169b6db
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
Makefile
Makefile
+11
-11
bison-3.4.1.tar.xz
bison-3.4.1.tar.xz
+0
-0
bison-3.6.4.tar.xz
bison-3.6.4.tar.xz
+0
-0
No files found.
Makefile
View file @
1d57e314
all
:
all
:
tar
xf bison-3.
4.1
.tar.xz
tar
xf bison-3.
6.4
.tar.xz
cd
bison-3.
4.1
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--docdir
=
/usr/share/doc/bison-3.4.1
cd
bison-3.
6.4
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--docdir
=
/usr/share/doc/bison-3.6.4
$(MAKE)
-C
bison-3.
4.1
$(MAKE)
-C
bison-3.
6.4
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
bison-3.
4.1
check
;
\
$(MAKE)
-C
bison-3.
6.4
check
;
\
fi
fi
$(MAKE)
-C
bison-3.
4.1
install
$(MAKE)
-C
bison-3.
6.4
install
rm
-rf
bison-3.
4.1
rm
-rf
bison-3.
6.4
temporary
:
temporary
:
tar
xf bison-3.
4.1
.tar.xz
tar
xf bison-3.
6.4
.tar.xz
cd
bison-3.
4.1
&&
./configure
--prefix
=
/tools
cd
bison-3.
6.4
&&
./configure
--prefix
=
/tools
$(MAKE)
-C
bison-3.
4.1
$(MAKE)
-C
bison-3.
6.4
$(MAKE)
-C
bison-3.
4.1
install
$(MAKE)
-C
bison-3.
6.4
install
rm
-rf
bison-3.
4.1
rm
-rf
bison-3.
6.4
bison-3.4.1.tar.xz
deleted
100644 → 0
View file @
8169b6db
File deleted
bison-3.6.4.tar.xz
0 → 100644
View file @
1d57e314
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