Skip to content

Instantly share code, notes, and snippets.

@onyb
Last active January 1, 2016 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onyb/8083747 to your computer and use it in GitHub Desktop.
Save onyb/8083747 to your computer and use it in GitHub Desktop.
Making all in lib
make[1]: Entering directory `/sources/diffutils-3.3/lib'
GEN alloca.h
GEN configmake.h
GEN c++defs.h
GEN arg-nonnull.h
GEN warn-on-use.h
GEN fcntl.h
GEN iconv.h
GEN inttypes.h
GEN langinfo.h
GEN locale.h
GEN signal.h
GEN unused-parameter.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN strings.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN sys/wait.h
GEN time.h
GEN unistd.h
GEN unistr.h
GEN unitypes.h
GEN uniwidth.h
GEN wchar.h
GEN wctype.h
make all-am
make[2]: Entering directory `/sources/diffutils-3.3/lib'
CC allocator.o
CC areadlink.o
CC binary-io.o
CC bitrotate.o
CC c-ctype.o
CC c-stack.o
CC c-strcasecmp.o
CC c-strncasecmp.o
CC careadlinkat.o
CC dirname.o
CC basename.o
CC dirname-lgpl.o
CC basename-lgpl.o
CC stripslash.o
CC exclude.o
CC exitfail.o
CC fd-hook.o
CC file-type.o
CC filenamecat.o
CC filenamecat-lgpl.o
CC freopen-safer.o
CC gettime.o
CC hard-locale.o
CC hash.o
CC imaxtostr.o
CC inttostr.o
CC offtostr.o
CC uinttostr.o
CC umaxtostr.o
CC localcharset.o
CC malloca.o
CC mbchar.o
CC mbiter.o
CC mbscasecmp.o
CC mbslen.o
CC mbsstr.o
CC mbuiter.o
CC progname.o
CC propername.o
CC quotearg.o
CC sh-quote.o
CC sig-handler.o
CC stat-time.o
CC strftime.o
CC striconv.o
CC strnlen1.o
CC system-quote.o
CC tempname.o
CC timespec.o
CC trim.o
CC unistd.o
CC u8-mbtoucr.o
CC u8-uctomb.o
CC u8-uctomb-aux.o
CC width.o
CC version-etc.o
CC version-etc-fsf.o
CC wctype-h.o
CC xmalloc.o
CC xalloc-die.o
CC xfreopen.o
CC xreadlink.o
CC xsize.o
CC xstriconv.o
CC xstrndup.o
CC xstrtol.o
CC xstrtoul.o
CC xstrtol-error.o
CC xstrtoumax.o
CC xvasprintf.o
CC xasprintf.o
CC cmpbuf.o
CC prepargs.o
CC asnprintf.o
CC fcntl.o
CC printf-args.o
CC printf-parse.o
CC regex.o
CC vasnprintf.o
AR libdiffutils.a
GEN charset.alias
GEN ref-add.sed
GEN ref-del.sed
make[2]: Leaving directory `/sources/diffutils-3.3/lib'
make[1]: Leaving directory `/sources/diffutils-3.3/lib'
Making all in src
make[1]: Entering directory `/sources/diffutils-3.3/src'
GEN paths.h
GEN version.c
GEN version.h
make all-am
make[2]: Entering directory `/sources/diffutils-3.3/src'
CC version.o
AR libver.a
CC cmp.o
CCLD cmp
CC analyze.o
CC context.o
CC diff.o
CC dir.o
CC ed.o
CC ifdef.o
CC io.o
CC normal.o
CC side.o
CC util.o
CCLD diff
CC diff3.o
CCLD diff3
CC sdiff.o
CCLD sdiff
make[2]: Leaving directory `/sources/diffutils-3.3/src'
make[1]: Leaving directory `/sources/diffutils-3.3/src'
Making all in tests
make[1]: Entering directory `/sources/diffutils-3.3/tests'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sources/diffutils-3.3/tests'
Making all in doc
make[1]: Entering directory `/sources/diffutils-3.3/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sources/diffutils-3.3/doc'
Making all in man
make[1]: Entering directory `/sources/diffutils-3.3/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sources/diffutils-3.3/man'
Making all in po
make[1]: Entering directory `/sources/diffutils-3.3/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sources/diffutils-3.3/po'
Making all in gnulib-tests
make[1]: Entering directory `/sources/diffutils-3.3/gnulib-tests'
GEN arg-nonnull.h
GEN c++defs.h
GEN unused-parameter.h
GEN warn-on-use.h
make all-recursive
make[2]: Entering directory `/sources/diffutils-3.3/gnulib-tests'
Making all in .
make[3]: Entering directory `/sources/diffutils-3.3/gnulib-tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/sources/diffutils-3.3/gnulib-tests'
make[2]: Leaving directory `/sources/diffutils-3.3/gnulib-tests'
make[1]: Leaving directory `/sources/diffutils-3.3/gnulib-tests'
make[1]: Entering directory `/sources/diffutils-3.3'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/sources/diffutils-3.3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment