m/sources/m4-1.4/src/stackovf.c:343: warning: the `sigstack' function is dangerous. `sigaltstack' should be used instead.
builtin.o(.text+0x18ca): In function `m4_maketemp':
/sources/m4-1.4/src/builtin.c:1081: warning: the use of `mktemp' is dangerous, better use `mkstemp'
make[1]: Leaving directory `/sources/m4-1.4/src'
making all in checks
make[1]: Entering directory `/sources/m4-1.4/checks'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sources/m4-1.4/checks'
making all in examples
make[1]: Entering directory `/sources/m4-1.4/examples'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sources/m4-1.4/examples'
for subdir in doc lib src checks examples; do \
echo making install in $subdir; \
(cd $subdir && make CC='gcc' CFLAGS='-g -O' LDFLAGS='' LIBS='' prefix='/usr' exec_prefix='/usr' bindir='/usr/bin' infodir='/usr/info' install) || exit 1; \
done
making install in doc
make[1]: Entering directory `/sources/m4-1.4/doc'
./../mkinstalldirs /usr/info
cd . && for file in m4.info*; do \
/bin/install -c -m 644 $file /usr/info/$file; \
done
make[1]: Leaving directory `/sources/m4-1.4/doc'
making install in lib
make[1]: Entering directory `/sources/m4-1.4/lib'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/sources/m4-1.4/lib'
making install in src
make[1]: Entering directory `/sources/m4-1.4/src'
./../mkinstalldirs /usr/bin
/bin/install -c m4 /usr/bin/`echo m4 | sed 's,x,x,'`
make[1]: Leaving directory `/sources/m4-1.4/src'
making install in checks
make[1]: Entering directory `/sources/m4-1.4/checks'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/sources/m4-1.4/checks'
making install in examples
make[1]: Entering directory `/sources/m4-1.4/examples'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/sources/m4-1.4/examples'
.
.
.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/bison-2.1/examples'
make[2]: Leaving directory `/sources/bison-2.1/examples'
make[1]: Leaving directory `/sources/bison-2.1/examples'
Making install in tests
make[1]: Entering directory `/sources/bison-2.1/tests'
make[2]: Entering directory `/sources/bison-2.1/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/bison-2.1/tests'
make[1]: Leaving directory `/sources/bison-2.1/tests'
make[1]: Entering directory `/sources/bison-2.1'
make[2]: Entering directory `/sources/bison-2.1'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/aclocal" || mkdir -p -- "/usr/share/aclocal"
/bin/install -c -m 644 'm4/bison-i18n.m4' '/usr/share/aclocal/bison-i18n.m4'
make[2]: Leaving directory `/sources/bison-2.1'
make[1]: Leaving directory `/sources/bison-2.1'
|