Skip to content

Instantly share code, notes, and snippets.

@onyb
Created December 22, 2013 18:18
Show Gist options
  • Save onyb/8086418 to your computer and use it in GitHub Desktop.
Save onyb/8086418 to your computer and use it in GitHub Desktop.
make all-recursive
make[1]: Entering directory `/sources/patch-2.7.1'
Making all in lib
make[2]: Entering directory `/sources/patch-2.7.1/lib'
GEN alloca.h
GEN configmake.h
GEN c++defs.h
GEN arg-nonnull.h
GEN warn-on-use.h
GEN dirent.h
GEN fcntl.h
GEN signal.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN time.h
GEN unistd.h
GEN wchar.h
GEN wctype.h
make all-am
make[3]: Entering directory `/sources/patch-2.7.1/lib'
CC argmatch.o
CC backupfile.o
CC c-ctype.o
CC c-strcasecmp.o
CC c-strncasecmp.o
CC opendir-safer.o
CC dirname.o
CC basename.o
CC dirname-lgpl.o
CC basename-lgpl.o
CC stripslash.o
CC exitfail.o
CC fd-hook.o
CC full-write.o
CC gettime.o
CC hash.o
CC gl_linked_list.o
CC gl_list.o
CC localcharset.o
CC malloca.o
CC parse-datetime.o
CC progname.o
CC quotearg.o
CC safe-write.o
CC stat-time.o
CC tempname.o
CC timespec.o
CC dup-safer.o
CC fd-safer.o
CC pipe-safer.o
CC utimens.o
CC verror.o
CC xmalloc.o
CC xalloc-die.o
CC gl_xlist.o
CC xsize.o
CC xstrndup.o
CC xvasprintf.o
CC xasprintf.o
CC asnprintf.o
CC fcntl.o
CC printf-args.o
CC printf-parse.o
CC vasnprintf.o
AR libpatch.a
GEN charset.alias
GEN ref-add.sed
GEN ref-del.sed
make[3]: Leaving directory `/sources/patch-2.7.1/lib'
make[2]: Leaving directory `/sources/patch-2.7.1/lib'
Making all in src
make[2]: Entering directory `/sources/patch-2.7.1/src'
CC inp.o
CC patch.o
CC pch.o
CC util.o
CC version.o
CC merge.o
CCLD patch
make[2]: Leaving directory `/sources/patch-2.7.1/src'
Making all in tests
make[2]: Entering directory `/sources/patch-2.7.1/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/sources/patch-2.7.1/tests'
make[2]: Entering directory `/sources/patch-2.7.1'
make[2]: Leaving directory `/sources/patch-2.7.1'
make[1]: Leaving directory `/sources/patch-2.7.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment