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
make: Entering directory `/sources/sysvinit-2.88dsf/src' | |
cc -ansi -O2 -fomit-frame-pointer -W -Wall -D_GNU_SOURCE -c -o init.o init.c | |
cc -ansi -O2 -fomit-frame-pointer -W -Wall -D_GNU_SOURCE -DINIT_MAIN -c -o init_utmp.o utmp.c | |
cc init.o init_utmp.o -o init | |
cc -ansi -O2 -fomit-frame-pointer -W -Wall -D_GNU_SOURCE -c -o halt.o halt.c | |
cc -ansi -O2 -fomit-frame-pointer -W -Wall -D_GNU_SOURCE -c -o ifdown.o ifdown.c | |
cc -ansi -O2 -fomit-frame-pointer -W -Wall -D_GNU_SOURCE -c -o hddown.o hddown.c | |
cc -ansi -O2 -fomit-frame-pointer -W -Wall -D_GNU_SOURCE -c -o utmp.o utmp.c | |
cc halt.o ifdown.o hddown.o utmp.o reboot.h -o halt | |
cc -ansi -O2 -fomit-frame-pointer -W -Wall -D_GNU_SOURCE -c -o shutdown.o shutdown.c |
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
/usr/bin/install -o root -g root -m 644 sysklogd.8 /usr/share/man/man8/sysklogd.8 | |
/usr/bin/install -o root -g root -m 644 syslogd.8 /usr/share/man/man8/syslogd.8 | |
/usr/bin/install -o root -g root -m 644 syslog.conf.5 /usr/share/man/man5/syslog.conf.5 | |
/usr/bin/install -o root -g root -m 644 klogd.8 /usr/share/man/man8/klogd.8 | |
/usr/bin/install -m 500 -s syslogd /sbin/syslogd | |
/usr/bin/install -m 500 -s klogd /sbin/klogd |
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
gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DSYSLOG_INET -DSYSLOG_UNIXAF -DNO_SCCS -DFSSTND -DSYSLOGD_PIDNAME=\"syslogd.pid\" -c syslogd.c | |
gcc -c -o pidfile.o pidfile.c | |
gcc -s -o syslogd syslogd.o pidfile.o | |
gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DFSSTND -c klogd.c | |
gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DALLOW_KERNEL_LOGGING -c syslog.c | |
gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DFSSTND -c ksym.c | |
gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DFSSTND -c ksym_mod.c | |
gcc -s -o klogd klogd.o syslog.o pidfile.o ksym.o \ | |
ksym_mod.o |
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
make install-recursive | |
make[1]: Entering directory `/sources/patch-2.7.1' | |
Making install in lib | |
make[2]: Entering directory `/sources/patch-2.7.1/lib' | |
make install-am | |
make[3]: Entering directory `/sources/patch-2.7.1/lib' | |
make[4]: Entering directory `/sources/patch-2.7.1/lib' | |
if test yes = no; then \ | |
case 'linux-gnu' in \ | |
darwin[56]*) \ |
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 public-submodule-commit | |
make check-recursive | |
make[1]: Entering directory `/sources/patch-2.7.1' | |
Making check in lib | |
make[2]: Entering directory `/sources/patch-2.7.1/lib' | |
make check-am | |
make[3]: Entering directory `/sources/patch-2.7.1/lib' | |
make[3]: Nothing to be done for `check-am'. | |
make[3]: Leaving directory `/sources/patch-2.7.1/lib' | |
make[2]: Leaving directory `/sources/patch-2.7.1/lib' |
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
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 |
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
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
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... |
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
Making install in docs | |
make[1]: Entering directory `/sources/man-db-2.6.5/docs' | |
make[2]: Entering directory `/sources/man-db-2.6.5/docs' | |
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/man-db-2.6.5/docs' | |
make[1]: Leaving directory `/sources/man-db-2.6.5/docs' | |
Making install in gnulib/lib | |
make[1]: Entering directory `/sources/man-db-2.6.5/gnulib/lib' | |
make install-recursive |
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
Making check in docs | |
make[1]: Entering directory `/sources/man-db-2.6.5/docs' | |
make[1]: Nothing to be done for `check'. | |
make[1]: Leaving directory `/sources/man-db-2.6.5/docs' | |
Making check in gnulib/lib | |
make[1]: Entering directory `/sources/man-db-2.6.5/gnulib/lib' | |
make check-recursive | |
make[2]: Entering directory `/sources/man-db-2.6.5/gnulib/lib' | |
make[3]: Entering directory `/sources/man-db-2.6.5/gnulib/lib' | |
make[3]: Nothing to be done for `check-am'. |
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
make all-recursive | |
make[1]: Entering directory `/sources/man-db-2.6.5' | |
Making all in docs | |
make[2]: Entering directory `/sources/man-db-2.6.5/docs' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/sources/man-db-2.6.5/docs' | |
Making all in gnulib/lib | |
make[2]: Entering directory `/sources/man-db-2.6.5/gnulib/lib' | |
GEN alloca.h | |
GEN configmake.h |