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
0c17da31
Commit
0c17da31
authored
Aug 30, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated bison to 3.4.1
parent
ca5c7e98
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
6911 deletions
+11
-6911
Makefile
Makefile
+11
-12
bison-3.0.4-tests.patch
bison-3.0.4-tests.patch
+0
-6899
bison-3.0.4.tar.xz
bison-3.0.4.tar.xz
+0
-0
bison-3.4.1.tar.xz
bison-3.4.1.tar.xz
+0
-0
No files found.
Makefile
View file @
0c17da31
all
:
tar
xf bison-3.0.4.tar.xz
patch
-Np1
-d
bison-3.0.4 < bison-3.0.4-tests.patch
cd
bison-3.0.4
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--docdir
=
/usr/share/doc/bison-3.0.4
$(MAKE)
-C
bison-3.0.4
tar
xf bison-3.4.1.tar.xz
cd
bison-3.4.1
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--docdir
=
/usr/share/doc/bison-3.4.1
$(MAKE)
-C
bison-3.4.1
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
bison-3.
0.4
check
;
\
$(MAKE)
-C
bison-3.
4.1
check
;
\
fi
$(MAKE)
-C
bison-3.
0.4
install
rm
-rf
bison-3.
0.4
$(MAKE)
-C
bison-3.
4.1
install
rm
-rf
bison-3.
4.1
temporary
:
tar
xf bison-3.
0.4
.tar.xz
cd
bison-3.
0.4
&&
./configure
--prefix
=
/tools
$(MAKE)
-C
bison-3.
0.4
$(MAKE)
-C
bison-3.
0.4
install
rm
-rf
bison-3.
0.4
tar
xf bison-3.
4.1
.tar.xz
cd
bison-3.
4.1
&&
./configure
--prefix
=
/tools
$(MAKE)
-C
bison-3.
4.1
$(MAKE)
-C
bison-3.
4.1
install
rm
-rf
bison-3.
4.1
bison-3.0.4-tests.patch
deleted
100644 → 0
View file @
ca5c7e98
This diff is collapsed.
Click to expand it.
bison-3.0.4.tar.xz
deleted
100644 → 0
View file @
ca5c7e98
File deleted
bison-3.4.1.tar.xz
0 → 100644
View file @
0c17da31
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