Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
2c040ede
Commit
2c040ede
authored
Oct 19, 2015
by
Paul Sokolovsky
Browse files
libffi: Skip building docs.
This requires makeinfo installed and wastes time (especially in CI).
parent
9c72c71c
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/Makefile
View file @
2c040ede
...
...
@@ -202,11 +202,14 @@ endif
deplibs
:
libffi axtls
# install-exec-recursive & install-data-am targets are used to avoid building
# docs and depending on makeinfo
libffi
:
cd
../lib/libffi
;
git clean
-d
-x
-f
cd
../lib/libffi
;
./autogen.sh
mkdir
-p
../lib/libffi/build_dir
;
cd
../lib/libffi/build_dir
;
\
../configure
$(CROSS_COMPILE_HOST)
--prefix
=
$$
PWD/out
CC
=
"
$(CC)
"
CXX
=
"
$(CXX)
"
LD
=
"
$(LD)
"
;
make
install
../configure
$(CROSS_COMPILE_HOST)
--prefix
=
$$
PWD/out
CC
=
"
$(CC)
"
CXX
=
"
$(CXX)
"
LD
=
"
$(LD)
"
;
\
make install-exec-recursive
;
make
-C
include install-data-am
axtls
:
cd
../lib/axtls
;
cp
config/upyconfig config/.config
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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