make (4.4)

mkdir /bb.build
Result = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/make-4.4/configure --help
Result = 0
Working Dir = /bb.build
Stdout
`configure' configures GNU Make 4.4 to adapt to many kinds of systems.

Usage: /bb.download/source/make-4.4/configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking ...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/make]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-silent-rules   less verbose build output (undo: "make V=1")
  --disable-silent-rules  verbose build output (undo: "make V=0")
  --enable-dependency-tracking
                          do not reject slow dependency extractors
  --disable-dependency-tracking
                          speeds up one-time build
  --disable-largefile     omit support for large files
  --disable-year2038      omit support for timestamps past the year 2038
  --enable-cross-guesses={conservative|risky}
                          specify policy for cross-compilation guesses
  --disable-nls           do not use Native Language Support
  --disable-rpath         do not hardcode runtime library paths
  --enable-case-insensitive-file-system
                          assume file systems are case insensitive
  --disable-job-server    disallow recursive make communication during -jN
  --disable-load          disable support for the 'load' operation
  --disable-posix-spawn   disable support for posix_spawn()

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
  --without-libintl-prefix     don't search for libintl in includedir and libdir
  --with-guile            Support GNU Guile for embedded scripting
  --with-customs=DIR      enable remote jobs via Customs--see README.customs
  --with-dmalloc          use dmalloc, as in http://www.dmalloc.com

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CPP         C preprocessor
  PKG_CONFIG  path to pkg-config utility
  PKG_CONFIG_PATH
              directories to add to pkg-config's search path
  PKG_CONFIG_LIBDIR
              path overriding pkg-config's built-in search path
  GUILE_CFLAGS
              C compiler flags for GUILE, overriding pkg-config
  GUILE_LIBS  linker flags for GUILE, overriding pkg-config

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <bug-make@gnu.org>.
GNU Make home page: <https://www.gnu.org/software/make/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
Stderr
/bb.download/source/make-4.4/configure --prefix=/BuggyBox/make/4.4/bootstrap
Result = 0
Working Dir = /bb.build
Stdout
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for sys/param.h... yes
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking whether the compiler is clang... (cached) no
checking for compiler option needed when checking for declarations... (cached) none
checking dependency style of gcc... (cached) gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for eaccess... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking host CPU and C ABI... x86_64
checking for _Bool... yes
checking for stdbool.h that conforms to C99 or later... no
checking for C compiler option to allow warnings... -Wno-error
checking for alloca as a compiler built-in... yes
checking for getloadavg... yes
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking if system libc has GNU glob... yes
checking whether system uses MSDOS-style paths... no
checking for ranlib... :
checking how to run the C preprocessor... gcc -E
checking for ar... ar
checking for perl... perl
checking whether byte ordering is bigendian... no
checking for a sed that does not truncate output... /usr/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for library containing strerror... none required
checking for library containing getpwnam... none required
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether stat file-mode macros are broken... no
checking for stdlib.h... (cached) yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking for limits.h... yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for sys/param.h... (cached) yes
checking for sys/resource.h... yes
checking for sys/timeb.h... yes
checking for sys/time.h... yes
checking for sys/select.h... yes
checking for sys/file.h... yes
checking for spawn.h... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for off_t... yes
checking for size_t... (cached) yes
checking for ssize_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for intmax_t... yes
checking for uintmax_t... yes
checking for sig_atomic_t... yes
checking for nanoseconds field of struct stat... st_mtim.tv_nsec
checking whether to use high resolution file timestamps... yes
checking for library containing clock_gettime... none required
checking for standard gettimeofday... yes
checking for strtoll... yes
checking for strdup... yes
checking for strndup... yes
checking for stpcpy... yes
checking for memrchr... yes
checking for mempcpy... yes
checking for umask... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for fdopen... yes
checking for dup... yes
checking for dup2... yes
checking for getcwd... yes
checking for realpath... yes
checking for sigsetmask... yes
checking for sigaction... yes
checking for getgroups... yes
checking for seteuid... yes
checking for setegid... yes
checking for setlinebuf... yes
checking for setreuid... yes
checking for setregid... yes
checking for mkfifo... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for setvbuf... yes
checking for pipe... yes
checking for strerror... yes
checking for strsignal... yes
checking for lstat... yes
checking for readlink... yes
checking for atexit... yes
checking for isatty... yes
checking for ttyname... yes
checking for pselect... yes
checking for posix_spawn... yes
checking for posix_spawnattr_setsigmask... yes
checking whether bsd_signal is declared... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strcmpi... no
checking for strncmpi... no
checking for stricmp... no
checking for strnicmp... no
checking for working strcoll... yes
checking whether closedir returns void... no
checking for struct dirent.d_type... yes
checking for pkg-config... no
checking for GNU Guile... no
checking whether sys_siglist is declared... no
checking whether _sys_siglist is declared... no
checking whether __sys_siglist is declared... no
checking for sys/wait.h... yes
checking for waitpid... yes
checking for wait3... yes
checking for union wait... no
checking for SA_RESTART... yes
checking whether dlopen is declared... yes
checking whether dlsym is declared... yes
checking whether dlerror is declared... yes
checking for library containing dlopen... none required
checking If the linker accepts -Wl,--export-dynamic... yes
checking for posix_spawn that fails synchronously... yes
checking for location of SCCS get command... get
checking if malloc debugging is wanted... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating build.cfg
config.status: creating tests/config-flags.pm
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating doc/Makefile
config.status: creating po/Makefile.in
config.status: creating src/config.h
config.status: linking /bb.download/source/make-4.4/build.sh to build.sh
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Stderr
make -j16
Result = 0
Working Dir = /bb.build
Stdout
Making all in lib
make[1]: Entering directory '/bb.build/lib'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  -e 's|@''HAVE_ALLOCA_H''@|1|g' \
  /bb.download/source/make-4.4/lib/alloca.in.h > alloca.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  -e 's/@''HAVE__BOOL''@/1/g' \
  /bb.download/source/make-4.4/lib/stdbool.in.h > stdbool.h-t
mv alloca.h-t alloca.h
mv stdbool.h-t stdbool.h
/usr/bin/make  all-recursive
make[2]: Entering directory '/bb.build/lib'
make[3]: Entering directory '/bb.build/lib'
gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/make-4.4/lib -I../src     -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -MT libgnu_a-concat-filename.o -MD -MP -MF .deps/libgnu_a-concat-filename.Tpo -c -o libgnu_a-concat-filename.o `test -f 'concat-filename.c' || echo '/bb.download/source/make-4.4/lib/'`concat-filename.c
gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/make-4.4/lib -I../src     -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -g -O2 -MT libgnu_a-findprog-in.o -MD -MP -MF .deps/libgnu_a-findprog-in.Tpo -c -o libgnu_a-findprog-in.o `test -f 'findprog-in.c' || echo '/bb.download/source/make-4.4/lib/'`findprog-in.c
mv -f .deps/libgnu_a-concat-filename.Tpo .deps/libgnu_a-concat-filename.Po
mv -f .deps/libgnu_a-findprog-in.Tpo .deps/libgnu_a-findprog-in.Po
rm -f libgnu.a
ar cr libgnu.a libgnu_a-concat-filename.o libgnu_a-findprog-in.o    
: libgnu.a
make[3]: Leaving directory '/bb.build/lib'
make[2]: Leaving directory '/bb.build/lib'
make[1]: Leaving directory '/bb.build/lib'
Making all in po
make[1]: Entering directory '/bb.build/po'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/bb.build/po'
Making all in doc
make[1]: Entering directory '/bb.build/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/bb.build/doc'
make[1]: Entering directory '/bb.build'
depbase=`echo src/ar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/ar.o -MD -MP -MF $depbase.Tpo -c -o src/ar.o /bb.download/source/make-4.4/src/ar.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/arscan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/arscan.o -MD -MP -MF $depbase.Tpo -c -o src/arscan.o /bb.download/source/make-4.4/src/arscan.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/commands.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/commands.o -MD -MP -MF $depbase.Tpo -c -o src/commands.o /bb.download/source/make-4.4/src/commands.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/default.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/default.o -MD -MP -MF $depbase.Tpo -c -o src/default.o /bb.download/source/make-4.4/src/default.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/dir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/dir.o -MD -MP -MF $depbase.Tpo -c -o src/dir.o /bb.download/source/make-4.4/src/dir.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/expand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/expand.o -MD -MP -MF $depbase.Tpo -c -o src/expand.o /bb.download/source/make-4.4/src/expand.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/file.o -MD -MP -MF $depbase.Tpo -c -o src/file.o /bb.download/source/make-4.4/src/file.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/function.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/function.o -MD -MP -MF $depbase.Tpo -c -o src/function.o /bb.download/source/make-4.4/src/function.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/getopt.o -MD -MP -MF $depbase.Tpo -c -o src/getopt.o /bb.download/source/make-4.4/src/getopt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/getopt1.o -MD -MP -MF $depbase.Tpo -c -o src/getopt1.o /bb.download/source/make-4.4/src/getopt1.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/guile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/guile.o -MD -MP -MF $depbase.Tpo -c -o src/guile.o /bb.download/source/make-4.4/src/guile.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/hash.o -MD -MP -MF $depbase.Tpo -c -o src/hash.o /bb.download/source/make-4.4/src/hash.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/implicit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/implicit.o -MD -MP -MF $depbase.Tpo -c -o src/implicit.o /bb.download/source/make-4.4/src/implicit.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/job.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/job.o -MD -MP -MF $depbase.Tpo -c -o src/job.o /bb.download/source/make-4.4/src/job.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/load.o -MD -MP -MF $depbase.Tpo -c -o src/load.o /bb.download/source/make-4.4/src/load.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/loadapi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/loadapi.o -MD -MP -MF $depbase.Tpo -c -o src/loadapi.o /bb.download/source/make-4.4/src/loadapi.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/main.o -MD -MP -MF $depbase.Tpo -c -o src/main.o /bb.download/source/make-4.4/src/main.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/misc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/misc.o -MD -MP -MF $depbase.Tpo -c -o src/misc.o /bb.download/source/make-4.4/src/misc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/output.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/output.o -MD -MP -MF $depbase.Tpo -c -o src/output.o /bb.download/source/make-4.4/src/output.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/read.o -MD -MP -MF $depbase.Tpo -c -o src/read.o /bb.download/source/make-4.4/src/read.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/remake.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/remake.o -MD -MP -MF $depbase.Tpo -c -o src/remake.o /bb.download/source/make-4.4/src/remake.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/rule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/rule.o -MD -MP -MF $depbase.Tpo -c -o src/rule.o /bb.download/source/make-4.4/src/rule.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/shuffle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/shuffle.o -MD -MP -MF $depbase.Tpo -c -o src/shuffle.o /bb.download/source/make-4.4/src/shuffle.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/signame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/signame.o -MD -MP -MF $depbase.Tpo -c -o src/signame.o /bb.download/source/make-4.4/src/signame.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/strcache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/strcache.o -MD -MP -MF $depbase.Tpo -c -o src/strcache.o /bb.download/source/make-4.4/src/strcache.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/variable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/variable.o -MD -MP -MF $depbase.Tpo -c -o src/variable.o /bb.download/source/make-4.4/src/variable.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/version.o -MD -MP -MF $depbase.Tpo -c -o src/version.o /bb.download/source/make-4.4/src/version.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/vpath.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/vpath.o -MD -MP -MF $depbase.Tpo -c -o src/vpath.o /bb.download/source/make-4.4/src/vpath.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/posixos.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/posixos.o -MD -MP -MF $depbase.Tpo -c -o src/posixos.o /bb.download/source/make-4.4/src/posixos.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/remote-stub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H   -Isrc -I/bb.download/source/make-4.4/src -Ilib -I/bb.download/source/make-4.4/lib -DLIBDIR=\"/BuggyBox/make/4.4/bootstrap/lib\" -DLOCALEDIR=\"/BuggyBox/make/4.4/bootstrap/share/locale\" -DINCLUDEDIR=\"/BuggyBox/make/4.4/bootstrap/include\"    -g -O2 -MT src/remote-stub.o -MD -MP -MF $depbase.Tpo -c -o src/remote-stub.o /bb.download/source/make-4.4/src/remote-stub.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2 -Wl,--export-dynamic  -o make src/ar.o src/arscan.o src/commands.o src/default.o src/dir.o src/expand.o src/file.o src/function.o src/getopt.o src/getopt1.o src/guile.o src/hash.o src/implicit.o src/job.o src/load.o src/loadapi.o src/main.o src/misc.o src/output.o src/read.o src/remake.o src/rule.o src/shuffle.o src/signame.o src/strcache.o src/variable.o src/version.o src/vpath.o  src/posixos.o  src/remote-stub.o   lib/libgnu.a   
make[1]: Leaving directory '/bb.build'
Stderr
make install
Result = 0
Working Dir = /bb.build
Stdout
Making install in lib
make[1]: Entering directory '/bb.build/lib'
/usr/bin/make  install-recursive
make[2]: Entering directory '/bb.build/lib'
make[3]: Entering directory '/bb.build/lib'
make[4]: Entering directory '/bb.build/lib'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/lib'
make[3]: Leaving directory '/bb.build/lib'
make[2]: Leaving directory '/bb.build/lib'
make[1]: Leaving directory '/bb.build/lib'
Making install in po
make[1]: Entering directory '/bb.build/po'
installing /bb.download/source/make-4.4/po/be.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/be/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/bg.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/bg/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/cs.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/cs/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/da.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/da/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/de.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/de/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/es.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/es/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/fi.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/fi/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/fr.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/fr/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/ga.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/ga/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/gl.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/gl/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/he.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/he/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/hr.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/hr/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/id.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/id/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/it.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/it/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/ja.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/ja/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/ko.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/ko/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/lt.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/lt/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/nl.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/nl/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/pl.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/pl/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/pt.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/pt/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/pt_BR.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/pt_BR/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/ro.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/ro/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/ru.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/ru/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/sr.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/sr/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/sv.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/sv/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/tr.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/tr/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/uk.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/uk/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/vi.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/vi/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/zh_CN.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/zh_CN/LC_MESSAGES/make.mo
installing /bb.download/source/make-4.4/po/zh_TW.gmo as /BuggyBox/make/4.4/bootstrap/share/locale/zh_TW/LC_MESSAGES/make.mo
if test "make" = "gettext-tools"; then \
  /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p /BuggyBox/make/4.4/bootstrap/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/make-4.4/po/$file \
		    /BuggyBox/make/4.4/bootstrap/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /BuggyBox/make/4.4/bootstrap/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/bb.build/po'
Making install in doc
make[1]: Entering directory '/bb.build/doc'
make[2]: Entering directory '/bb.build/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/make/4.4/bootstrap/share/info'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/make-4.4/doc/make.info /bb.download/source/make-4.4/doc/make.info-1 /bb.download/source/make-4.4/doc/make.info-2 /bb.download/source/make-4.4/doc/make.info-3 '/BuggyBox/make/4.4/bootstrap/share/info'
make[2]: Leaving directory '/bb.build/doc'
make[1]: Leaving directory '/bb.build/doc'
make[1]: Entering directory '/bb.build'
make[2]: Entering directory '/bb.build'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/make/4.4/bootstrap/bin'
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c make '/BuggyBox/make/4.4/bootstrap/bin'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/make/4.4/bootstrap/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/make-4.4/src/gnumake.h '/BuggyBox/make/4.4/bootstrap/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/make/4.4/bootstrap/share/man/man1'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/make-4.4/doc/make.1 '/BuggyBox/make/4.4/bootstrap/share/man/man1'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr