Created
December 22, 2013 17:21
-
-
Save onyb/8085668 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GEN version.c | |
GEN version.h | |
make all-recursive | |
make[1]: Entering directory `/sources/gzip-1.6' | |
Making all in lib | |
make[2]: Entering directory `/sources/gzip-1.6/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 math.h | |
GEN unused-parameter.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/gzip-1.6/lib' | |
CC c-ctype.o | |
CC c-strcasecmp.o | |
CC c-strncasecmp.o | |
CC cloexec.o | |
CC close-stream.o | |
CC closein.o | |
CC closeout.o | |
CC opendir-safer.o | |
CC dirname-lgpl.o | |
CC basename-lgpl.o | |
CC stripslash.o | |
CC exitfail.o | |
CC creat-safer.o | |
CC open-safer.o | |
CC fd-hook.o | |
CC filenamecat-lgpl.o | |
CC freading.o | |
CC gettime.o | |
CC localcharset.o | |
CC glthread/lock.o | |
CC math.o | |
CC openat-die.o | |
CC printf-frexp.o | |
CC printf-frexpl.o | |
CC quotearg.o | |
CC save-cwd.o | |
CC savedir.o | |
CC stat-time.o | |
CC glthread/threadlib.o | |
CC timespec.o | |
CC unistd.o | |
CC dup-safer.o | |
CC fd-safer.o | |
CC pipe-safer.o | |
CC utimens.o | |
CC wctype-h.o | |
CC xmalloc.o | |
CC xalloc-die.o | |
CC xsize.o | |
CC yesno.o | |
CC asnprintf.o | |
CC chdir-long.o | |
CC fclose.o | |
CC fcntl.o | |
CC fflush.o | |
CC fprintf.o | |
CC fpurge.o | |
CC freadahead.o | |
CC fseek.o | |
CC fseeko.o | |
CC fseterr.o | |
CC isnanl.o | |
CC openat-proc.o | |
CC printf.o | |
CC printf-args.o | |
CC printf-parse.o | |
CC strerror_r.o | |
CC vasnprintf.o | |
CC vfprintf.o | |
GEN match.o | |
AR libgzip.a | |
GEN charset.alias | |
GEN ref-add.sed | |
GEN ref-del.sed | |
make[3]: Leaving directory `/sources/gzip-1.6/lib' | |
make[2]: Leaving directory `/sources/gzip-1.6/lib' | |
Making all in doc | |
make[2]: Entering directory `/sources/gzip-1.6/doc' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/sources/gzip-1.6/doc' | |
Making all in . | |
make[2]: Entering directory `/sources/gzip-1.6' | |
CC version.o | |
AR libver.a | |
CC bits.o | |
CC deflate.o | |
CC gzip.o | |
CC inflate.o | |
CC lzw.o | |
CC trees.o | |
CC unlzh.o | |
CC unlzw.o | |
CC unpack.o | |
CC unzip.o | |
CC util.o | |
CC zip.o | |
CCLD gzip | |
GEN gunzip | |
GEN gzexe | |
GEN zcat | |
GEN zcmp | |
GEN zdiff | |
GEN zegrep | |
GEN zfgrep | |
GEN zforce | |
GEN zgrep | |
GEN zless | |
GEN zmore | |
GEN znew | |
make[2]: Leaving directory `/sources/gzip-1.6' | |
Making all in tests | |
make[2]: Entering directory `/sources/gzip-1.6/tests' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/sources/gzip-1.6/tests' | |
make[1]: Leaving directory `/sources/gzip-1.6' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment