You need to sign in or sign up before continuing.
Commit e2eee597 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed testing

parent 317218e7
all: all:
$(MAKE) -C ../boost temporary $(MAKE) -C ../boost temporary
tar xf swig-4.0.0.tar.gz tar xf swig-4.0.0.tar.gz
cd swig-4.0.0 && sed -i 's/\$$(PERL5_SCRIPT/-I. &/' Examples/Makefile.in cd swig-4.0.0 && BOOST_ROOT=$(CURDIR)/../boost/boost_1_70_0 ./configure --build=$(CLFS_TARGET) --prefix=/usr --without-clisp --without-maximum-compile-warnings
cd swig-4.0.0 && sed -i 's/\$$command 2/-I. &/' Examples/test-suite/perl5/run-perl-test.pl
cd swig-4.0.0 && BOOST_ROOT=$(CURDIR)/../boost/boost_1_67_0 ./configure --build=$(CLFS_TARGET) --prefix=/usr --without-clisp --without-maximum-compile-warnings
$(MAKE) -C swig-4.0.0 $(MAKE) -C swig-4.0.0
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C swig-4.0.0 check ; \ $(MAKE) -C swig-4.0.0 check TCL_INCLUDE= ; \
fi fi
$(MAKE) -C swig-4.0.0 install $(MAKE) -C swig-4.0.0 install
install -v -m755 -d /usr/share/doc/swig-4.0.0 install -v -m755 -d /usr/share/doc/swig-4.0.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment