Build tree for "calc"
on toolchain "clang_glibc"
- 0
None
- 0
None
- 127
/usr/bin/pacman -T chrpath
- 0
/usr/bin/pacman -T readline
- ?
sudo /usr/bin/pacman --noconfirm --color never --noprogressbar -S --asdeps chrpath
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin
)
1 /usr/bin/tty
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
)
0 /usr/bin/pacman -T chrpath
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
)
0 make USE_READLINE=-DUSE_READLINE READLINE_LIB=-lreadline READLINE_EXTRAS=-lhistory -lncurses -j1
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c if [ ! -d /usr/include ]; then \
echo "ERROR: critical directory missing: /usr/include" 1>&2; \
echo "Without this critical directory, we cannot compile." 1>&2; \
echo 1>&2; \
echo "Perhaps your system isn't setup to compile C source?" 1>&2; \
echo "For example, Apple OS X / darwin requres that XCode" 1>&2; \
echo "must be installed and that you run the command:" 1>&2; \
echo 1>&2; \
echo " xcode-select --install" 1>&2; \
echo 1>&2; \
exit 1; \
fi
- 0
/bin/sh -c if [ ! -f /usr/include/stdio.h ]; then \
echo "ERROR: critical include files are missing" 1>&2; \
echo "Without this critical directory, we cannot compile." 1>&2; \
echo 1>&2; \
echo "Perhaps your system isn't setup to compile C source?" 1>&2; \
echo "For example, Apple OS X / darwin requres that XCode" 1>&2; \
echo "must be installed and that you run the command:" 1>&2; \
echo 1>&2; \
echo " xcode-select --install" 1>&2; \
echo 1>&2; \
exit 1; \
fi
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c r="calc-dynamic-only"; \
if [ "calc-dynamic-only" != "$r" ]; then \
echo "NOTE: The host target Linux defaults to a build" 1>&2; \
echo " type of: calc-dynamic-only, so you need to use" 1>&2; \
echo " the following make command:" 1>&2; \
echo "" 1>&2; \
echo " make -f Makefile clobber" 1>&2; \
echo " make -f Makefile $r BLD_TYPE=$r" 1>&2; \
echo "" 1>&2; \
echo "NOTE: It is a very good idea to first clobber any" 1>&2; \
echo " previously built .o, libs and executables" 1>&2; \
echo " before switching to $r!" 1>&2; \
echo "" 1>&2; \
echo "=== aborting make ===" 1>&2; \
exit 1; \
fi
- 0
/bin/sh -c for i in .static calc-static sample_rand-static sample_many-static \
libcalc.a custom/libcustcalc.a; do \
r="calc-dynamic-only"; \
if [ -r "$i" ]; then \
echo "Found the static target $i file. You must:" 1>&2; \
echo "" 1>&2; \
echo " make -f Makefile clobber" 1>&2; \
echo " make -f Makefile $r BLD_TYPE=$r" 1>&2; \
echo "" 1>&2; \
echo "to clean out any previously built static files." 1>&2; \
echo "" 1>&2; \
echo "=== aborting make ===" 1>&2; \
exit 2; \
fi; \
done
- 0
/bin/sh -c echo '/*' > have_unistd.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_unistd.h
- 0
/bin/sh -c echo ' */' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_UNISTD_H)' >> have_unistd.h
- 0
/bin/sh -c echo '#define CALC_HAVE_UNISTD_H' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '/* do we have ? */' >> have_unistd.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_UNISTD_H /* yes */' >> have_unistd.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_UNISTD_H /* no */' >> have_unistd.h; \
elif [ -f /usr/include/unistd.h ]; then \
echo '#define HAVE_UNISTD_H /* yes */' >> have_unistd.h; \
elif [ -f /usr/include/unistd.h ]; then \
echo '#define HAVE_UNISTD_H /* yes */' >> have_unistd.h; \
else \
echo '#undef HAVE_UNISTD_H /* no */' >> have_unistd.h; \
fi
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_UNISTD_H */' >> have_unistd.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_unistd.h =-=-='; \
cat have_unistd.h; \
echo '=-=-= end of have_unistd.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_stdlib.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_stdlib.h
- 0
/bin/sh -c echo ' */' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_STDLIB_H)' >> have_stdlib.h
- 0
/bin/sh -c echo '#define CALC_HAVE_STDLIB_H' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '/* do we have ? */' >> have_stdlib.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_STDLIB_H /* yes */' >> have_stdlib.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_STDLIB_H /* no */' >> have_stdlib.h; \
elif [ -f /usr/include/stdlib.h ]; then \
echo '#define HAVE_STDLIB_H /* yes */' >> have_stdlib.h; \
elif [ -f /usr/include/stdlib.h ]; then \
echo '#define HAVE_STDLIB_H /* yes */' >> have_stdlib.h; \
else \
echo '#undef HAVE_STDLIB_H /* no */' >> have_stdlib.h; \
fi
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_STDLIB_H */' >> have_stdlib.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_stdlib.h =-=-='; \
cat have_stdlib.h; \
echo '=-=-= end of have_stdlib.h =-=-='; \
echo ''; \
else \
true; \
fi
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name longbits.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/longbits.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o longbits.o -x c longbits.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o longbits //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib longbits.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo '/*' > longbits.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> longbits.h
- 0
/bin/sh -c echo ' */' >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c echo '#if !defined(__LONGBITS_H__)' >> longbits.h
- 0
/bin/sh -c echo '#define __LONGBITS_H__' >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c ./longbits >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c echo '#endif /* !__LONGBITS_H__ */' >> longbits.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of longbits.h =-=-='; \
cat longbits.h; \
echo '=-=-= end of longbits.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > align32.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> align32.h
- 0
/bin/sh -c echo ' */' >> align32.h
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '#if !defined(__MUST_ALIGN32_H__)' >> align32.h
- 0
/bin/sh -c echo '#define __MUST_ALIGN32_H__' >> align32.h
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '/* must we always align 32 bit accesses? */' >> align32.h
- 0
/bin/sh -c if [ X"-DMUST_ALIGN32" = X ]; then \
echo '/* forced to align 32 bit values */' >> align32.h; \
echo '#define MUST_ALIGN32' >> align32.h; \
else \
true; \
fi
- 0
/bin/sh -c if [ X"-UMUST_ALIGN32" = X ]; then \
echo '/* forced to not require 32 bit alignment */' >> align32.h; \
echo '#undef MUST_ALIGN32' >> align32.h; \
else \
true; \
fi
- 0
/bin/sh -c if [ X = X ]; then \
rm -f align32.o align32; \
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC align32.c -c >/dev/null 2>&1; \
gcc align32.o -o align32 >/dev/null 2>&1; \
/bin/sh -c \
"./align32 >align32_tmp 2>/dev/null" >/dev/null 2>&1; \
if [ -s align32_tmp ]; then \
cat align32_tmp >> align32.h; \
else \
echo '/* guess we must align 32 bit values */' >> align32.h; \
echo '#define MUST_ALIGN32' >> align32.h; \
fi; \
rm -f align32 align32.o align32_tmp core; \
else \
true; \
fi
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name align32.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/align32.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o align32.o -x c align32.c
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? gcc align32.o -o align32
- 127
/bin/sh -c ./align32 >align32_tmp 2>/dev/null
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '#endif /* !__MUST_ALIGN32_H__ */' >> align32.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of align32.h =-=-='; \
cat align32.h; \
echo '=-=-= end of align32.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_string.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_string.h
- 0
/bin/sh -c echo ' */' >> have_string.h
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_STRING_H)' >> have_string.h
- 0
/bin/sh -c echo '#define CALC_HAVE_STRING_H' >> have_string.h
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '/* do we have ? */' >> have_string.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_STRING_H /* yes */' >> have_string.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_STRING_H /* no */' >> have_string.h; \
elif [ -f /usr/include/string.h ]; then \
echo '#define HAVE_STRING_H /* yes */' >> have_string.h; \
elif [ -f /usr/include/string.h ]; then \
echo '#define HAVE_STRING_H /* yes */' >> have_string.h; \
else \
echo '#undef HAVE_STRING_H /* no */' >> have_string.h; \
fi
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_STRING_H */' >> have_string.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_string.h =-=-='; \
cat have_string.h; \
echo '=-=-= end of have_string.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > args.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> args.h
- 0
/bin/sh -c echo ' */' >> args.h
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c echo '#if !defined(__ARGS_H__)' >> args.h
- 0
/bin/sh -c echo '#define __ARGS_H__' >> args.h
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_stdvs.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_stdvs.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_stdvs.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_stdvs.o -x c have_stdvs.c
- 0
/bin/sh -c gcc have_stdvs.o -o have_stdvs \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_stdvs //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_stdvs.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c if ./have_stdvs >>args.h 2>/dev/null; then \
touch have_args.sh; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -f have_args.sh ] && [ X"" = X ]; then \
rm -f have_stdvs.o have_stdvs have_varvs.o; \
rm -f have_varvs; \
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_varvs.c -c \
2>/dev/null; \
gcc have_varvs.o -o have_varvs 2>/dev/null; \
if ./have_varvs >>args.h 2>/dev/null; then \
touch have_args.sh; \
else \
true; \
fi; \
else \
true; \
fi
- 0
/bin/sh -c if [ -f have_args.sh ]; then \
echo 'exit 0' > have_args.sh; \
else \
echo 'exit 1' > have_args.sh; \
echo "Unable to determine what type of variable args and"; \
echo "what type of vsprintf() should be used. Set or change"; \
echo "the Makefile variable HAVE_VSPRINTF."; \
fi
- 0
sh ./have_args.sh
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c echo '#endif /* !__ARGS_H__ */' >> args.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of args.h =-=-='; \
cat args.h; \
echo '=-=-= end of args.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > calcerr.h
- 0
/bin/sh -c echo ' * DO NOT EDIT' >> calcerr.h
- 0
/bin/sh -c echo ' *' >> calcerr.h
- 0
/bin/sh -c echo ' * generated by calcerr.tbl via Makefile' >> calcerr.h
- 0
/bin/sh -c echo ' */' >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c echo '#if !defined(__CALCERR_H__)' >> calcerr.h
- 0
/bin/sh -c echo '#define __CALCERR_H__' >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c sed -f calcerr_h.sed < calcerr.tbl | \
awk -f calcerr_h.awk >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c echo '#endif /* !__CALCERR_H__ */' >> calcerr.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of calcerr.h =-=-='; \
cat calcerr.h; \
echo '=-=-= end of calcerr.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > conf.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> conf.h
- 0
/bin/sh -c echo ' */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '#if !defined(__CONF_H__)' >> conf.h
- 0
/bin/sh -c echo '#define __CONF_H__' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '/* the default :-separated search path */' >> conf.h
- 0
/bin/sh -c echo '#if !defined(DEFAULTCALCPATH)' >> conf.h
- 0
/bin/sh -c echo '#define DEFAULTCALCPATH ".:./cal:~/.cal:/usr/share/calc:/usr/share/calc/custom"' >> conf.h
- 0
/bin/sh -c echo '#endif /* DEFAULTCALCPATH */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '/* the default :-separated startup file list */' >> conf.h
- 0
/bin/sh -c echo '#if !defined(DEFAULTCALCRC)' >> conf.h
- 0
/bin/sh -c echo '#define DEFAULTCALCRC "/usr/share/calc/startup:~/.calcrc:./.calcinit"' >> conf.h
- 0
/bin/sh -c echo '#endif /* DEFAULTCALCRC */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '/* the location of the help directory */' >> conf.h
- 0
/bin/sh -c echo '#if !defined(HELPDIR)' >> conf.h
- 0
/bin/sh -c echo '#define HELPDIR "/usr/share/calc/help"' >> conf.h
- 0
/bin/sh -c echo '#endif /* HELPDIR */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '/* the location of the custom help directory */' >> conf.h
- 0
/bin/sh -c echo '#if !defined(CUSTOMHELPDIR)' >> conf.h
- 0
/bin/sh -c echo '#define CUSTOMHELPDIR "/usr/share/calc/custhelp"' >> conf.h
- 0
/bin/sh -c echo '#endif /* CUSTOMHELPDIR */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '/* the default pager to use */' >> conf.h
- 0
/bin/sh -c echo '#if !defined(DEFAULTCALCPAGER)' >> conf.h
- 0
/bin/sh -c echo '#define DEFAULTCALCPAGER "less"' >> conf.h
- 0
/bin/sh -c echo '#endif /* DEFAULTCALCPAGER */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '#endif /* !__CONF_H__ */' >> conf.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of conf.h =-=-='; \
cat conf.h; \
echo '=-=-= end of conf.h =-=-='; \
echo ''; \
else \
true; \
fi
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name endian.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/endian.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o endian.o -x c endian.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o endian //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib endian.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo '/*' > endian_calc.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> endian_calc.h
- 0
/bin/sh -c echo ' */' >> endian_calc.h
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '#if !defined(__ENDIAN_CALC_H__)' >> endian_calc.h
- 0
/bin/sh -c echo '#define __ENDIAN_CALC_H__' >> endian_calc.h
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '/* what byte order are we? */' >> endian_calc.h
- 0
/bin/sh -c if [ X"" = X ]; then \
if [ -f /usr/include/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
elif [ -f /usr/include/machine/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
elif [ -f /usr/include/sys/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
elif [ -f /usr/include/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
elif [ -f /usr/include/machine/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
elif [ -f /usr/include/sys/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
else \
./endian >> endian_calc.h; \
fi; \
else \
./endian >> endian_calc.h; \
fi
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '#endif /* !__ENDIAN_CALC_H__ */' >> endian_calc.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of endian_calc.h =-=-='; \
cat endian_calc.h; \
echo '=-=-= end of endian_calc.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_fpos.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_fpos.h
- 0
/bin/sh -c echo ' */' >> have_fpos.h
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_FPOS_H)' >> have_fpos.h
- 0
/bin/sh -c echo '#define CALC_HAVE_FPOS_H' >> have_fpos.h
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '/* do we have fgetpos & fsetpos functions? */' >> have_fpos.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_fpos.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_fpos.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_fpos.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_fpos.o -x c have_fpos.c
- 0
/bin/sh -c gcc have_fpos.o -o have_fpos \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_fpos //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_fpos.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_fpos > fpos_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_fpos > fpos_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s fpos_tmp ]; then \
cat fpos_tmp >> have_fpos.h; \
else \
echo '#undef HAVE_FPOS /* no */' >> have_fpos.h; \
echo '' >> have_fpos.h; \
echo 'typedef long FILEPOS;' >> have_fpos.h; \
fi
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_FPOS_H */' >> have_fpos.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_fpos.h =-=-='; \
cat have_fpos.h; \
echo '=-=-= end of have_fpos.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_posscl.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_posscl.h
- 0
/bin/sh -c echo ' */' >> have_posscl.h
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_POSSCL_H)' >> have_posscl.h
- 0
/bin/sh -c echo '#define CALC_HAVE_POSSCL_H' >> have_posscl.h
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_posscl.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_posscl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_posscl.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_posscl.o -x c have_posscl.c
- 0
/bin/sh -c gcc have_posscl.o -o have_posscl \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? gcc have_posscl.o -o have_posscl
- 0
/bin/sh -c /bin/sh -c "./have_posscl > posscl_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 127
/bin/sh -c ./have_posscl > posscl_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s posscl_tmp ]; then \
cat posscl_tmp >> have_posscl.h; \
else \
echo '/* FILEPOS is not a simple value */' >> have_posscl.h; \
echo '#undef HAVE_FILEPOS_SCALAR' >> have_posscl.h; \
fi
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_POSSCL_H */' >> have_posscl.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_posscl.h =-=-='; \
cat have_posscl.h; \
echo '=-=-= end of have_posscl.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_fpos_pos.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' \
>> have_fpos_pos.h
- 0
/bin/sh -c echo ' */' >> have_fpos_pos.h
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_FPOS_POS_H)' >> have_fpos_pos.h
- 0
/bin/sh -c echo '#define CALC_HAVE_FPOS_POS_H' >> have_fpos_pos.h
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '/* do we have fgetpos & fsetpos functions? */' \
>> have_fpos_pos.h
- 0
/bin/sh -c gcc \
-DCALC_SRC -DCUSTOM -Wall -fPIC have_fpos_pos.c -c >/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_fpos_pos.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_fpos_pos.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_fpos_pos.o -x c have_fpos_pos.c
- 0
/bin/sh -c gcc have_fpos_pos.o -o have_fpos_pos \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_fpos_pos //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_fpos_pos.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_fpos_pos > fpos_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_fpos_pos > fpos_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s fpos_tmp ]; then \
cat fpos_tmp >> have_fpos_pos.h; \
else \
echo '#undef HAVE_FPOS_POS /* no */' >> have_fpos_pos.h; \
echo '' >> have_fpos_pos.h; \
echo '#undef FPOS_POS_BITS' >> have_fpos_pos.h; \
fi
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_FPOS_POS_H */' >> have_fpos_pos.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_fpos_pos.h =-=-='; \
cat have_fpos_pos.h; \
echo '=-=-= end of have_fpos_pos.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_offscl.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_offscl.h
- 0
/bin/sh -c echo ' */' >> have_offscl.h
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_OFFSCL_H)' >> have_offscl.h
- 0
/bin/sh -c echo '#define CALC_HAVE_OFFSCL_H' >> have_offscl.h
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_offscl.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_offscl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_offscl.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_offscl.o -x c have_offscl.c
- 0
/bin/sh -c gcc have_offscl.o -o have_offscl \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_offscl //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_offscl.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_offscl > offscl_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_offscl > offscl_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s offscl_tmp ]; then \
cat offscl_tmp >> have_offscl.h; \
else \
echo '#undef HAVE_OFF_T_SCALAR /* off_t is not a simple value */' \
>> have_offscl.h; \
fi
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_OFFSCL_H */' >> have_offscl.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_offscl.h =-=-='; \
cat have_offscl.h; \
echo '=-=-= end of have_offscl.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > fposval.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> fposval.h
- 0
/bin/sh -c echo ' */' >> fposval.h
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '#if !defined(__FPOSVAL_H__)' >> fposval.h
- 0
/bin/sh -c echo '#define __FPOSVAL_H__' >> fposval.h
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '/* what are our file position & size types? */' >> fposval.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC \
fposval.c -c >/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name fposval.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/fposval.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o fposval.o -x c fposval.c
- 0
/bin/sh -c gcc fposval.o -o fposval >/dev/null \
2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o fposval //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib fposval.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./fposval fposv_tmp >> fposval.h 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./fposval fposv_tmp >> fposval.h 2>/dev/null
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '#endif /* !__FPOSVAL_H__ */' >> fposval.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of fposval.h =-=-='; \
cat fposval.h; \
echo '=-=-= end of fposval.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_const.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_const.h
- 0
/bin/sh -c echo ' */' >> have_const.h
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_CONST_H)' >> have_const.h
- 0
/bin/sh -c echo '#define CALC_HAVE_CONST_H' >> have_const.h
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '/* do we have or want const? */' >> have_const.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_const.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_const.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_const.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_const.o -x c have_const.c
- 0
/bin/sh -c gcc have_const.o -o have_const \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_const //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_const.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_const > const_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_const > const_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s const_tmp ]; then \
cat const_tmp >> have_const.h; \
else \
echo '#undef HAVE_CONST /* no */' >> have_const.h; \
echo '#undef CONST' >> have_const.h; \
echo '#define CONST /* no */' >> have_const.h; \
fi
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_CONST_H */' >> have_const.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_const.h =-=-='; \
cat have_const.h; \
echo '=-=-= end of have_const.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_memmv.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_memmv.h
- 0
/bin/sh -c echo ' */' >> have_memmv.h
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_MEMMV_H)' >> have_memmv.h
- 0
/bin/sh -c echo '#define CALC_HAVE_MEMMV_H' >> have_memmv.h
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '/* do we have or want memmove()? */' >> have_memmv.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_memmv.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_memmv.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_memmv.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_memmv.o -x c have_memmv.c
- 0
/bin/sh -c gcc have_memmv.o -o have_memmv \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_memmv //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_memmv.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_memmv > memmv_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_memmv > memmv_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s memmv_tmp ]; then \
cat memmv_tmp >> have_memmv.h; \
else \
echo '#undef HAVE_MEMMOVE /* no */' >> have_memmv.h; \
fi
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_MEMMV_H */' >> have_memmv.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_memmv.h =-=-='; \
cat have_memmv.h; \
echo '=-=-= end of have_memmv.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_newstr.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_newstr.h
- 0
/bin/sh -c echo ' */' >> have_newstr.h
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_NEWSTR_H)' >> have_newstr.h
- 0
/bin/sh -c echo '#define CALC_HAVE_NEWSTR_H' >> have_newstr.h
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '/* do we have or want memcpy(), memset() & strchr()? */' \
>> have_newstr.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_newstr.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_newstr.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_newstr.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_newstr.o -x c have_newstr.c
- 0
/bin/sh -c gcc have_newstr.o -o have_newstr \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_newstr //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_newstr.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_newstr > newstr_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_newstr > newstr_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s newstr_tmp ]; then \
cat newstr_tmp >> have_newstr.h; \
else \
echo '#undef HAVE_NEWSTR /* no */' >> have_newstr.h; \
fi
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_NEWSTR_H */' >> have_newstr.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_newstr.h =-=-='; \
cat have_newstr.h; \
echo '=-=-= end of have_newstr.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_times.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_times.h
- 0
/bin/sh -c echo ' */' >> have_times.h
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_TIMES_H)' >> have_times.h
- 0
/bin/sh -c echo '#define CALC_HAVE_TIMES_H' >> have_times.h
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '/* do we have ? */' >> have_times.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_TIMES_H /* yes */' >> have_times.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_TIMES_H /* no */' >> have_times.h; \
elif [ -f /usr/include/times.h ]; then \
echo '#define HAVE_TIMES_H /* yes */' >> have_times.h; \
elif [ -f /usr/include/times.h ]; then \
echo '#define HAVE_TIMES_H /* yes */' >> have_times.h; \
else \
echo '#undef HAVE_TIMES_H /* no */' >> have_times.h; \
fi
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_SYS_TIMES_H /* yes */' >> have_times.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_SYS_TIMES_H /* no */' >> have_times.h; \
elif [ -f /usr/include/sys/times.h ]; then \
echo '#define HAVE_SYS_TIMES_H /* yes */' >> have_times.h; \
elif [ -f /usr/include/sys/times.h ]; then \
echo '#define HAVE_SYS_TIMES_H /* yes */' >> have_times.h; \
else \
echo '#undef HAVE_SYS_TIMES_H /* no */' >> have_times.h; \
fi
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_TIME_H /* yes */' >> have_times.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_TIME_H /* no */' >> have_times.h; \
elif [ -f /usr/include/time.h ]; then \
echo '#define HAVE_TIME_H /* yes */' >> have_times.h; \
elif [ -f /usr/include/time.h ]; then \
echo '#define HAVE_TIME_H /* yes */' >> have_times.h; \
else \
echo '#undef HAVE_TIME_H /* no */' >> have_times.h; \
fi
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_SYS_TIME_H /* yes */' >> have_times.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_SYS_TIME_H /* no */' >> have_times.h; \
elif [ -f /usr/include/sys/time.h ]; then \
echo '#define HAVE_SYS_TIME_H /* yes */' >> have_times.h; \
elif [ -f /usr/include/sys/time.h ]; then \
echo '#define HAVE_SYS_TIME_H /* yes */' >> have_times.h; \
else \
echo '#undef HAVE_SYS_TIME_H /* no */' >> have_times.h; \
fi
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_TIMES_H */' >> have_times.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_times.h =-=-='; \
cat have_times.h; \
echo '=-=-= end of have_times.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_uid_t.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_uid_t.h
- 0
/bin/sh -c echo ' */' >> have_uid_t.h
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_UID_T_H)' >> have_uid_t.h
- 0
/bin/sh -c echo '#define CALC_HAVE_UID_T_H' >> have_uid_t.h
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '/* do we have or want uid_t? */' >> have_uid_t.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_uid_t.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_uid_t.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_uid_t.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_uid_t.o -x c have_uid_t.c
- 0
/bin/sh -c gcc have_uid_t.o -o have_uid_t \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_uid_t //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_uid_t.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_uid_t > uid_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_uid_t > uid_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s uid_tmp ]; then \
cat uid_tmp >> have_uid_t.h; \
else \
echo '#undef HAVE_UID_T /* no */' >> have_uid_t.h; \
fi
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_UID_T_H */' >> have_uid_t.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_uid_t.h =-=-='; \
cat have_uid_t.h; \
echo '=-=-= end of have_uid_t.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > terminal.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> terminal.h
- 0
/bin/sh -c echo ' */' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '#if !defined(__TERMINAL_H__)' >> terminal.h
- 0
/bin/sh -c echo '#define __TERMINAL_H__' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '/* determine the type of terminal interface */' >> terminal.h
- 0
/bin/sh -c echo '#if !defined(USE_TERMIOS)' >> terminal.h
- 0
/bin/sh -c echo '#if !defined(USE_TERMIO)' >> terminal.h
- 0
/bin/sh -c echo '#if !defined(USE_SGTTY)' >> terminal.h
- 0
/bin/sh -c if [ X"" = X"-DUSE_WIN32" ]; then \
echo '/* windoz, use none of these modes */' >> terminal.h; \
echo '#undef USE_TERMIOS /* */' >> terminal.h; \
echo '#undef USE_TERMIO /* */' >> terminal.h; \
echo '#undef USE_SGTTY /* */' >> terminal.h; \
elif [ -f /usr/include/termios.h ]; then \
echo '/* use termios */' >> terminal.h; \
echo '#define USE_TERMIOS /* */' >> terminal.h; \
echo '#undef USE_TERMIO /* */' >> terminal.h; \
echo '#undef USE_SGTTY /* */' >> terminal.h; \
elif [ -f /usr/include/termio.h ]; then \
echo '/* use termio */' >> terminal.h; \
echo '#undef USE_TERMIOS /* */' >> terminal.h; \
echo '#define USE_TERMIO /* */' >> terminal.h; \
echo '#undef USE_SGTTY /* */' >> terminal.h; \
elif [ -f /usr/include/termios.h ]; then \
echo '/* use termios */' >> terminal.h; \
echo '#define USE_TERMIOS /* */' >> terminal.h; \
echo '#undef USE_TERMIO /* */' >> terminal.h; \
echo '#undef USE_SGTTY /* */' >> terminal.h; \
elif [ -f /usr/include/termio.h ]; then \
echo '/* use termio */' >> terminal.h; \
echo '#undef USE_TERMIOS /* */' >> terminal.h; \
echo '#define USE_TERMIO /* */' >> terminal.h; \
echo '#undef USE_SGTTY /* */' >> terminal.h; \
else \
echo '/* use sgtty */' >> terminal.h; \
echo '#undef USE_TERMIOS /* */' >> terminal.h; \
echo '#undef USE_TERMIO /* */' >> terminal.h; \
echo '#define USE_SGTTY /* */' >> terminal.h; \
fi
- 0
/bin/sh -c echo '#endif' >> terminal.h
- 0
/bin/sh -c echo '#endif' >> terminal.h
- 0
/bin/sh -c echo '#endif' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '#endif /* !__TERMINAL_H__ */' >> terminal.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of terminal.h =-=-='; \
cat terminal.h; \
echo '=-=-= end of terminal.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_ustat.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_ustat.h
- 0
/bin/sh -c echo ' */' >> have_ustat.h
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_USTAT_H)' >> have_ustat.h
- 0
/bin/sh -c echo '#define CALC_HAVE_USTAT_H' >> have_ustat.h
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '/* do we have or want ustat()? */' >> have_ustat.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_ustat.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_ustat.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_ustat.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_ustat.o -x c have_ustat.c
- 0
/bin/sh -c gcc have_ustat.o -o have_ustat \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_ustat //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_ustat.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_ustat > ustat_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_ustat > ustat_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s ustat_tmp ]; then \
cat ustat_tmp >> have_ustat.h; \
else \
echo '#undef HAVE_USTAT /* no */' >> have_ustat.h; \
fi
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_USTAT_H */' >> have_ustat.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_ustat.h =-=-='; \
cat have_ustat.h; \
echo '=-=-= end of have_ustat.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_getsid.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_getsid.h
- 0
/bin/sh -c echo ' */' >> have_getsid.h
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_GETSID_H)' >> have_getsid.h
- 0
/bin/sh -c echo '#define CALC_HAVE_GETSID_H' >> have_getsid.h
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '/* do we have or want getsid()? */' >> have_getsid.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_getsid.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_getsid.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_getsid.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_getsid.o -x c have_getsid.c
- 0
/bin/sh -c gcc have_getsid.o -o have_getsid \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getsid //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_getsid.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_getsid > getsid_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_getsid > getsid_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s getsid_tmp ]; then \
cat getsid_tmp >> have_getsid.h; \
else \
echo '#undef HAVE_GETSID /* no */' >> have_getsid.h; \
fi
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_GETSID_H */' >> have_getsid.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_getsid.h =-=-='; \
cat have_getsid.h; \
echo '=-=-= end of have_getsid.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_getpgid.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> \
have_getpgid.h
- 0
/bin/sh -c echo ' */' >> have_getpgid.h
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_GETPGID_H)' >> have_getpgid.h
- 0
/bin/sh -c echo '#define CALC_HAVE_GETPGID_H' >> have_getpgid.h
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '/* do we have or want getpgid()? */' >> have_getpgid.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_getpgid.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_getpgid.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_getpgid.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_getpgid.o -x c have_getpgid.c
- 0
/bin/sh -c gcc have_getpgid.o -o have_getpgid \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getpgid //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_getpgid.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_getpgid > getpgid_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_getpgid > getpgid_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s getpgid_tmp ]; then \
cat getpgid_tmp >> have_getpgid.h; \
else \
echo '#undef HAVE_GETPGID /* no */' >> have_getpgid.h; \
fi
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_GETPGID_H */' >> have_getpgid.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_getpgid.h =-=-='; \
cat have_getpgid.h; \
echo '=-=-= end of have_getpgid.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_gettime.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> \
have_gettime.h
- 0
/bin/sh -c echo ' */' >> have_gettime.h
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_GETTIME_H)' >> have_gettime.h
- 0
/bin/sh -c echo '#define CALC_HAVE_GETTIME_H' >> have_gettime.h
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '/* do we have or want clock_gettime()? */' >> have_gettime.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_gettime.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_gettime.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_gettime.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_gettime.o -x c have_gettime.c
- 0
/bin/sh -c gcc have_gettime.o -o have_gettime \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_gettime //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_gettime.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_gettime > gettime_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_gettime > gettime_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s gettime_tmp ]; then \
cat gettime_tmp >> have_gettime.h; \
else \
echo '#undef HAVE_GETTIME /* no */' >> have_gettime.h; \
fi
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_GETTIME_H */' >> have_gettime.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_gettime.h =-=-='; \
cat have_gettime.h; \
echo '=-=-= end of have_gettime.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_getprid.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> \
have_getprid.h
- 0
/bin/sh -c echo ' */' >> have_getprid.h
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_GETPRID_H)' >> have_getprid.h
- 0
/bin/sh -c echo '#define CALC_HAVE_GETPRID_H' >> have_getprid.h
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '/* do we have or want getprid()? */' >> have_getprid.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_getprid.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_getprid.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_getprid.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_getprid.o -x c have_getprid.c
- 0
/bin/sh -c gcc have_getprid.o -o have_getprid \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getprid //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_getprid.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_getprid > getprid_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 127
/bin/sh -c ./have_getprid > getprid_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s getprid_tmp ]; then \
cat getprid_tmp >> have_getprid.h; \
else \
echo '#undef HAVE_GETPRID /* no */' >> have_getprid.h; \
fi
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_GETPRID_H */' >> have_getprid.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_getprid.h =-=-='; \
cat have_getprid.h; \
echo '=-=-= end of have_getprid.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_urandom.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> \
have_urandom.h
- 0
/bin/sh -c echo ' */' >> have_urandom.h
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_URANDOM_H)' >> have_urandom.h
- 0
/bin/sh -c echo '#define CALC_HAVE_URANDOM_H' >> have_urandom.h
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '/* do we have /dev/urandom? */' >> have_urandom.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_URANDOM_H /* yes */' >> have_urandom.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_URANDOM_H /* no */' >> have_urandom.h; \
elif [ -r /dev/urandom ] 2>/dev/null; then \
echo '#define HAVE_URANDOM_H /* yes */' >> have_urandom.h; \
else \
echo '#undef HAVE_URANDOM_H /* no */' >> have_urandom.h; \
fi
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_URANDOM_H */' >> have_urandom.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_urandom.h =-=-='; \
cat have_urandom.h; \
echo '=-=-= end of have_urandom.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_rusage.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> \
have_rusage.h
- 0
/bin/sh -c echo ' */' >> have_rusage.h
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_RUSAGE_H)' >> have_rusage.h
- 0
/bin/sh -c echo '#define CALC_HAVE_RUSAGE_H' >> have_rusage.h
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '/* do we have or want getrusage()? */' >> have_rusage.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_rusage.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_rusage.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_rusage.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_rusage.o -x c have_rusage.c
- 0
/bin/sh -c gcc have_rusage.o -o have_rusage \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_rusage //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_rusage.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_rusage > rusage_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_rusage > rusage_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s rusage_tmp ]; then \
cat rusage_tmp >> have_rusage.h; \
else \
echo '#undef HAVE_GETRUSAGE /* no */' >> have_rusage.h; \
fi
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_RUSAGE_H */' >> have_rusage.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_rusage.h =-=-='; \
cat have_rusage.h; \
echo '=-=-= end of have_rusage.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_strdup.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_strdup.h
- 0
/bin/sh -c echo ' */' >> have_strdup.h
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_STRDUP_H)' >> have_strdup.h
- 0
/bin/sh -c echo '#define CALC_HAVE_STRDUP_H' >> have_strdup.h
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '/* do we have or want getstrdup()? */' >> have_strdup.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_strdup.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_strdup.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_strdup.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_strdup.o -x c have_strdup.c
- 0
/bin/sh -c gcc have_strdup.o -o have_strdup \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_strdup //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_strdup.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_strdup > strdup_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_strdup > strdup_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s strdup_tmp ]; then \
cat strdup_tmp >> have_strdup.h; \
else \
echo '#undef HAVE_STRDUP /* no */' >> have_strdup.h; \
fi
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_STRDUP_H */' >> have_strdup.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_strdup.h =-=-='; \
cat have_strdup.h; \
echo '=-=-= end of have_strdup.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_unused.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_unused.h
- 0
/bin/sh -c echo ' */' >> have_unused.h
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_UNUSED_H)' >> have_unused.h
- 0
/bin/sh -c echo '#define CALC_HAVE_UNUSED_H' >> have_unused.h
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '/* do we have/want the unused attribute? */' >> have_unused.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_unused.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_unused.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_unused.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_unused.o -x c have_unused.c
- 0
/bin/sh -c gcc have_unused.o -o have_unused \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_unused //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib have_unused.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_unused > unused_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_unused > unused_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s unused_tmp ]; then \
cat unused_tmp >> have_unused.h; \
else \
echo '#undef HAVE_UNUSED /* no */' >> have_unused.h; \
echo '#undef UNUSED' >> have_unused.h; \
echo '#define UNUSED /* no */' >> have_unused.h; \
fi
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_UNUSED_H */' >> have_unused.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_unused.h =-=-='; \
cat have_unused.h; \
echo '=-=-= end of have_unused.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > calcerr.c
- 0
/bin/sh -c echo ' * DO NOT EDIT' >> calcerr.c
- 0
/bin/sh -c echo ' *' >> calcerr.c
- 0
/bin/sh -c echo ' * generated by calcerr.tbl via Makefile' >> calcerr.c
- 0
/bin/sh -c echo ' */' >> calcerr.c
- 0
/bin/sh -c echo '' >> calcerr.c
- 0
/bin/sh -c sed -f calcerr_c.sed < calcerr.tbl | \
awk -f calcerr_c.awk >> calcerr.c
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of calcerr.c =-=-='; \
cat calcerr.c; \
echo '=-=-= end of calcerr.c =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile start of custom/.all rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Invoking all rule for custom =-=-=-=-='
- 0
/bin/sh -c cd custom; make -f Makefile ALLOW_CUSTOM="-DCUSTOM" AR=ar AWK=awk BINDIR="/usr/bin" BLD_TYPE="calc-dynamic-only" CALC_INCDIR="/usr/include/calc" CALC_SHAREDIR="/usr/share/calc" CAT=cat CC=" gcc " CCERR="" CCMISC="" CCOPT="-O3 -g3" CCWARN="-Wall" CC_SHARE="-fPIC" CFLAGS="-DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.." CHMOD=chmod CMP=cmp CO=co COMMON_CFLAGS="-DCALC_SRC -DCUSTOM -Wall -I.." COMMON_LDFLAGS="" CP=cp CUSTOMCALDIR="/usr/share/calc/custom" CUSTOMHELPDIR="/usr/share/calc/custhelp" CUSTOMINCDIR="/usr/include/calc/custom" DEBUG="-O3 -g3" DEFAULT_LIB_INSTALL_PATH="/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib" FMT=fmt GREP=egrep HELPDIR="/usr/share/calc/help" ICFLAGS="-DCALC_SRC -DCUSTOM -Wall -fPIC -I.." ILDFLAGS="" INCDIR="/usr/include" LANG=C LCC="gcc" LDCONFIG=ldconfig LDFLAGS=" " LD_SHARE=""-Wl,-rpath,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib" "-Wl,-rpath-link,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib"" LIBCUSTCALC_SHLIB="-shared "-Wl,-soname,libcustcalc.so.2.12.5.3"" LIBDIR="/usr/lib" LN=ln MAKE=make MAKEDEPEND=makedepend MAKE_FILE=Makefile MKDIR=mkdir MV=mv PURIFY="" Q="@" RANLIB="ranlib" RM=rm RMDIR=rmdir SCRIPTDIR="/usr/bin/cscript" SED=sed SORT=sort T= TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true VERSION=2.12.5.3 target=Linux all
- 0
make -f Makefile ALLOW_CUSTOM=-DCUSTOM AR=ar AWK=awk BINDIR=/usr/bin BLD_TYPE=calc-dynamic-only CALC_INCDIR=/usr/include/calc CALC_SHAREDIR=/usr/share/calc CAT=cat CC= gcc CCERR= CCMISC= CCOPT=-O3 -g3 CCWARN=-Wall CC_SHARE=-fPIC CFLAGS=-DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.. CHMOD=chmod CMP=cmp CO=co COMMON_CFLAGS=-DCALC_SRC -DCUSTOM -Wall -I.. COMMON_LDFLAGS= CP=cp CUSTOMCALDIR=/usr/share/calc/custom CUSTOMHELPDIR=/usr/share/calc/custhelp CUSTOMINCDIR=/usr/include/calc/custom DEBUG=-O3 -g3 DEFAULT_LIB_INSTALL_PATH=/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib FMT=fmt GREP=egrep HELPDIR=/usr/share/calc/help ICFLAGS=-DCALC_SRC -DCUSTOM -Wall -fPIC -I.. ILDFLAGS= INCDIR=/usr/include LANG=C LCC=gcc LDCONFIG=ldconfig LDFLAGS= LD_SHARE=-Wl,-rpath,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib -Wl,-rpath-link,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib LIBCUSTCALC_SHLIB=-shared -Wl,-soname,libcustcalc.so.2.12.5.3 LIBDIR=/usr/lib LN=ln MAKE=make MAKEDEPEND=makedepend MAKE_FILE=Makefile MKDIR=mkdir MV=mv PURIFY= Q=@ RANLIB=ranlib RM=rm RMDIR=rmdir SCRIPTDIR=/usr/bin/cscript SED=sed SORT=sort T= TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true VERSION=2.12.5.3 target=Linux all
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name custtbl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/custtbl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -I .. -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o custtbl.o -x c custtbl.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_argv.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_argv.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -I .. -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_argv.o -x c c_argv.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_devnull.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_devnull.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -I .. -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_devnull.o -x c c_devnull.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_help.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_help.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -I .. -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_help.o -x c c_help.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_sysinfo.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_sysinfo.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -I .. -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_sysinfo.o -x c c_sysinfo.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_pzasusb8.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_pzasusb8.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -I .. -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_pzasusb8.o -x c c_pzasusb8.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_pmodm127.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_pmodm127.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -I .. -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_pmodm127.o -x c c_pmodm127.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_register.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_register.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -I .. -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_register.o -x c c_register.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o libcustcalc.so.2.12.5.3 //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -soname libcustcalc.so.2.12.5.3 custtbl.o c_argv.o c_devnull.o c_help.o c_sysinfo.o c_pzasusb8.o c_pmodm127.o c_register.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c : echo '=-=-=-=-= Back to the main Makefile for custom/.all rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile end of custom/.all rule =-=-=-=-='
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name addop.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/addop.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o addop.o -x c addop.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name assocfunc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/assocfunc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o assocfunc.o -x c assocfunc.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name blkcpy.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/blkcpy.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o blkcpy.o -x c blkcpy.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name block.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/block.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o block.o -x c block.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name byteswap.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/byteswap.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o byteswap.o -x c byteswap.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name calcerr.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/calcerr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o calcerr.o -x c calcerr.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name codegen.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/codegen.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o codegen.o -x c codegen.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name comfunc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/comfunc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o comfunc.o -x c comfunc.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name commath.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/commath.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o commath.o -x c commath.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name config.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/config.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o config.o -x c config.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name const.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/const.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o const.o -x c const.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name custom.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o custom.o -x c custom.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name file.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/file.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -Wno-error=long-long -Wno-long-long -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o file.o -x c file.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name func.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/func.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o func.o -x c func.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name hash.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/hash.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o hash.o -x c hash.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name help.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/help.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o help.o -x c help.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name hist.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/hist.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -D USE_READLINE -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o hist.o -x c hist.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name input.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/input.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o input.o -x c input.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name jump.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/jump.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o jump.o -x c jump.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name label.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/label.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o label.o -x c label.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name lib_calc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/lib_calc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o lib_calc.o -x c lib_calc.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name lib_util.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/lib_util.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o lib_util.o -x c lib_util.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name listfunc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/listfunc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o listfunc.o -x c listfunc.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name matfunc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/matfunc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o matfunc.o -x c matfunc.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name math_error.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/math_error.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o math_error.o -x c math_error.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name obj.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/obj.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o obj.o -x c obj.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name opcodes.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/opcodes.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o opcodes.o -x c opcodes.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name pix.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/pix.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o pix.o -x c pix.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name poly.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/poly.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o poly.o -x c poly.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name prime.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/prime.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o prime.o -x c prime.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name qfunc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/qfunc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o qfunc.o -x c qfunc.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name qio.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/qio.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o qio.o -x c qio.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name qmath.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/qmath.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o qmath.o -x c qmath.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name qmod.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/qmod.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o qmod.o -x c qmod.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name qtrans.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/qtrans.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o qtrans.o -x c qtrans.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name quickhash.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/quickhash.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o quickhash.o -x c quickhash.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name seed.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/seed.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -Wno-implicit -Wno-error=long-long -Wno-long-long -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o seed.o -x c seed.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name sha1.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/sha1.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o sha1.o -x c sha1.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name size.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/size.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o size.o -x c size.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name str.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/str.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o str.o -x c str.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name symbol.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/symbol.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o symbol.o -x c symbol.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name token.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/token.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o token.o -x c token.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name value.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/value.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o value.o -x c value.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name version.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/version.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o version.o -x c version.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name zfunc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/zfunc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o zfunc.o -x c zfunc.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name zio.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/zio.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o zio.o -x c zio.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name zmath.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/zmath.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o zmath.o -x c zmath.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name zmod.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/zmod.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o zmod.o -x c zmod.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name zmul.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/zmul.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o zmul.o -x c zmul.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name zprime.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/zprime.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o zprime.o -x c zprime.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name zrand.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/zrand.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o zrand.o -x c zrand.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name zrandom.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/zrandom.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o zrandom.o -x c zrandom.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o ver_calc //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/version-8b388c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o libcalc.so.2.12.5.3 //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -soname libcalc.so.2.12.5.3 addop.o assocfunc.o blkcpy.o block.o byteswap.o calcerr.o codegen.o comfunc.o commath.o config.o const.o custom.o file.o func.o hash.o help.o hist.o input.o jump.o label.o lib_calc.o lib_util.o listfunc.o matfunc.o math_error.o obj.o opcodes.o pix.o poly.o prime.o qfunc.o qio.o qmath.o qmod.o qtrans.o quickhash.o seed.o sha1.o size.o str.o symbol.o token.o value.o version.o zfunc.o zio.o zmath.o zmod.o zmul.o zprime.o zrand.o zrandom.o -lreadline -lhistory -lncurses -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name calc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/calc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o calc.o -x c calc.c
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o calc //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib calc.o -rpath /tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib -rpath-link /tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib libcalc.so.2.12.5.3 libcustcalc.so.2.12.5.3 -lreadline -lhistory -lncurses -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name sample_rand.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/sample_rand.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o sample_rand.o -x c sample_rand.c
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o sample_rand //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib sample_rand.o -rpath /tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib -rpath-link /tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib libcalc.so.2.12.5.3 libcustcalc.so.2.12.5.3 -lreadline -lhistory -lncurses -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name sample_many.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/sample_many.o -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o sample_many.o -x c sample_many.c
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o sample_many //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib sample_many.o -rpath /tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib -rpath-link /tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib libcalc.so.2.12.5.3 libcustcalc.so.2.12.5.3 -lreadline -lhistory -lncurses -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c sed -e 's:${LIBDIR}:/usr/lib:g' \
-e 's,${BINDIR},/usr/bin,g' \
-e 's,${VERSION},2.12.5.3,g' \
-e 's,${CALCPATH},.:./cal:~/.cal:/usr/share/calc:/usr/share/calc/custom,g' \
-e 's,${SCRIPTDIR},/usr/bin/cscript,g' \
-e 's,${CALC_INCDIR},/usr/include/calc,g' \
-e 's,${CUSTOMCALDIR},/usr/share/calc/custom,g' \
-e 's,${CUSTOMINCDIR},/usr/include/calc/custom,g' \
-e 's,${CUSTOMHELPDIR},/usr/share/calc/custhelp,g' \
-e 's,${CALCRC},/usr/share/calc/startup:~/.calcrc:./.calcinit,g' < calc.man > calc.1
- 0
/bin/sh -c if [ -z "" ]; then \
LESSCHARSET=iso8859 less calc.1; \
else \
-man calc.1; \
fi | col -b > calc.usage
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile start of cal/.all rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Invoking all rule for cal =-=-=-=-='
- 0
/bin/sh -c cd cal; make -f Makefile AR=ar BINDIR="/usr/bin" CALC_INCDIR="/usr/include/calc" CALC_SHAREDIR="/usr/share/calc" CAT=cat CHMOD=chmod CMP=cmp CO=co CP=cp HELPDIR="/usr/share/calc/help" INCDIR="/usr/include" LANG=C LIBDIR="/usr/lib" MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q="@" RM=rm RMDIR=rmdir SCRIPTDIR="/usr/bin/cscript" T= TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true all
- 0
make -f Makefile AR=ar BINDIR=/usr/bin CALC_INCDIR=/usr/include/calc CALC_SHAREDIR=/usr/share/calc CAT=cat CHMOD=chmod CMP=cmp CO=co CP=cp HELPDIR=/usr/share/calc/help INCDIR=/usr/include LANG=C LIBDIR=/usr/lib MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q=@ RM=rm RMDIR=rmdir SCRIPTDIR=/usr/bin/cscript T= TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true all
- 0
/bin/sh -c : echo '=-=-=-=-= Back to the main Makefile for cal/.all rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile end of cal/.all rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile start of help/.all rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Invoking all rule for help =-=-=-=-='
- 0
/bin/sh -c cd help; make -f Makefile AR=ar BINDIR="/usr/bin" CALC_INCDIR="/usr/include/calc" CALC_SHAREDIR="/usr/share/calc" CAT=cat CFLAGS="-DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3" CHMOD=chmod CMP=cmp CO=co COMMON_CFLAGS="-DCALC_SRC -DCUSTOM -Wall " COMMON_LDFLAGS="" CP=cp EXT= FMT=fmt HELPDIR="/usr/share/calc/help" ICFLAGS="-DCALC_SRC -DCUSTOM -Wall -fPIC" ILDFLAGS="" INCDIR="/usr/include" LANG=C LCC="gcc" LIBDIR="/usr/lib" MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q="@" RM=rm RMDIR=rmdir SCRIPTDIR="/usr/bin/cscript" SED=sed T= TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true all
- 0
make -f Makefile AR=ar BINDIR=/usr/bin CALC_INCDIR=/usr/include/calc CALC_SHAREDIR=/usr/share/calc CAT=cat CFLAGS=-DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 CHMOD=chmod CMP=cmp CO=co COMMON_CFLAGS=-DCALC_SRC -DCUSTOM -Wall COMMON_LDFLAGS= CP=cp EXT= FMT=fmt HELPDIR=/usr/share/calc/help ICFLAGS=-DCALC_SRC -DCUSTOM -Wall -fPIC ILDFLAGS= INCDIR=/usr/include LANG=C LCC=gcc LIBDIR=/usr/lib MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q=@ RM=rm RMDIR=rmdir SCRIPTDIR=/usr/bin/cscript SED=sed T= TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true all
- 0
/bin/sh -c echo "forming builtin help file"
- 0
/bin/sh -c sed -n -f funclist.sed ../func.c > funclist.c
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -DFUNCLIST -I/usr/include \
-I.. funclist.c -c 2>/dev/null
- hardcoded invocation: abs (/usr/bin/gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name funclist.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/help/funclist.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D CALC_SRC -D CUSTOM -D FUNCLIST -I /usr/include -I .. -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/help -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o funclist.o -x c funclist.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o funclist //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib funclist.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c cat builtin.top > builtin
- 0
/bin/sh -c ./funclist | \
sed -e 's/^/ /' -e 's/[ ][ ]*$//' >> builtin
- 0
/bin/sh -c cat builtin.end >> builtin
- 0
/bin/sh -c echo "builtin help file formed"
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/builtin =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c cat errorcodes.hdr > errorcodes
- 0
/bin/sh -c sed -n -f errorcodes.sed < ../calcerr.h >> errorcodes
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/errorcodes =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/resource =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/usage =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo "forming cscript/README"
- 0
/bin/sh -c (cd ../cscript; make -f Makefile README)
- 0
make -f Makefile README
- 0
/bin/sh -c sed -e "s:#!/usr/local/src/bin/calc/calc:#!/usr/bin/calc:" README.src>README
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/cscript =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/bindings =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/custom_cal =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c sed -e 's:${LIBDIR}:/usr/lib:g' \
-e 's:${CALC_INCDIR}:/usr/include/calc:g' < ../LIBRARY > libcalc
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/libcalc =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/new_custom =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/bugs =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/changes =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/COPYING =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/COPYING-LGPL =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo "forming full"
- 0
/bin/sh -c for i in intro overview help assoc builtin command config custom define environment expression errorcodes file history interrupt list mat obj.file operator statement resource types script usage cscript unexpected variable bindings custom_cal libcalc new_custom resource archive bugs changes contrib credit COPYING COPYING-LGPL wishlist todo; do \
if [ Xintro != X"$i" ]; then \
echo ""; \
else \
true; \
fi; \
if [ Xobj.file = X"$i" ]; then \
j=obj; \
else \
j=$i; \
fi; \
echo "*************"; \
echo "* $j"; \
echo "*************"; \
echo ""; \
cat $i; \
done > full
- 0
/bin/sh -c echo "full formed"
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/full =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/copy =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c for i in binding bug change errorcode type /dev/null; do \
if [ X"$i" != X"/dev/null" ]; then \
echo "rm -f ${i}"; \
rm -f ${i}; \
echo "cp ${i}s ${i}"; \
cp ${i}s ${i}; \
fi; \
done
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= skipping the cat of help/SINGULAR_FILES =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c : echo '=-=-=-=-= Back to the main Makefile for help/.all rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile end of help/.all rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile start of cscript/mersenne rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Invoking all rule for cscript =-=-=-=-='
- 0
/bin/sh -c cd cscript; make -f Makefile AR=ar BINDIR="/usr/bin" CALC_INCDIR="/usr/include/calc" CALC_SHAREDIR="/usr/share/calc" CAT=cat CHMOD=chmod CMP=cmp CO=co CP=cp FMT=fmt HELPDIR="/usr/share/calc/help" INCDIR="/usr/include" LANG=C LIBDIR="/usr/lib" MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q="@" RM=rm RMDIR=rmdir SCRIPTDIR="/usr/bin/cscript" SED=sed SORT=sort T= TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true all
- 0
make -f Makefile AR=ar BINDIR=/usr/bin CALC_INCDIR=/usr/include/calc CALC_SHAREDIR=/usr/share/calc CAT=cat CHMOD=chmod CMP=cmp CO=co CP=cp FMT=fmt HELPDIR=/usr/share/calc/help INCDIR=/usr/include LANG=C LIBDIR=/usr/lib MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q=@ RM=rm RMDIR=rmdir SCRIPTDIR=/usr/bin/cscript SED=sed SORT=sort T= TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true all
- 0
/bin/sh -c sed -e "1s:^#!/usr/local/src/bin/calc/calc:#!/usr/bin/calc:" 4dsphere.calc>4dsphere
- 0
/bin/sh -c sed -e "1s:^#!/usr/local/src/bin/calc/calc:#!/usr/bin/calc:" fproduct.calc>fproduct
- 0
/bin/sh -c sed -e "1s:^#!/usr/local/src/bin/calc/calc:#!/usr/bin/calc:" mersenne.calc>mersenne
- 0
/bin/sh -c sed -e "1s:^#!/usr/local/src/bin/calc/calc:#!/usr/bin/calc:" piforever.calc>piforever
- 0
/bin/sh -c sed -e "1s:^#!/usr/local/src/bin/calc/calc:#!/usr/bin/calc:" plus.calc>plus
- 0
/bin/sh -c sed -e "1s:^#!/usr/local/src/bin/calc/calc:#!/usr/bin/calc:" powerterm.calc>powerterm
- 0
/bin/sh -c sed -e "1s:^#!/usr/local/src/bin/calc/calc:#!/usr/bin/calc:" simple.calc>simple
- 0
/bin/sh -c sed -e "1s:^#!/usr/local/src/bin/calc/calc:#!/usr/bin/calc:" square.calc>square
- 0
/bin/sh -c : echo '=-=-=-=-= Back to the main Makefile for cscript/mersenne rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile end of cscript/mersenne rule =-=-=-=-='
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
)
0 fakeroot -- /usr/bin/makepkg -F --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
- 0
/usr/bin/faked
- 0
/usr/bin/makepkg -F --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
- 0
None
- 1
/usr/bin/pacman --noconfirm --color never --noprogressbar -Q
- 0
make T=/tmp/calc/pkg/calc install
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c if [ ! -d /usr/include ]; then \
echo "ERROR: critical directory missing: /usr/include" 1>&2; \
echo "Without this critical directory, we cannot compile." 1>&2; \
echo 1>&2; \
echo "Perhaps your system isn't setup to compile C source?" 1>&2; \
echo "For example, Apple OS X / darwin requres that XCode" 1>&2; \
echo "must be installed and that you run the command:" 1>&2; \
echo 1>&2; \
echo " xcode-select --install" 1>&2; \
echo 1>&2; \
exit 1; \
fi
- 0
/bin/sh -c if [ ! -f /usr/include/stdio.h ]; then \
echo "ERROR: critical include files are missing" 1>&2; \
echo "Without this critical directory, we cannot compile." 1>&2; \
echo 1>&2; \
echo "Perhaps your system isn't setup to compile C source?" 1>&2; \
echo "For example, Apple OS X / darwin requres that XCode" 1>&2; \
echo "must be installed and that you run the command:" 1>&2; \
echo 1>&2; \
echo " xcode-select --install" 1>&2; \
echo 1>&2; \
exit 1; \
fi
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile start of install rule =-=-=-=-='
- 0
/bin/sh -c if [ ! -z "/tmp/calc/pkg/calc" ]; then \
if [ ! -d /tmp/calc/pkg/calc ]; then \
echo mkdir -p /tmp/calc/pkg/calc; \
mkdir -p /tmp/calc/pkg/calc; \
echo chmod 0755 /tmp/calc/pkg/calc; \
chmod 0755 /tmp/calc/pkg/calc; \
fi; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/bin ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/bin; \
mkdir -p /tmp/calc/pkg/calc/usr/bin; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/bin; \
chmod 0755 /tmp/calc/pkg/calc/usr/bin; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/include ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/include; \
mkdir -p /tmp/calc/pkg/calc/usr/include; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/include; \
chmod 0755 /tmp/calc/pkg/calc/usr/include; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/lib ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/lib; \
mkdir -p /tmp/calc/pkg/calc/usr/lib; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/lib; \
chmod 0755 /tmp/calc/pkg/calc/usr/lib; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/share/calc ]; then \
mkdir -p /tmp/calc/pkg/calc/usr/share/calc; \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/calc; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/calc; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/calc; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/share/calc/help ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/calc/help; \
mkdir -p /tmp/calc/pkg/calc/usr/share/calc/help; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/help; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/help; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/include/calc ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/include/calc; \
mkdir -p /tmp/calc/pkg/calc/usr/include/calc; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/include/calc; \
chmod 0755 /tmp/calc/pkg/calc/usr/include/calc; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/share/calc/custom ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/calc/custom; \
mkdir -p /tmp/calc/pkg/calc/usr/share/calc/custom; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/custom; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/custom; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/share/calc/custhelp ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/calc/custhelp; \
mkdir -p /tmp/calc/pkg/calc/usr/share/calc/custhelp; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/custhelp; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/custhelp; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/include/calc/custom ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/include/calc/custom; \
mkdir -p /tmp/calc/pkg/calc/usr/include/calc/custom; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/include/calc/custom; \
chmod 0755 /tmp/calc/pkg/calc/usr/include/calc/custom; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/bin/cscript ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/bin/cscript; \
mkdir -p /tmp/calc/pkg/calc/usr/bin/cscript; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/bin/cscript; \
chmod 0755 /tmp/calc/pkg/calc/usr/bin/cscript; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -z "/usr/share/man/man1" ]; then \
if [ ! -d /tmp/calc/pkg/calc/usr/share/man/man1 ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/man/man1; \
mkdir -p /tmp/calc/pkg/calc/usr/share/man/man1; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/man/man1; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/man/man1; \
else \
true; \
fi; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -z "" ]; then \
if [ ! -d /tmp/calc/pkg/calc ]; then \
echo mkdir -p /tmp/calc/pkg/calc; \
mkdir -p /tmp/calc/pkg/calc; \
echo chmod 0755 /tmp/calc/pkg/calc; \
chmod 0755 /tmp/calc/pkg/calc; \
else \
true; \
fi; \
else \
true; \
fi
- 0
/bin/sh -c if cmp -s calc /tmp/calc/pkg/calc/usr/bin/calc; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/bin/calc.new; \
cp -f calc /tmp/calc/pkg/calc/usr/bin/calc.new; \
chmod 0755 /tmp/calc/pkg/calc/usr/bin/calc.new; \
mv -f /tmp/calc/pkg/calc/usr/bin/calc.new /tmp/calc/pkg/calc/usr/bin/calc; \
echo "installed /tmp/calc/pkg/calc/usr/bin/calc"; \
fi
- 2
cmp -s calc /tmp/calc/pkg/calc/usr/bin/calc
- 0
/bin/sh -c if [ -f calc-static ]; then \
if cmp -s calc-static \
/tmp/calc/pkg/calc/usr/bin/calc-static; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/bin/calc-static.new; \
cp -f calc-static \
/tmp/calc/pkg/calc/usr/bin/calc-static.new; \
chmod 0755 /tmp/calc/pkg/calc/usr/bin/calc-static.new; \
mv -f /tmp/calc/pkg/calc/usr/bin/calc-static.new \
/tmp/calc/pkg/calc/usr/bin/calc-static; \
echo "installed /tmp/calc/pkg/calc/usr/bin/calc-static"; \
fi; \
fi
- 0
/bin/sh -c : echo '=-=-=-=-= Invoking install rule for help =-=-=-=-='
- 0
/bin/sh -c cd help; make -f Makefile AR=ar BINDIR="/usr/bin" CALC_INCDIR="/usr/include/calc" CALC_SHAREDIR="/usr/share/calc" CAT=cat CFLAGS="-DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3" CHMOD=chmod CMP=cmp CO=co COMMON_CFLAGS="-DCALC_SRC -DCUSTOM -Wall " COMMON_LDFLAGS="" CP=cp EXT= FMT=fmt HELPDIR="/usr/share/calc/help" ICFLAGS="-DCALC_SRC -DCUSTOM -Wall -fPIC" ILDFLAGS="" INCDIR="/usr/include" LANG=C LCC="gcc" LIBDIR="/usr/lib" MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q="@" RM=rm RMDIR=rmdir SCRIPTDIR="/usr/bin/cscript" SED=sed T=/tmp/calc/pkg/calc TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true install
- 0
make -f Makefile AR=ar BINDIR=/usr/bin CALC_INCDIR=/usr/include/calc CALC_SHAREDIR=/usr/share/calc CAT=cat CFLAGS=-DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 CHMOD=chmod CMP=cmp CO=co COMMON_CFLAGS=-DCALC_SRC -DCUSTOM -Wall COMMON_LDFLAGS= CP=cp EXT= FMT=fmt HELPDIR=/usr/share/calc/help ICFLAGS=-DCALC_SRC -DCUSTOM -Wall -fPIC ILDFLAGS= INCDIR=/usr/include LANG=C LCC=gcc LIBDIR=/usr/lib MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q=@ RM=rm RMDIR=rmdir SCRIPTDIR=/usr/bin/cscript SED=sed T=/tmp/calc/pkg/calc TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true install
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/share/calc ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/calc; \
mkdir -p /tmp/calc/pkg/calc/usr/share/calc; \
if [ ! -d "/tmp/calc/pkg/calc/usr/share/calc" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/share/calc"; \
mkdir -p "/tmp/calc/pkg/calc/usr/share/calc"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/calc; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/calc; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/share/calc/help ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/calc/help; \
mkdir -p /tmp/calc/pkg/calc/usr/share/calc/help; \
if [ ! -d "/tmp/calc/pkg/calc/usr/share/calc/help" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/share/calc/help"; \
mkdir -p "/tmp/calc/pkg/calc/usr/share/calc/help"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/help; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/help; \
else \
true; \
fi
- 0
/bin/sh -c for i in intro overview help assoc command config custom define environment expression file history interrupt list mat operator statement types script unexpected variable archive contrib credit wishlist todo builtin errorcodes resource usage cscript bindings custom_cal libcalc new_custom resource bugs changes COPYING COPYING-LGPL builtin \
full abs access acos acosh acot acoth acsc acsch address agd append appr arg argv arrow asec asech asin asinh assign atan atan2 atanh avg base base2 bernoulli bit blk blkcpy blkfree blocks bround btrunc calc_tty calclevel calcpath catalan ceil cfappr cfsim char cmdbuf cmp comb conj cos cosh cot coth count cp csc csch ctime delete den dereference det digit digits display dp epsilon errcount errmax errno error estr euler eval exp fact factor fclose fcnt feof ferror fflush fgetc fgetfield fgetfile fgetline fgets fgetstr fib files floor fopen forall fpathopen fprintf fputc fputs fputstr frac free freebernoulli freeeuler freeglobals freeredc freestatics frem freopen fscan fscanf fseek fsize ftell gcd gcdrem gd getenv hash head highbit hmean hnrmod hypot ilog ilog10 ilog2 im indices inputlevel insert int inverse iroot isalnum isalpha isassoc isatty isblk iscntrl isconfig isdefined isdigit iserror iseven isfile isgraph ishash isident isint islist islower ismat ismult isnull isnum isobj isobjtype isodd isprime isprint isptr ispunct isqrt isrand israndom isreal isrel issimple isspace issq isstr istype isupper isxdigit jacobi join lcm lcmfact lfactor ln log lowbit ltol makelist matdim matfill matmax matmin matsum mattrace mattrans max memsize meq min minv mmin mne mod modify name near newerror nextcand nextprime norm null num oldvalue ord param perm pfact pi pix places pmod polar poly pop popcnt pound power prevcand prevprime printf prompt protect ptest push putenv quo quomod rand randbit random randombit randperm rcin rcmul rcout rcpow rcsq re remove reverse rewind rm root round rsearch runtime saveval scale scan scanf search sec sech seed segment select sgn sha1 sin sinh size sizeof sleep sort sqrt srand srandom ssq stoponerror str strcasecmp strcat strcmp strcpy strerror strlen strncasecmp strncmp strncpy strpos strprintf strscan strscanf strtolower strtoupper substr sum swap system systime tail tan tanh test time trunc usertime version xor binding bug change errorcode type /dev/null; do \
if [ "$i" = "/dev/null" ]; then \
continue; \
fi; \
if cmp -s $i /tmp/calc/pkg/calc/usr/share/calc/help/$i; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/share/calc/help/$i.new; \
cp -f $i /tmp/calc/pkg/calc/usr/share/calc/help/$i.new; \
chmod 0444 /tmp/calc/pkg/calc/usr/share/calc/help/$i.new; \
mv -f /tmp/calc/pkg/calc/usr/share/calc/help/$i.new /tmp/calc/pkg/calc/usr/share/calc/help/$i; \
echo "installed /tmp/calc/pkg/calc/usr/share/calc/help/$i"; \
fi; \
done
- 2
cmp -s intro /tmp/calc/pkg/calc/usr/share/calc/help/intro
- 2
cmp -s overview /tmp/calc/pkg/calc/usr/share/calc/help/overview
- 2
cmp -s help /tmp/calc/pkg/calc/usr/share/calc/help/help
- 2
cmp -s assoc /tmp/calc/pkg/calc/usr/share/calc/help/assoc
- 2
cmp -s command /tmp/calc/pkg/calc/usr/share/calc/help/command
- 2
cmp -s config /tmp/calc/pkg/calc/usr/share/calc/help/config
- 2
cmp -s custom /tmp/calc/pkg/calc/usr/share/calc/help/custom
- 2
cmp -s define /tmp/calc/pkg/calc/usr/share/calc/help/define
- 2
cmp -s environment /tmp/calc/pkg/calc/usr/share/calc/help/environment
- 2
cmp -s expression /tmp/calc/pkg/calc/usr/share/calc/help/expression
- 2
cmp -s file /tmp/calc/pkg/calc/usr/share/calc/help/file
- 2
cmp -s history /tmp/calc/pkg/calc/usr/share/calc/help/history
- 2
cmp -s interrupt /tmp/calc/pkg/calc/usr/share/calc/help/interrupt
- 2
cmp -s list /tmp/calc/pkg/calc/usr/share/calc/help/list
- 2
cmp -s mat /tmp/calc/pkg/calc/usr/share/calc/help/mat
- 2
cmp -s operator /tmp/calc/pkg/calc/usr/share/calc/help/operator
- 2
cmp -s statement /tmp/calc/pkg/calc/usr/share/calc/help/statement
- 2
cmp -s types /tmp/calc/pkg/calc/usr/share/calc/help/types
- 2
cmp -s script /tmp/calc/pkg/calc/usr/share/calc/help/script
- 2
cmp -s unexpected /tmp/calc/pkg/calc/usr/share/calc/help/unexpected
- 2
cmp -s variable /tmp/calc/pkg/calc/usr/share/calc/help/variable
- 2
cmp -s archive /tmp/calc/pkg/calc/usr/share/calc/help/archive
- 2
cmp -s contrib /tmp/calc/pkg/calc/usr/share/calc/help/contrib
- 2
cmp -s credit /tmp/calc/pkg/calc/usr/share/calc/help/credit
- 2
cmp -s wishlist /tmp/calc/pkg/calc/usr/share/calc/help/wishlist
- 2
cmp -s todo /tmp/calc/pkg/calc/usr/share/calc/help/todo
- 2
cmp -s builtin /tmp/calc/pkg/calc/usr/share/calc/help/builtin
- 2
cmp -s errorcodes /tmp/calc/pkg/calc/usr/share/calc/help/errorcodes
- 2
cmp -s resource /tmp/calc/pkg/calc/usr/share/calc/help/resource
- 2
cmp -s usage /tmp/calc/pkg/calc/usr/share/calc/help/usage
- 2
cmp -s cscript /tmp/calc/pkg/calc/usr/share/calc/help/cscript
- 2
cmp -s bindings /tmp/calc/pkg/calc/usr/share/calc/help/bindings
- 2
cmp -s custom_cal /tmp/calc/pkg/calc/usr/share/calc/help/custom_cal
- 2
cmp -s libcalc /tmp/calc/pkg/calc/usr/share/calc/help/libcalc
- 2
cmp -s new_custom /tmp/calc/pkg/calc/usr/share/calc/help/new_custom
- 0
cmp -s resource /tmp/calc/pkg/calc/usr/share/calc/help/resource
- 2
cmp -s bugs /tmp/calc/pkg/calc/usr/share/calc/help/bugs
- 2
cmp -s changes /tmp/calc/pkg/calc/usr/share/calc/help/changes
- 2
cmp -s COPYING /tmp/calc/pkg/calc/usr/share/calc/help/COPYING
- 2
cmp -s COPYING-LGPL /tmp/calc/pkg/calc/usr/share/calc/help/COPYING-LGPL
- 0
cmp -s builtin /tmp/calc/pkg/calc/usr/share/calc/help/builtin
- 2
cmp -s full /tmp/calc/pkg/calc/usr/share/calc/help/full
- 2
cmp -s abs /tmp/calc/pkg/calc/usr/share/calc/help/abs
- 2
cmp -s access /tmp/calc/pkg/calc/usr/share/calc/help/access
- 2
cmp -s acos /tmp/calc/pkg/calc/usr/share/calc/help/acos
- 2
cmp -s acosh /tmp/calc/pkg/calc/usr/share/calc/help/acosh
- 2
cmp -s acot /tmp/calc/pkg/calc/usr/share/calc/help/acot
- 2
cmp -s acoth /tmp/calc/pkg/calc/usr/share/calc/help/acoth
- 2
cmp -s acsc /tmp/calc/pkg/calc/usr/share/calc/help/acsc
- 2
cmp -s acsch /tmp/calc/pkg/calc/usr/share/calc/help/acsch
- 2
cmp -s address /tmp/calc/pkg/calc/usr/share/calc/help/address
- 2
cmp -s agd /tmp/calc/pkg/calc/usr/share/calc/help/agd
- 2
cmp -s append /tmp/calc/pkg/calc/usr/share/calc/help/append
- 2
cmp -s appr /tmp/calc/pkg/calc/usr/share/calc/help/appr
- 2
cmp -s arg /tmp/calc/pkg/calc/usr/share/calc/help/arg
- 2
cmp -s argv /tmp/calc/pkg/calc/usr/share/calc/help/argv
- 2
cmp -s arrow /tmp/calc/pkg/calc/usr/share/calc/help/arrow
- 2
cmp -s asec /tmp/calc/pkg/calc/usr/share/calc/help/asec
- 2
cmp -s asech /tmp/calc/pkg/calc/usr/share/calc/help/asech
- 2
cmp -s asin /tmp/calc/pkg/calc/usr/share/calc/help/asin
- 2
cmp -s asinh /tmp/calc/pkg/calc/usr/share/calc/help/asinh
- 2
cmp -s assign /tmp/calc/pkg/calc/usr/share/calc/help/assign
- 2
cmp -s atan /tmp/calc/pkg/calc/usr/share/calc/help/atan
- 2
cmp -s atan2 /tmp/calc/pkg/calc/usr/share/calc/help/atan2
- 2
cmp -s atanh /tmp/calc/pkg/calc/usr/share/calc/help/atanh
- 2
cmp -s avg /tmp/calc/pkg/calc/usr/share/calc/help/avg
- 2
cmp -s base /tmp/calc/pkg/calc/usr/share/calc/help/base
- 2
cmp -s base2 /tmp/calc/pkg/calc/usr/share/calc/help/base2
- 2
cmp -s bernoulli /tmp/calc/pkg/calc/usr/share/calc/help/bernoulli
- 2
cmp -s bit /tmp/calc/pkg/calc/usr/share/calc/help/bit
- 2
cmp -s blk /tmp/calc/pkg/calc/usr/share/calc/help/blk
- 2
cmp -s blkcpy /tmp/calc/pkg/calc/usr/share/calc/help/blkcpy
- 2
cmp -s blkfree /tmp/calc/pkg/calc/usr/share/calc/help/blkfree
- 2
cmp -s blocks /tmp/calc/pkg/calc/usr/share/calc/help/blocks
- 2
cmp -s bround /tmp/calc/pkg/calc/usr/share/calc/help/bround
- 2
cmp -s btrunc /tmp/calc/pkg/calc/usr/share/calc/help/btrunc
- 2
cmp -s calc_tty /tmp/calc/pkg/calc/usr/share/calc/help/calc_tty
- 2
cmp -s calclevel /tmp/calc/pkg/calc/usr/share/calc/help/calclevel
- 2
cmp -s calcpath /tmp/calc/pkg/calc/usr/share/calc/help/calcpath
- 2
cmp -s catalan /tmp/calc/pkg/calc/usr/share/calc/help/catalan
- 2
cmp -s ceil /tmp/calc/pkg/calc/usr/share/calc/help/ceil
- 2
cmp -s cfappr /tmp/calc/pkg/calc/usr/share/calc/help/cfappr
- 2
cmp -s cfsim /tmp/calc/pkg/calc/usr/share/calc/help/cfsim
- 2
cmp -s char /tmp/calc/pkg/calc/usr/share/calc/help/char
- 2
cmp -s cmdbuf /tmp/calc/pkg/calc/usr/share/calc/help/cmdbuf
- 2
cmp -s cmp /tmp/calc/pkg/calc/usr/share/calc/help/cmp
- 2
cmp -s comb /tmp/calc/pkg/calc/usr/share/calc/help/comb
- 2
cmp -s conj /tmp/calc/pkg/calc/usr/share/calc/help/conj
- 2
cmp -s cos /tmp/calc/pkg/calc/usr/share/calc/help/cos
- 2
cmp -s cosh /tmp/calc/pkg/calc/usr/share/calc/help/cosh
- 2
cmp -s cot /tmp/calc/pkg/calc/usr/share/calc/help/cot
- 2
cmp -s coth /tmp/calc/pkg/calc/usr/share/calc/help/coth
- 2
cmp -s count /tmp/calc/pkg/calc/usr/share/calc/help/count
- 2
cmp -s cp /tmp/calc/pkg/calc/usr/share/calc/help/cp
- 2
cmp -s csc /tmp/calc/pkg/calc/usr/share/calc/help/csc
- 2
cmp -s csch /tmp/calc/pkg/calc/usr/share/calc/help/csch
- 2
cmp -s ctime /tmp/calc/pkg/calc/usr/share/calc/help/ctime
- 2
cmp -s delete /tmp/calc/pkg/calc/usr/share/calc/help/delete
- 2
cmp -s den /tmp/calc/pkg/calc/usr/share/calc/help/den
- 2
cmp -s dereference /tmp/calc/pkg/calc/usr/share/calc/help/dereference
- 2
cmp -s det /tmp/calc/pkg/calc/usr/share/calc/help/det
- 2
cmp -s digit /tmp/calc/pkg/calc/usr/share/calc/help/digit
- 2
cmp -s digits /tmp/calc/pkg/calc/usr/share/calc/help/digits
- 2
cmp -s display /tmp/calc/pkg/calc/usr/share/calc/help/display
- 2
cmp -s dp /tmp/calc/pkg/calc/usr/share/calc/help/dp
- 2
cmp -s epsilon /tmp/calc/pkg/calc/usr/share/calc/help/epsilon
- 2
cmp -s errcount /tmp/calc/pkg/calc/usr/share/calc/help/errcount
- 2
cmp -s errmax /tmp/calc/pkg/calc/usr/share/calc/help/errmax
- 2
cmp -s errno /tmp/calc/pkg/calc/usr/share/calc/help/errno
- 2
cmp -s error /tmp/calc/pkg/calc/usr/share/calc/help/error
- 2
cmp -s estr /tmp/calc/pkg/calc/usr/share/calc/help/estr
- 2
cmp -s euler /tmp/calc/pkg/calc/usr/share/calc/help/euler
- 2
cmp -s eval /tmp/calc/pkg/calc/usr/share/calc/help/eval
- 2
cmp -s exp /tmp/calc/pkg/calc/usr/share/calc/help/exp
- 2
cmp -s fact /tmp/calc/pkg/calc/usr/share/calc/help/fact
- 2
cmp -s factor /tmp/calc/pkg/calc/usr/share/calc/help/factor
- 2
cmp -s fclose /tmp/calc/pkg/calc/usr/share/calc/help/fclose
- 2
cmp -s fcnt /tmp/calc/pkg/calc/usr/share/calc/help/fcnt
- 2
cmp -s feof /tmp/calc/pkg/calc/usr/share/calc/help/feof
- 2
cmp -s ferror /tmp/calc/pkg/calc/usr/share/calc/help/ferror
- 2
cmp -s fflush /tmp/calc/pkg/calc/usr/share/calc/help/fflush
- 2
cmp -s fgetc /tmp/calc/pkg/calc/usr/share/calc/help/fgetc
- 2
cmp -s fgetfield /tmp/calc/pkg/calc/usr/share/calc/help/fgetfield
- 2
cmp -s fgetfile /tmp/calc/pkg/calc/usr/share/calc/help/fgetfile
- 2
cmp -s fgetline /tmp/calc/pkg/calc/usr/share/calc/help/fgetline
- 2
cmp -s fgets /tmp/calc/pkg/calc/usr/share/calc/help/fgets
- 2
cmp -s fgetstr /tmp/calc/pkg/calc/usr/share/calc/help/fgetstr
- 2
cmp -s fib /tmp/calc/pkg/calc/usr/share/calc/help/fib
- 2
cmp -s files /tmp/calc/pkg/calc/usr/share/calc/help/files
- 2
cmp -s floor /tmp/calc/pkg/calc/usr/share/calc/help/floor
- 2
cmp -s fopen /tmp/calc/pkg/calc/usr/share/calc/help/fopen
- 2
cmp -s forall /tmp/calc/pkg/calc/usr/share/calc/help/forall
- 2
cmp -s fpathopen /tmp/calc/pkg/calc/usr/share/calc/help/fpathopen
- 2
cmp -s fprintf /tmp/calc/pkg/calc/usr/share/calc/help/fprintf
- 2
cmp -s fputc /tmp/calc/pkg/calc/usr/share/calc/help/fputc
- 2
cmp -s fputs /tmp/calc/pkg/calc/usr/share/calc/help/fputs
- 2
cmp -s fputstr /tmp/calc/pkg/calc/usr/share/calc/help/fputstr
- 2
cmp -s frac /tmp/calc/pkg/calc/usr/share/calc/help/frac
- 2
cmp -s free /tmp/calc/pkg/calc/usr/share/calc/help/free
- 2
cmp -s freebernoulli /tmp/calc/pkg/calc/usr/share/calc/help/freebernoulli
- 2
cmp -s freeeuler /tmp/calc/pkg/calc/usr/share/calc/help/freeeuler
- 2
cmp -s freeglobals /tmp/calc/pkg/calc/usr/share/calc/help/freeglobals
- 2
cmp -s freeredc /tmp/calc/pkg/calc/usr/share/calc/help/freeredc
- 2
cmp -s freestatics /tmp/calc/pkg/calc/usr/share/calc/help/freestatics
- 2
cmp -s frem /tmp/calc/pkg/calc/usr/share/calc/help/frem
- 2
cmp -s freopen /tmp/calc/pkg/calc/usr/share/calc/help/freopen
- 2
cmp -s fscan /tmp/calc/pkg/calc/usr/share/calc/help/fscan
- 2
cmp -s fscanf /tmp/calc/pkg/calc/usr/share/calc/help/fscanf
- 2
cmp -s fseek /tmp/calc/pkg/calc/usr/share/calc/help/fseek
- 2
cmp -s fsize /tmp/calc/pkg/calc/usr/share/calc/help/fsize
- 2
cmp -s ftell /tmp/calc/pkg/calc/usr/share/calc/help/ftell
- 2
cmp -s gcd /tmp/calc/pkg/calc/usr/share/calc/help/gcd
- 2
cmp -s gcdrem /tmp/calc/pkg/calc/usr/share/calc/help/gcdrem
- 2
cmp -s gd /tmp/calc/pkg/calc/usr/share/calc/help/gd
- 2
cmp -s getenv /tmp/calc/pkg/calc/usr/share/calc/help/getenv
- 2
cmp -s hash /tmp/calc/pkg/calc/usr/share/calc/help/hash
- 2
cmp -s head /tmp/calc/pkg/calc/usr/share/calc/help/head
- 2
cmp -s highbit /tmp/calc/pkg/calc/usr/share/calc/help/highbit
- 2
cmp -s hmean /tmp/calc/pkg/calc/usr/share/calc/help/hmean
- 2
cmp -s hnrmod /tmp/calc/pkg/calc/usr/share/calc/help/hnrmod
- 2
cmp -s hypot /tmp/calc/pkg/calc/usr/share/calc/help/hypot
- 2
cmp -s ilog /tmp/calc/pkg/calc/usr/share/calc/help/ilog
- 2
cmp -s ilog10 /tmp/calc/pkg/calc/usr/share/calc/help/ilog10
- 2
cmp -s ilog2 /tmp/calc/pkg/calc/usr/share/calc/help/ilog2
- 2
cmp -s im /tmp/calc/pkg/calc/usr/share/calc/help/im
- 2
cmp -s indices /tmp/calc/pkg/calc/usr/share/calc/help/indices
- 2
cmp -s inputlevel /tmp/calc/pkg/calc/usr/share/calc/help/inputlevel
- 2
cmp -s insert /tmp/calc/pkg/calc/usr/share/calc/help/insert
- 2
cmp -s int /tmp/calc/pkg/calc/usr/share/calc/help/int
- 2
cmp -s inverse /tmp/calc/pkg/calc/usr/share/calc/help/inverse
- 2
cmp -s iroot /tmp/calc/pkg/calc/usr/share/calc/help/iroot
- 2
cmp -s isalnum /tmp/calc/pkg/calc/usr/share/calc/help/isalnum
- 2
cmp -s isalpha /tmp/calc/pkg/calc/usr/share/calc/help/isalpha
- 2
cmp -s isassoc /tmp/calc/pkg/calc/usr/share/calc/help/isassoc
- 2
cmp -s isatty /tmp/calc/pkg/calc/usr/share/calc/help/isatty
- 2
cmp -s isblk /tmp/calc/pkg/calc/usr/share/calc/help/isblk
- 2
cmp -s iscntrl /tmp/calc/pkg/calc/usr/share/calc/help/iscntrl
- 2
cmp -s isconfig /tmp/calc/pkg/calc/usr/share/calc/help/isconfig
- 2
cmp -s isdefined /tmp/calc/pkg/calc/usr/share/calc/help/isdefined
- 2
cmp -s isdigit /tmp/calc/pkg/calc/usr/share/calc/help/isdigit
- 2
cmp -s iserror /tmp/calc/pkg/calc/usr/share/calc/help/iserror
- 2
cmp -s iseven /tmp/calc/pkg/calc/usr/share/calc/help/iseven
- 2
cmp -s isfile /tmp/calc/pkg/calc/usr/share/calc/help/isfile
- 2
cmp -s isgraph /tmp/calc/pkg/calc/usr/share/calc/help/isgraph
- 2
cmp -s ishash /tmp/calc/pkg/calc/usr/share/calc/help/ishash
- 2
cmp -s isident /tmp/calc/pkg/calc/usr/share/calc/help/isident
- 2
cmp -s isint /tmp/calc/pkg/calc/usr/share/calc/help/isint
- 2
cmp -s islist /tmp/calc/pkg/calc/usr/share/calc/help/islist
- 2
cmp -s islower /tmp/calc/pkg/calc/usr/share/calc/help/islower
- 2
cmp -s ismat /tmp/calc/pkg/calc/usr/share/calc/help/ismat
- 2
cmp -s ismult /tmp/calc/pkg/calc/usr/share/calc/help/ismult
- 2
cmp -s isnull /tmp/calc/pkg/calc/usr/share/calc/help/isnull
- 2
cmp -s isnum /tmp/calc/pkg/calc/usr/share/calc/help/isnum
- 2
cmp -s isobj /tmp/calc/pkg/calc/usr/share/calc/help/isobj
- 2
cmp -s isobjtype /tmp/calc/pkg/calc/usr/share/calc/help/isobjtype
- 2
cmp -s isodd /tmp/calc/pkg/calc/usr/share/calc/help/isodd
- 2
cmp -s isprime /tmp/calc/pkg/calc/usr/share/calc/help/isprime
- 2
cmp -s isprint /tmp/calc/pkg/calc/usr/share/calc/help/isprint
- 2
cmp -s isptr /tmp/calc/pkg/calc/usr/share/calc/help/isptr
- 2
cmp -s ispunct /tmp/calc/pkg/calc/usr/share/calc/help/ispunct
- 2
cmp -s isqrt /tmp/calc/pkg/calc/usr/share/calc/help/isqrt
- 2
cmp -s isrand /tmp/calc/pkg/calc/usr/share/calc/help/isrand
- 2
cmp -s israndom /tmp/calc/pkg/calc/usr/share/calc/help/israndom
- 2
cmp -s isreal /tmp/calc/pkg/calc/usr/share/calc/help/isreal
- 2
cmp -s isrel /tmp/calc/pkg/calc/usr/share/calc/help/isrel
- 2
cmp -s issimple /tmp/calc/pkg/calc/usr/share/calc/help/issimple
- 2
cmp -s isspace /tmp/calc/pkg/calc/usr/share/calc/help/isspace
- 2
cmp -s issq /tmp/calc/pkg/calc/usr/share/calc/help/issq
- 2
cmp -s isstr /tmp/calc/pkg/calc/usr/share/calc/help/isstr
- 2
cmp -s istype /tmp/calc/pkg/calc/usr/share/calc/help/istype
- 2
cmp -s isupper /tmp/calc/pkg/calc/usr/share/calc/help/isupper
- 2
cmp -s isxdigit /tmp/calc/pkg/calc/usr/share/calc/help/isxdigit
- 2
cmp -s jacobi /tmp/calc/pkg/calc/usr/share/calc/help/jacobi
- 2
cmp -s join /tmp/calc/pkg/calc/usr/share/calc/help/join
- 2
cmp -s lcm /tmp/calc/pkg/calc/usr/share/calc/help/lcm
- 2
cmp -s lcmfact /tmp/calc/pkg/calc/usr/share/calc/help/lcmfact
- 2
cmp -s lfactor /tmp/calc/pkg/calc/usr/share/calc/help/lfactor
- 2
cmp -s ln /tmp/calc/pkg/calc/usr/share/calc/help/ln
- 2
cmp -s log /tmp/calc/pkg/calc/usr/share/calc/help/log
- 2
cmp -s lowbit /tmp/calc/pkg/calc/usr/share/calc/help/lowbit
- 2
cmp -s ltol /tmp/calc/pkg/calc/usr/share/calc/help/ltol
- 2
cmp -s makelist /tmp/calc/pkg/calc/usr/share/calc/help/makelist
- 2
cmp -s matdim /tmp/calc/pkg/calc/usr/share/calc/help/matdim
- 2
cmp -s matfill /tmp/calc/pkg/calc/usr/share/calc/help/matfill
- 2
cmp -s matmax /tmp/calc/pkg/calc/usr/share/calc/help/matmax
- 2
cmp -s matmin /tmp/calc/pkg/calc/usr/share/calc/help/matmin
- 2
cmp -s matsum /tmp/calc/pkg/calc/usr/share/calc/help/matsum
- 2
cmp -s mattrace /tmp/calc/pkg/calc/usr/share/calc/help/mattrace
- 2
cmp -s mattrans /tmp/calc/pkg/calc/usr/share/calc/help/mattrans
- 2
cmp -s max /tmp/calc/pkg/calc/usr/share/calc/help/max
- 2
cmp -s memsize /tmp/calc/pkg/calc/usr/share/calc/help/memsize
- 2
cmp -s meq /tmp/calc/pkg/calc/usr/share/calc/help/meq
- 2
cmp -s min /tmp/calc/pkg/calc/usr/share/calc/help/min
- 2
cmp -s minv /tmp/calc/pkg/calc/usr/share/calc/help/minv
- 2
cmp -s mmin /tmp/calc/pkg/calc/usr/share/calc/help/mmin
- 2
cmp -s mne /tmp/calc/pkg/calc/usr/share/calc/help/mne
- 2
cmp -s mod /tmp/calc/pkg/calc/usr/share/calc/help/mod
- 2
cmp -s modify /tmp/calc/pkg/calc/usr/share/calc/help/modify
- 2
cmp -s name /tmp/calc/pkg/calc/usr/share/calc/help/name
- 2
cmp -s near /tmp/calc/pkg/calc/usr/share/calc/help/near
- 2
cmp -s newerror /tmp/calc/pkg/calc/usr/share/calc/help/newerror
- 2
cmp -s nextcand /tmp/calc/pkg/calc/usr/share/calc/help/nextcand
- 2
cmp -s nextprime /tmp/calc/pkg/calc/usr/share/calc/help/nextprime
- 2
cmp -s norm /tmp/calc/pkg/calc/usr/share/calc/help/norm
- 2
cmp -s null /tmp/calc/pkg/calc/usr/share/calc/help/null
- 2
cmp -s num /tmp/calc/pkg/calc/usr/share/calc/help/num
- 2
cmp -s oldvalue /tmp/calc/pkg/calc/usr/share/calc/help/oldvalue
- 2
cmp -s ord /tmp/calc/pkg/calc/usr/share/calc/help/ord
- 2
cmp -s param /tmp/calc/pkg/calc/usr/share/calc/help/param
- 2
cmp -s perm /tmp/calc/pkg/calc/usr/share/calc/help/perm
- 2
cmp -s pfact /tmp/calc/pkg/calc/usr/share/calc/help/pfact
- 2
cmp -s pi /tmp/calc/pkg/calc/usr/share/calc/help/pi
- 2
cmp -s pix /tmp/calc/pkg/calc/usr/share/calc/help/pix
- 2
cmp -s places /tmp/calc/pkg/calc/usr/share/calc/help/places
- 2
cmp -s pmod /tmp/calc/pkg/calc/usr/share/calc/help/pmod
- 2
cmp -s polar /tmp/calc/pkg/calc/usr/share/calc/help/polar
- 2
cmp -s poly /tmp/calc/pkg/calc/usr/share/calc/help/poly
- 2
cmp -s pop /tmp/calc/pkg/calc/usr/share/calc/help/pop
- 2
cmp -s popcnt /tmp/calc/pkg/calc/usr/share/calc/help/popcnt
- 2
cmp -s pound /tmp/calc/pkg/calc/usr/share/calc/help/pound
- 2
cmp -s power /tmp/calc/pkg/calc/usr/share/calc/help/power
- 2
cmp -s prevcand /tmp/calc/pkg/calc/usr/share/calc/help/prevcand
- 2
cmp -s prevprime /tmp/calc/pkg/calc/usr/share/calc/help/prevprime
- 2
cmp -s printf /tmp/calc/pkg/calc/usr/share/calc/help/printf
- 2
cmp -s prompt /tmp/calc/pkg/calc/usr/share/calc/help/prompt
- 2
cmp -s protect /tmp/calc/pkg/calc/usr/share/calc/help/protect
- 2
cmp -s ptest /tmp/calc/pkg/calc/usr/share/calc/help/ptest
- 2
cmp -s push /tmp/calc/pkg/calc/usr/share/calc/help/push
- 2
cmp -s putenv /tmp/calc/pkg/calc/usr/share/calc/help/putenv
- 2
cmp -s quo /tmp/calc/pkg/calc/usr/share/calc/help/quo
- 2
cmp -s quomod /tmp/calc/pkg/calc/usr/share/calc/help/quomod
- 2
cmp -s rand /tmp/calc/pkg/calc/usr/share/calc/help/rand
- 2
cmp -s randbit /tmp/calc/pkg/calc/usr/share/calc/help/randbit
- 2
cmp -s random /tmp/calc/pkg/calc/usr/share/calc/help/random
- 2
cmp -s randombit /tmp/calc/pkg/calc/usr/share/calc/help/randombit
- 2
cmp -s randperm /tmp/calc/pkg/calc/usr/share/calc/help/randperm
- 2
cmp -s rcin /tmp/calc/pkg/calc/usr/share/calc/help/rcin
- 2
cmp -s rcmul /tmp/calc/pkg/calc/usr/share/calc/help/rcmul
- 2
cmp -s rcout /tmp/calc/pkg/calc/usr/share/calc/help/rcout
- 2
cmp -s rcpow /tmp/calc/pkg/calc/usr/share/calc/help/rcpow
- 2
cmp -s rcsq /tmp/calc/pkg/calc/usr/share/calc/help/rcsq
- 2
cmp -s re /tmp/calc/pkg/calc/usr/share/calc/help/re
- 2
cmp -s remove /tmp/calc/pkg/calc/usr/share/calc/help/remove
- 2
cmp -s reverse /tmp/calc/pkg/calc/usr/share/calc/help/reverse
- 2
cmp -s rewind /tmp/calc/pkg/calc/usr/share/calc/help/rewind
- 2
cmp -s rm /tmp/calc/pkg/calc/usr/share/calc/help/rm
- 2
cmp -s root /tmp/calc/pkg/calc/usr/share/calc/help/root
- 2
cmp -s round /tmp/calc/pkg/calc/usr/share/calc/help/round
- 2
cmp -s rsearch /tmp/calc/pkg/calc/usr/share/calc/help/rsearch
- 2
cmp -s runtime /tmp/calc/pkg/calc/usr/share/calc/help/runtime
- 2
cmp -s saveval /tmp/calc/pkg/calc/usr/share/calc/help/saveval
- 2
cmp -s scale /tmp/calc/pkg/calc/usr/share/calc/help/scale
- 2
cmp -s scan /tmp/calc/pkg/calc/usr/share/calc/help/scan
- 2
cmp -s scanf /tmp/calc/pkg/calc/usr/share/calc/help/scanf
- 2
cmp -s search /tmp/calc/pkg/calc/usr/share/calc/help/search
- 2
cmp -s sec /tmp/calc/pkg/calc/usr/share/calc/help/sec
- 2
cmp -s sech /tmp/calc/pkg/calc/usr/share/calc/help/sech
- 2
cmp -s seed /tmp/calc/pkg/calc/usr/share/calc/help/seed
- 2
cmp -s segment /tmp/calc/pkg/calc/usr/share/calc/help/segment
- 2
cmp -s select /tmp/calc/pkg/calc/usr/share/calc/help/select
- 2
cmp -s sgn /tmp/calc/pkg/calc/usr/share/calc/help/sgn
- 2
cmp -s sha1 /tmp/calc/pkg/calc/usr/share/calc/help/sha1
- 2
cmp -s sin /tmp/calc/pkg/calc/usr/share/calc/help/sin
- 2
cmp -s sinh /tmp/calc/pkg/calc/usr/share/calc/help/sinh
- 2
cmp -s size /tmp/calc/pkg/calc/usr/share/calc/help/size
- 2
cmp -s sizeof /tmp/calc/pkg/calc/usr/share/calc/help/sizeof
- 2
cmp -s sleep /tmp/calc/pkg/calc/usr/share/calc/help/sleep
- 2
cmp -s sort /tmp/calc/pkg/calc/usr/share/calc/help/sort
- 2
cmp -s sqrt /tmp/calc/pkg/calc/usr/share/calc/help/sqrt
- 2
cmp -s srand /tmp/calc/pkg/calc/usr/share/calc/help/srand
- 2
cmp -s srandom /tmp/calc/pkg/calc/usr/share/calc/help/srandom
- 2
cmp -s ssq /tmp/calc/pkg/calc/usr/share/calc/help/ssq
- 2
cmp -s stoponerror /tmp/calc/pkg/calc/usr/share/calc/help/stoponerror
- 2
cmp -s str /tmp/calc/pkg/calc/usr/share/calc/help/str
- 2
cmp -s strcasecmp /tmp/calc/pkg/calc/usr/share/calc/help/strcasecmp
- 2
cmp -s strcat /tmp/calc/pkg/calc/usr/share/calc/help/strcat
- 2
cmp -s strcmp /tmp/calc/pkg/calc/usr/share/calc/help/strcmp
- 2
cmp -s strcpy /tmp/calc/pkg/calc/usr/share/calc/help/strcpy
- 2
cmp -s strerror /tmp/calc/pkg/calc/usr/share/calc/help/strerror
- 2
cmp -s strlen /tmp/calc/pkg/calc/usr/share/calc/help/strlen
- 2
cmp -s strncasecmp /tmp/calc/pkg/calc/usr/share/calc/help/strncasecmp
- 2
cmp -s strncmp /tmp/calc/pkg/calc/usr/share/calc/help/strncmp
- 2
cmp -s strncpy /tmp/calc/pkg/calc/usr/share/calc/help/strncpy
- 2
cmp -s strpos /tmp/calc/pkg/calc/usr/share/calc/help/strpos
- 2
cmp -s strprintf /tmp/calc/pkg/calc/usr/share/calc/help/strprintf
- 2
cmp -s strscan /tmp/calc/pkg/calc/usr/share/calc/help/strscan
- 2
cmp -s strscanf /tmp/calc/pkg/calc/usr/share/calc/help/strscanf
- 2
cmp -s strtolower /tmp/calc/pkg/calc/usr/share/calc/help/strtolower
- 2
cmp -s strtoupper /tmp/calc/pkg/calc/usr/share/calc/help/strtoupper
- 2
cmp -s substr /tmp/calc/pkg/calc/usr/share/calc/help/substr
- 2
cmp -s sum /tmp/calc/pkg/calc/usr/share/calc/help/sum
- 2
cmp -s swap /tmp/calc/pkg/calc/usr/share/calc/help/swap
- 2
cmp -s system /tmp/calc/pkg/calc/usr/share/calc/help/system
- 2
cmp -s systime /tmp/calc/pkg/calc/usr/share/calc/help/systime
- 2
cmp -s tail /tmp/calc/pkg/calc/usr/share/calc/help/tail
- 2
cmp -s tan /tmp/calc/pkg/calc/usr/share/calc/help/tan
- 2
cmp -s tanh /tmp/calc/pkg/calc/usr/share/calc/help/tanh
- 2
cmp -s test /tmp/calc/pkg/calc/usr/share/calc/help/test
- 2
cmp -s time /tmp/calc/pkg/calc/usr/share/calc/help/time
- 2
cmp -s trunc /tmp/calc/pkg/calc/usr/share/calc/help/trunc
- 2
cmp -s usertime /tmp/calc/pkg/calc/usr/share/calc/help/usertime
- 2
cmp -s version /tmp/calc/pkg/calc/usr/share/calc/help/version
- 2
cmp -s xor /tmp/calc/pkg/calc/usr/share/calc/help/xor
- 2
cmp -s binding /tmp/calc/pkg/calc/usr/share/calc/help/binding
- 2
cmp -s bug /tmp/calc/pkg/calc/usr/share/calc/help/bug
- 2
cmp -s change /tmp/calc/pkg/calc/usr/share/calc/help/change
- 2
cmp -s errorcode /tmp/calc/pkg/calc/usr/share/calc/help/errorcode
- 2
cmp -s type /tmp/calc/pkg/calc/usr/share/calc/help/type
- 0
/bin/sh -c if cmp -s obj.file /tmp/calc/pkg/calc/usr/share/calc/help/obj; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/share/calc/help/obj.new; \
cp -f obj.file /tmp/calc/pkg/calc/usr/share/calc/help/obj.new; \
chmod 0444 /tmp/calc/pkg/calc/usr/share/calc/help/obj.new; \
mv -f /tmp/calc/pkg/calc/usr/share/calc/help/obj.new /tmp/calc/pkg/calc/usr/share/calc/help/obj; \
echo "installed /tmp/calc/pkg/calc/usr/share/calc/help/obj"; \
fi
- 2
cmp -s obj.file /tmp/calc/pkg/calc/usr/share/calc/help/obj
- 0
/bin/sh -c if [ -f "/tmp/calc/pkg/calc/usr/share/calc/help/sha" ]; then \
rm -f /tmp/calc/pkg/calc/usr/share/calc/help/sha; \
echo "removed old /tmp/calc/pkg/calc/usr/share/calc/help/sha"; \
fi;
- 0
/bin/sh -c if [ -f "/tmp/calc/pkg/calc/usr/share/calc/help/md5" ]; then \
rm -f /tmp/calc/pkg/calc/usr/share/calc/help/md5; \
echo "removed old /tmp/calc/pkg/calc/usr/share/calc/help/md5"; \
fi;
- 0
/bin/sh -c : echo '=-=-=-=-= Back to the main Makefile for install rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Invoking install rule for cal =-=-=-=-='
- 0
/bin/sh -c cd cal; make -f Makefile AR=ar BINDIR="/usr/bin" CALC_INCDIR="/usr/include/calc" CALC_SHAREDIR="/usr/share/calc" CAT=cat CHMOD=chmod CMP=cmp CO=co CP=cp HELPDIR="/usr/share/calc/help" INCDIR="/usr/include" LANG=C LIBDIR="/usr/lib" MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q="@" RM=rm RMDIR=rmdir SCRIPTDIR="/usr/bin/cscript" T=/tmp/calc/pkg/calc TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true install
- 0
make -f Makefile AR=ar BINDIR=/usr/bin CALC_INCDIR=/usr/include/calc CALC_SHAREDIR=/usr/share/calc CAT=cat CHMOD=chmod CMP=cmp CO=co CP=cp HELPDIR=/usr/share/calc/help INCDIR=/usr/include LANG=C LIBDIR=/usr/lib MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q=@ RM=rm RMDIR=rmdir SCRIPTDIR=/usr/bin/cscript T=/tmp/calc/pkg/calc TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true install
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/share/calc ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/calc; \
mkdir -p /tmp/calc/pkg/calc/usr/share/calc; \
if [ ! -d "/tmp/calc/pkg/calc/usr/share/calc" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/share/calc"; \
mkdir -p "/tmp/calc/pkg/calc/usr/share/calc"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/calc; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/calc; \
else \
true; \
fi
- 0
/bin/sh -c for i in README alg_config.cal beer.cal bernoulli.cal bernpoly.cal bigprime.cal bindings brentsolve.cal chi.cal chrem.cal constants.cal deg.cal dms.cal dotest.cal ellip.cal factorial.cal factorial2.cal gvec.cal hello.cal hms.cal infinities.cal intfile.cal intnum.cal lambertw.cal linear.cal lnseries.cal lucas.cal lucas_chk.cal lucas_tbl.cal mersenne.cal mfactor.cal mod.cal natnumset.cal pell.cal pi.cal pix.cal pollard.cal poly.cal prompt.cal psqrt.cal qtime.cal quat.cal randbitrun.cal randmprime.cal randombitrun.cal randomrun.cal randrun.cal regress.cal repeat.cal screen.cal seedrandom.cal set8700.cal set8700.line smallfactors.cal solve.cal specialfunctions.cal statistics.cal strings.cal sumsq.cal sumtimes.cal surd.cal test1700.cal test2300.cal test2600.cal test2700.cal test3100.cal test3300.cal test3400.cal test3500.cal test4000.cal test4100.cal test4600.cal test5100.cal test5200.cal test8400.cal test8500.cal test8600.cal test8900.cal toomcook.cal unitfrac.cal varargs.cal xx_print.cal zeta2.cal /dev/null; do \
if [ "$i" = "/dev/null" ]; then \
continue; \
fi; \
if cmp -s $i /tmp/calc/pkg/calc/usr/share/calc/$i; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/share/calc/$i.new; \
cp -f $i /tmp/calc/pkg/calc/usr/share/calc/$i.new; \
chmod 0444 /tmp/calc/pkg/calc/usr/share/calc/$i.new; \
mv -f /tmp/calc/pkg/calc/usr/share/calc/$i.new /tmp/calc/pkg/calc/usr/share/calc/$i;\
echo "installed /tmp/calc/pkg/calc/usr/share/calc/$i"; \
fi; \
done
- 2
cmp -s README /tmp/calc/pkg/calc/usr/share/calc/README
- 2
cmp -s alg_config.cal /tmp/calc/pkg/calc/usr/share/calc/alg_config.cal
- 2
cmp -s beer.cal /tmp/calc/pkg/calc/usr/share/calc/beer.cal
- 2
cmp -s bernoulli.cal /tmp/calc/pkg/calc/usr/share/calc/bernoulli.cal
- 2
cmp -s bernpoly.cal /tmp/calc/pkg/calc/usr/share/calc/bernpoly.cal
- 2
cmp -s bigprime.cal /tmp/calc/pkg/calc/usr/share/calc/bigprime.cal
- 2
cmp -s bindings /tmp/calc/pkg/calc/usr/share/calc/bindings
- 2
cmp -s brentsolve.cal /tmp/calc/pkg/calc/usr/share/calc/brentsolve.cal
- 2
cmp -s chi.cal /tmp/calc/pkg/calc/usr/share/calc/chi.cal
- 2
cmp -s chrem.cal /tmp/calc/pkg/calc/usr/share/calc/chrem.cal
- 2
cmp -s constants.cal /tmp/calc/pkg/calc/usr/share/calc/constants.cal
- 2
cmp -s deg.cal /tmp/calc/pkg/calc/usr/share/calc/deg.cal
- 2
cmp -s dms.cal /tmp/calc/pkg/calc/usr/share/calc/dms.cal
- 2
cmp -s dotest.cal /tmp/calc/pkg/calc/usr/share/calc/dotest.cal
- 2
cmp -s ellip.cal /tmp/calc/pkg/calc/usr/share/calc/ellip.cal
- 2
cmp -s factorial.cal /tmp/calc/pkg/calc/usr/share/calc/factorial.cal
- 2
cmp -s factorial2.cal /tmp/calc/pkg/calc/usr/share/calc/factorial2.cal
- 2
cmp -s gvec.cal /tmp/calc/pkg/calc/usr/share/calc/gvec.cal
- 2
cmp -s hello.cal /tmp/calc/pkg/calc/usr/share/calc/hello.cal
- 2
cmp -s hms.cal /tmp/calc/pkg/calc/usr/share/calc/hms.cal
- 2
cmp -s infinities.cal /tmp/calc/pkg/calc/usr/share/calc/infinities.cal
- 2
cmp -s intfile.cal /tmp/calc/pkg/calc/usr/share/calc/intfile.cal
- 2
cmp -s intnum.cal /tmp/calc/pkg/calc/usr/share/calc/intnum.cal
- 2
cmp -s lambertw.cal /tmp/calc/pkg/calc/usr/share/calc/lambertw.cal
- 2
cmp -s linear.cal /tmp/calc/pkg/calc/usr/share/calc/linear.cal
- 2
cmp -s lnseries.cal /tmp/calc/pkg/calc/usr/share/calc/lnseries.cal
- 2
cmp -s lucas.cal /tmp/calc/pkg/calc/usr/share/calc/lucas.cal
- 2
cmp -s lucas_chk.cal /tmp/calc/pkg/calc/usr/share/calc/lucas_chk.cal
- 2
cmp -s lucas_tbl.cal /tmp/calc/pkg/calc/usr/share/calc/lucas_tbl.cal
- 2
cmp -s mersenne.cal /tmp/calc/pkg/calc/usr/share/calc/mersenne.cal
- 2
cmp -s mfactor.cal /tmp/calc/pkg/calc/usr/share/calc/mfactor.cal
- 2
cmp -s mod.cal /tmp/calc/pkg/calc/usr/share/calc/mod.cal
- 2
cmp -s natnumset.cal /tmp/calc/pkg/calc/usr/share/calc/natnumset.cal
- 2
cmp -s pell.cal /tmp/calc/pkg/calc/usr/share/calc/pell.cal
- 2
cmp -s pi.cal /tmp/calc/pkg/calc/usr/share/calc/pi.cal
- 2
cmp -s pix.cal /tmp/calc/pkg/calc/usr/share/calc/pix.cal
- 2
cmp -s pollard.cal /tmp/calc/pkg/calc/usr/share/calc/pollard.cal
- 2
cmp -s poly.cal /tmp/calc/pkg/calc/usr/share/calc/poly.cal
- 2
cmp -s prompt.cal /tmp/calc/pkg/calc/usr/share/calc/prompt.cal
- 2
cmp -s psqrt.cal /tmp/calc/pkg/calc/usr/share/calc/psqrt.cal
- 2
cmp -s qtime.cal /tmp/calc/pkg/calc/usr/share/calc/qtime.cal
- 2
cmp -s quat.cal /tmp/calc/pkg/calc/usr/share/calc/quat.cal
- 2
cmp -s randbitrun.cal /tmp/calc/pkg/calc/usr/share/calc/randbitrun.cal
- 2
cmp -s randmprime.cal /tmp/calc/pkg/calc/usr/share/calc/randmprime.cal
- 2
cmp -s randombitrun.cal /tmp/calc/pkg/calc/usr/share/calc/randombitrun.cal
- 2
cmp -s randomrun.cal /tmp/calc/pkg/calc/usr/share/calc/randomrun.cal
- 2
cmp -s randrun.cal /tmp/calc/pkg/calc/usr/share/calc/randrun.cal
- 2
cmp -s regress.cal /tmp/calc/pkg/calc/usr/share/calc/regress.cal
- 2
cmp -s repeat.cal /tmp/calc/pkg/calc/usr/share/calc/repeat.cal
- 2
cmp -s screen.cal /tmp/calc/pkg/calc/usr/share/calc/screen.cal
- 2
cmp -s seedrandom.cal /tmp/calc/pkg/calc/usr/share/calc/seedrandom.cal
- 2
cmp -s set8700.cal /tmp/calc/pkg/calc/usr/share/calc/set8700.cal
- 2
cmp -s set8700.line /tmp/calc/pkg/calc/usr/share/calc/set8700.line
- 2
cmp -s smallfactors.cal /tmp/calc/pkg/calc/usr/share/calc/smallfactors.cal
- 2
cmp -s solve.cal /tmp/calc/pkg/calc/usr/share/calc/solve.cal
- 2
cmp -s specialfunctions.cal /tmp/calc/pkg/calc/usr/share/calc/specialfunctions.cal
- 2
cmp -s statistics.cal /tmp/calc/pkg/calc/usr/share/calc/statistics.cal
- 2
cmp -s strings.cal /tmp/calc/pkg/calc/usr/share/calc/strings.cal
- 2
cmp -s sumsq.cal /tmp/calc/pkg/calc/usr/share/calc/sumsq.cal
- 2
cmp -s sumtimes.cal /tmp/calc/pkg/calc/usr/share/calc/sumtimes.cal
- 2
cmp -s surd.cal /tmp/calc/pkg/calc/usr/share/calc/surd.cal
- 2
cmp -s test1700.cal /tmp/calc/pkg/calc/usr/share/calc/test1700.cal
- 2
cmp -s test2300.cal /tmp/calc/pkg/calc/usr/share/calc/test2300.cal
- 2
cmp -s test2600.cal /tmp/calc/pkg/calc/usr/share/calc/test2600.cal
- 2
cmp -s test2700.cal /tmp/calc/pkg/calc/usr/share/calc/test2700.cal
- 2
cmp -s test3100.cal /tmp/calc/pkg/calc/usr/share/calc/test3100.cal
- 2
cmp -s test3300.cal /tmp/calc/pkg/calc/usr/share/calc/test3300.cal
- 2
cmp -s test3400.cal /tmp/calc/pkg/calc/usr/share/calc/test3400.cal
- 2
cmp -s test3500.cal /tmp/calc/pkg/calc/usr/share/calc/test3500.cal
- 2
cmp -s test4000.cal /tmp/calc/pkg/calc/usr/share/calc/test4000.cal
- 2
cmp -s test4100.cal /tmp/calc/pkg/calc/usr/share/calc/test4100.cal
- 2
cmp -s test4600.cal /tmp/calc/pkg/calc/usr/share/calc/test4600.cal
- 2
cmp -s test5100.cal /tmp/calc/pkg/calc/usr/share/calc/test5100.cal
- 2
cmp -s test5200.cal /tmp/calc/pkg/calc/usr/share/calc/test5200.cal
- 2
cmp -s test8400.cal /tmp/calc/pkg/calc/usr/share/calc/test8400.cal
- 2
cmp -s test8500.cal /tmp/calc/pkg/calc/usr/share/calc/test8500.cal
- 2
cmp -s test8600.cal /tmp/calc/pkg/calc/usr/share/calc/test8600.cal
- 2
cmp -s test8900.cal /tmp/calc/pkg/calc/usr/share/calc/test8900.cal
- 2
cmp -s toomcook.cal /tmp/calc/pkg/calc/usr/share/calc/toomcook.cal
- 2
cmp -s unitfrac.cal /tmp/calc/pkg/calc/usr/share/calc/unitfrac.cal
- 2
cmp -s varargs.cal /tmp/calc/pkg/calc/usr/share/calc/varargs.cal
- 2
cmp -s xx_print.cal /tmp/calc/pkg/calc/usr/share/calc/xx_print.cal
- 2
cmp -s zeta2.cal /tmp/calc/pkg/calc/usr/share/calc/zeta2.cal
- 0
/bin/sh -c : echo '=-=-=-=-= Back to the main Makefile for install rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Invoking install rule for custom =-=-=-=-='
- 0
/bin/sh -c cd custom; make -f Makefile ALLOW_CUSTOM="-DCUSTOM" AR=ar AWK=awk BINDIR="/usr/bin" BLD_TYPE="calc-dynamic-only" CALC_INCDIR="/usr/include/calc" CALC_SHAREDIR="/usr/share/calc" CAT=cat CC=" gcc " CCERR="" CCMISC="" CCOPT="-O3 -g3" CCWARN="-Wall" CC_SHARE="-fPIC" CFLAGS="-DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.." CHMOD=chmod CMP=cmp CO=co COMMON_CFLAGS="-DCALC_SRC -DCUSTOM -Wall -I.." COMMON_LDFLAGS="" CP=cp CUSTOMCALDIR="/usr/share/calc/custom" CUSTOMHELPDIR="/usr/share/calc/custhelp" CUSTOMINCDIR="/usr/include/calc/custom" DEBUG="-O3 -g3" DEFAULT_LIB_INSTALL_PATH="/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib" FMT=fmt GREP=egrep HELPDIR="/usr/share/calc/help" ICFLAGS="-DCALC_SRC -DCUSTOM -Wall -fPIC -I.." ILDFLAGS="" INCDIR="/usr/include" LANG=C LCC="gcc" LDCONFIG=ldconfig LDFLAGS=" " LD_SHARE=""-Wl,-rpath,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib" "-Wl,-rpath-link,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib"" LIBCUSTCALC_SHLIB="-shared "-Wl,-soname,libcustcalc.so.2.12.5.3"" LIBDIR="/usr/lib" LN=ln MAKE=make MAKEDEPEND=makedepend MAKE_FILE=Makefile MKDIR=mkdir MV=mv PURIFY="" Q="@" RANLIB="ranlib" RM=rm RMDIR=rmdir SCRIPTDIR="/usr/bin/cscript" SED=sed SORT=sort T=/tmp/calc/pkg/calc TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true VERSION=2.12.5.3 target=Linux install
- 0
make -f Makefile ALLOW_CUSTOM=-DCUSTOM AR=ar AWK=awk BINDIR=/usr/bin BLD_TYPE=calc-dynamic-only CALC_INCDIR=/usr/include/calc CALC_SHAREDIR=/usr/share/calc CAT=cat CC= gcc CCERR= CCMISC= CCOPT=-O3 -g3 CCWARN=-Wall CC_SHARE=-fPIC CFLAGS=-DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.. CHMOD=chmod CMP=cmp CO=co COMMON_CFLAGS=-DCALC_SRC -DCUSTOM -Wall -I.. COMMON_LDFLAGS= CP=cp CUSTOMCALDIR=/usr/share/calc/custom CUSTOMHELPDIR=/usr/share/calc/custhelp CUSTOMINCDIR=/usr/include/calc/custom DEBUG=-O3 -g3 DEFAULT_LIB_INSTALL_PATH=/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib FMT=fmt GREP=egrep HELPDIR=/usr/share/calc/help ICFLAGS=-DCALC_SRC -DCUSTOM -Wall -fPIC -I.. ILDFLAGS= INCDIR=/usr/include LANG=C LCC=gcc LDCONFIG=ldconfig LDFLAGS= LD_SHARE=-Wl,-rpath,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib -Wl,-rpath-link,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib LIBCUSTCALC_SHLIB=-shared -Wl,-soname,libcustcalc.so.2.12.5.3 LIBDIR=/usr/lib LN=ln MAKE=make MAKEDEPEND=makedepend MAKE_FILE=Makefile MKDIR=mkdir MV=mv PURIFY= Q=@ RANLIB=ranlib RM=rm RMDIR=rmdir SCRIPTDIR=/usr/bin/cscript SED=sed SORT=sort T=/tmp/calc/pkg/calc TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true VERSION=2.12.5.3 target=Linux install
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/lib ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/lib; \
mkdir -p /tmp/calc/pkg/calc/usr/lib; \
if [ ! -d "/tmp/calc/pkg/calc/usr/lib" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/lib"; \
mkdir -p "/tmp/calc/pkg/calc/usr/lib"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/lib; \
chmod 0755 /tmp/calc/pkg/calc/usr/lib; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/include ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/include; \
mkdir -p /tmp/calc/pkg/calc/usr/include; \
if [ ! -d "/tmp/calc/pkg/calc/usr/include" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/include"; \
mkdir -p "/tmp/calc/pkg/calc/usr/include"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/include; \
chmod 0755 /tmp/calc/pkg/calc/usr/include; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/share/calc ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/calc; \
mkdir -p /tmp/calc/pkg/calc/usr/share/calc; \
if [ ! -d "/tmp/calc/pkg/calc/usr/share/calc" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/share/calc"; \
mkdir -p "/tmp/calc/pkg/calc/usr/share/calc"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/calc; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/calc; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/include/calc ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/include/calc; \
mkdir -p /tmp/calc/pkg/calc/usr/include/calc; \
if [ ! -d "/tmp/calc/pkg/calc/usr/include/calc" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/include/calc"; \
mkdir -p "/tmp/calc/pkg/calc/usr/include/calc"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/include/calc; \
chmod 0755 /tmp/calc/pkg/calc/usr/include/calc; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/share/calc/help ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/calc/help; \
mkdir -p /tmp/calc/pkg/calc/usr/share/calc/help; \
if [ ! -d "/tmp/calc/pkg/calc/usr/share/calc/help" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/share/calc/help"; \
mkdir -p "/tmp/calc/pkg/calc/usr/share/calc/help"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/help; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/help; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/share/calc/custom ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/calc/custom; \
mkdir -p /tmp/calc/pkg/calc/usr/share/calc/custom; \
if [ ! -d "/tmp/calc/pkg/calc/usr/share/calc/custom" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/share/calc/custom"; \
mkdir -p "/tmp/calc/pkg/calc/usr/share/calc/custom"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/custom; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/custom; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/share/calc/custhelp ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/share/calc/custhelp; \
mkdir -p /tmp/calc/pkg/calc/usr/share/calc/custhelp; \
if [ ! -d "/tmp/calc/pkg/calc/usr/share/calc/custhelp" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/share/calc/custhelp"; \
mkdir -p "/tmp/calc/pkg/calc/usr/share/calc/custhelp"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/custhelp; \
chmod 0755 /tmp/calc/pkg/calc/usr/share/calc/custhelp; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/include/calc/custom ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/include/calc/custom; \
mkdir -p /tmp/calc/pkg/calc/usr/include/calc/custom; \
if [ ! -d "/tmp/calc/pkg/calc/usr/include/calc/custom" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/include/calc/custom"; \
mkdir -p "/tmp/calc/pkg/calc/usr/include/calc/custom"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/include/calc/custom; \
chmod 0755 /tmp/calc/pkg/calc/usr/include/calc/custom; \
else \
true; \
fi
- 0
/bin/sh -c for i in /dev/null; do \
if [ "$i" = "/dev/null" ]; then \
continue; \
fi; \
if cmp -s "$i" /tmp/calc/pkg/calc/usr/include/calc/custom/$i; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/include/calc/custom/$i.new; \
cp -f $i /tmp/calc/pkg/calc/usr/include/calc/custom/$i.new; \
chmod 0444 /tmp/calc/pkg/calc/usr/include/calc/custom/$i.new; \
mv -f /tmp/calc/pkg/calc/usr/include/calc/custom/$i.new /tmp/calc/pkg/calc/usr/include/calc/custom/$i; \
echo "installed /tmp/calc/pkg/calc/usr/include/calc/custom/$i"; \
fi; \
done
- 0
/bin/sh -c for i in argv.cal halflen.cal pzasusb8.cal pmodm127.cal register.cal /dev/null; do \
if [ "$i" = "/dev/null" ]; then \
continue; \
fi; \
if cmp -s $i /tmp/calc/pkg/calc/usr/share/calc/custom/$i; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/share/calc/custom/$i.new; \
cp -f $i /tmp/calc/pkg/calc/usr/share/calc/custom/$i.new; \
chmod 0444 /tmp/calc/pkg/calc/usr/share/calc/custom/$i.new; \
mv -f /tmp/calc/pkg/calc/usr/share/calc/custom/$i.new /tmp/calc/pkg/calc/usr/share/calc/custom/$i; \
echo "installed /tmp/calc/pkg/calc/usr/share/calc/custom/$i"; \
fi; \
done
- 2
cmp -s argv.cal /tmp/calc/pkg/calc/usr/share/calc/custom/argv.cal
- 2
cmp -s halflen.cal /tmp/calc/pkg/calc/usr/share/calc/custom/halflen.cal
- 2
cmp -s pzasusb8.cal /tmp/calc/pkg/calc/usr/share/calc/custom/pzasusb8.cal
- 2
cmp -s pmodm127.cal /tmp/calc/pkg/calc/usr/share/calc/custom/pmodm127.cal
- 2
cmp -s register.cal /tmp/calc/pkg/calc/usr/share/calc/custom/register.cal
- 0
/bin/sh -c for i in argv devnull help sysinfo pzasusb8 pmodm127 register /dev/null; do \
if [ "$i" = "/dev/null" ]; then \
continue; \
fi; \
if cmp -s $i /tmp/calc/pkg/calc/usr/share/calc/custhelp/$i; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/share/calc/custhelp/$i.new; \
cp -f $i /tmp/calc/pkg/calc/usr/share/calc/custhelp/$i.new; \
chmod 0444 /tmp/calc/pkg/calc/usr/share/calc/custhelp/$i.new; \
mv -f /tmp/calc/pkg/calc/usr/share/calc/custhelp/$i.new \
/tmp/calc/pkg/calc/usr/share/calc/custhelp/$i; \
echo "installed /tmp/calc/pkg/calc/usr/share/calc/custhelp/$i"; \
fi; \
done
- 2
cmp -s argv /tmp/calc/pkg/calc/usr/share/calc/custhelp/argv
- 2
cmp -s devnull /tmp/calc/pkg/calc/usr/share/calc/custhelp/devnull
- 2
cmp -s help /tmp/calc/pkg/calc/usr/share/calc/custhelp/help
- 2
cmp -s sysinfo /tmp/calc/pkg/calc/usr/share/calc/custhelp/sysinfo
- 2
cmp -s pzasusb8 /tmp/calc/pkg/calc/usr/share/calc/custhelp/pzasusb8
- 2
cmp -s pmodm127 /tmp/calc/pkg/calc/usr/share/calc/custhelp/pmodm127
- 2
cmp -s register /tmp/calc/pkg/calc/usr/share/calc/custhelp/register
- 0
/bin/sh -c if [ -f "/tmp/calc/pkg/calc/usr/share/calc/custom/libcustcalc.a" ]; then \
rm -f /tmp/calc/pkg/calc/usr/share/calc/custom/libcustcalc.a; \
echo "removed old /tmp/calc/pkg/calc/usr/share/calc/custom/libcustcalc.a"; \
fi
- 0
/bin/sh -c if [ ! -z -DCUSTOM ]; then \
if [ -f libcustcalc.a ]; then \
if cmp -s libcustcalc.a /tmp/calc/pkg/calc/usr/lib/libcustcalc.a; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/lib/libcustcalc.a.new; \
cp -f libcustcalc.a /tmp/calc/pkg/calc/usr/lib/libcustcalc.a.new; \
chmod 0644 /tmp/calc/pkg/calc/usr/lib/libcustcalc.a.new; \
mv -f /tmp/calc/pkg/calc/usr/lib/libcustcalc.a.new \
/tmp/calc/pkg/calc/usr/lib/libcustcalc.a; \
ranlib /tmp/calc/pkg/calc/usr/lib/libcustcalc.a; \
echo "installed /tmp/calc/pkg/calc/usr/lib/libcustcalc.a"; \
fi; \
fi; \
fi
- 0
/bin/sh -c # NOTE: The upper level makefile installs the file
- 0
/bin/sh -c # libcustcalc.so.2.12.5.3 because we only want to
- 0
/bin/sh -c # perform one ldconfig for both libcalc.so.2.12.5.3
- 0
/bin/sh -c # and libcustcalc.so.2.12.5.3.
- 0
/bin/sh -c : echo '=-=-=-=-= Back to the main Makefile for install rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Invoking install rule for cscript =-=-=-=-='
- 0
/bin/sh -c cd cscript; make -f Makefile AR=ar BINDIR="/usr/bin" CALC_INCDIR="/usr/include/calc" CALC_SHAREDIR="/usr/share/calc" CAT=cat CHMOD=chmod CMP=cmp CO=co CP=cp FMT=fmt HELPDIR="/usr/share/calc/help" INCDIR="/usr/include" LANG=C LIBDIR="/usr/lib" MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q="@" RM=rm RMDIR=rmdir SCRIPTDIR="/usr/bin/cscript" SED=sed SORT=sort T=/tmp/calc/pkg/calc TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true install
- 0
make -f Makefile AR=ar BINDIR=/usr/bin CALC_INCDIR=/usr/include/calc CALC_SHAREDIR=/usr/share/calc CAT=cat CHMOD=chmod CMP=cmp CO=co CP=cp FMT=fmt HELPDIR=/usr/share/calc/help INCDIR=/usr/include LANG=C LIBDIR=/usr/lib MAKE_FILE=Makefile MKDIR=mkdir MV=mv Q=@ RM=rm RMDIR=rmdir SCRIPTDIR=/usr/bin/cscript SED=sed SORT=sort T=/tmp/calc/pkg/calc TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true install
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/bin ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/bin; \
mkdir -p /tmp/calc/pkg/calc/usr/bin; \
if [ ! -d "/tmp/calc/pkg/calc/usr/bin" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/bin"; \
mkdir -p "/tmp/calc/pkg/calc/usr/bin"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/bin; \
chmod 0755 /tmp/calc/pkg/calc/usr/bin; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -d /tmp/calc/pkg/calc/usr/bin/cscript ]; then \
echo mkdir -p /tmp/calc/pkg/calc/usr/bin/cscript; \
mkdir -p /tmp/calc/pkg/calc/usr/bin/cscript; \
if [ ! -d "/tmp/calc/pkg/calc/usr/bin/cscript" ]; then \
echo mkdir -p "/tmp/calc/pkg/calc/usr/bin/cscript"; \
mkdir -p "/tmp/calc/pkg/calc/usr/bin/cscript"; \
fi; \
echo chmod 0755 /tmp/calc/pkg/calc/usr/bin/cscript; \
chmod 0755 /tmp/calc/pkg/calc/usr/bin/cscript; \
else \
true; \
fi
- 0
/bin/sh -c for i in 4dsphere fproduct mersenne piforever plus powerterm simple square /dev/null; do \
if [ "$i" = "/dev/null" ]; then \
continue; \
fi; \
if cmp -s $i /tmp/calc/pkg/calc/usr/bin/cscript/$i; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/bin/cscript/$i.new; \
cp -f $i /tmp/calc/pkg/calc/usr/bin/cscript/$i.new; \
chmod 0755 /tmp/calc/pkg/calc/usr/bin/cscript/$i.new; \
mv -f /tmp/calc/pkg/calc/usr/bin/cscript/$i.new /tmp/calc/pkg/calc/usr/bin/cscript/$i; \
echo "installed /tmp/calc/pkg/calc/usr/bin/cscript/$i"; \
fi; \
done
- 2
cmp -s 4dsphere /tmp/calc/pkg/calc/usr/bin/cscript/4dsphere
- 2
cmp -s fproduct /tmp/calc/pkg/calc/usr/bin/cscript/fproduct
- 2
cmp -s mersenne /tmp/calc/pkg/calc/usr/bin/cscript/mersenne
- 2
cmp -s piforever /tmp/calc/pkg/calc/usr/bin/cscript/piforever
- 2
cmp -s plus /tmp/calc/pkg/calc/usr/bin/cscript/plus
- 2
cmp -s powerterm /tmp/calc/pkg/calc/usr/bin/cscript/powerterm
- 2
cmp -s simple /tmp/calc/pkg/calc/usr/bin/cscript/simple
- 2
cmp -s square /tmp/calc/pkg/calc/usr/bin/cscript/square
- 0
/bin/sh -c : echo '=-=-=-=-= Back to the main Makefile for install rule =-=-=-=-='
- 0
/bin/sh -c if [ -f libcalc.a ]; then \
if cmp -s libcalc.a /tmp/calc/pkg/calc/usr/lib/libcalc.a; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/lib/libcalc.a.new; \
cp -f libcalc.a /tmp/calc/pkg/calc/usr/lib/libcalc.a.new; \
chmod 0644 /tmp/calc/pkg/calc/usr/lib/libcalc.a.new; \
mv -f /tmp/calc/pkg/calc/usr/lib/libcalc.a.new /tmp/calc/pkg/calc/usr/lib/libcalc.a; \
ranlib /tmp/calc/pkg/calc/usr/lib/libcalc.a; \
echo "installed /tmp/calc/pkg/calc/usr/lib/libcalc.a"; \
fi; \
fi
- 0
/bin/sh -c # NOTE: The this makefile installs libcustcalc.so.2.12.5.3
- 0
/bin/sh -c # because we only want to perform one ldconfig for both
- 0
/bin/sh -c # libcalc.so.2.12.5.3 and libcustcalc.so.2.12.5.3.
- 0
/bin/sh -c if cmp -s libcalc.so.2.12.5.3 \
/tmp/calc/pkg/calc/usr/lib/libcalc.so.2.12.5.3 && \
cmp -s custom/libcustcalc.so.2.12.5.3 \
/tmp/calc/pkg/calc/usr/lib/libcustcalc.so.2.12.5.3; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/lib/libcalc.so.2.12.5.3.new; \
cp -f libcalc.so.2.12.5.3 \
/tmp/calc/pkg/calc/usr/lib/libcalc.so.2.12.5.3.new; \
chmod 0644 /tmp/calc/pkg/calc/usr/lib/libcalc.so.2.12.5.3.new; \
mv -f /tmp/calc/pkg/calc/usr/lib/libcalc.so.2.12.5.3.new \
/tmp/calc/pkg/calc/usr/lib/libcalc.so.2.12.5.3; \
echo "installed /tmp/calc/pkg/calc/usr/lib/libcalc.so.2.12.5.3"; \
ln -f -s libcalc.so.2.12.5.3 \
/tmp/calc/pkg/calc/usr/lib/libcalc.so; \
echo "installed /tmp/calc/pkg/calc/usr/lib/libcalc.so"; \
rm -f /tmp/calc/pkg/calc/usr/lib/libcustcalc.so.2.12.5.3.new; \
cp -f custom/libcustcalc.so.2.12.5.3 \
/tmp/calc/pkg/calc/usr/lib/libcustcalc.so.2.12.5.3.new; \
chmod 0644 /tmp/calc/pkg/calc/usr/lib/libcustcalc.so.2.12.5.3.new; \
mv -f /tmp/calc/pkg/calc/usr/lib/libcustcalc.so.2.12.5.3.new \
/tmp/calc/pkg/calc/usr/lib/libcustcalc.so.2.12.5.3; \
echo "installed /tmp/calc/pkg/calc/usr/lib/libcustcalc.so.2.12.5.3"; \
ln -f -s libcustcalc.so.2.12.5.3 \
/tmp/calc/pkg/calc/usr/lib/libcustcalc.so; \
echo "installed /tmp/calc/pkg/calc/usr/lib/libcalc.so"; \
if [ -z "/tmp/calc/pkg/calc" -o "/" = "/tmp/calc/pkg/calc" ]; then \
if [ ! -z "ldconfig" ]; then \
echo "running ldconfig"; \
ldconfig -v; \
echo "finished ldconfig"; \
fi; \
fi; \
fi
- 2
cmp -s libcalc.so.2.12.5.3 /tmp/calc/pkg/calc/usr/lib/libcalc.so.2.12.5.3
- 0
/bin/sh -c for i in alloc.h blkcpy.h block.h byteswap.h calc.h cmath.h config.h custom.h decl.h file.h func.h hash.h hist.h jump.h label.h lib_util.h lib_calc.h nametype.h opcodes.h prime.h qmath.h sha1.h str.h symbol.h token.h value.h zmath.h zrand.h zrandom.h align32.h args.h calcerr.h conf.h endian_calc.h fposval.h have_const.h have_fpos.h have_fpos_pos.h have_memmv.h have_newstr.h have_offscl.h have_posscl.h have_stdlib.h have_string.h have_times.h have_uid_t.h have_unistd.h longbits.h terminal.h have_ustat.h have_getsid.h have_getpgid.h have_gettime.h have_getprid.h have_urandom.h have_rusage.h have_strdup.h have_unused.h /dev/null; do \
if [ "$i" = "/dev/null" ]; then \
continue; \
fi; \
rm -f tmp; \
sed -e 's/^\(#[ ]*include[ ][ ]*\)"/\1"calc\//' \
$i > tmp; \
if cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/$i; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/include/calc/$i.new; \
cp -f tmp /tmp/calc/pkg/calc/usr/include/calc/$i.new; \
chmod 0444 /tmp/calc/pkg/calc/usr/include/calc/$i.new; \
mv -f /tmp/calc/pkg/calc/usr/include/calc/$i.new /tmp/calc/pkg/calc/usr/include/calc/$i; \
echo "installed /tmp/calc/pkg/calc/usr/include/calc/$i"; \
fi; \
if [ -f "/tmp/calc/pkg/calc/usr/include/calc/std_arg.h" ]; then \
rm -f /tmp/calc/pkg/calc/usr/include/calc/std_arg.h; \
echo "removed old /tmp/calc/pkg/calc/usr/include/calc/std_arg.h"; \
fi; \
if [ -f "/tmp/calc/pkg/calc/usr/include/calc/win32dll.h" ]; then \
rm -f /tmp/calc/pkg/calc/usr/include/calc/win32dll.h; \
echo "removed old /tmp/calc/pkg/calc/usr/include/calc/win32dll.h"; \
fi; \
if [ -f "/tmp/calc/pkg/calc/usr/include/calc/have_malloc.h" ]; then \
rm -f /tmp/calc/pkg/calc/usr/include/calc/have_malloc.h; \
echo "removed old /tmp/calc/pkg/calc/usr/include/calc/have_malloc.h"; \
fi; \
if [ -f "/tmp/calc/pkg/calc/usr/include/calc/math_error.h" ]; then \
rm -f /tmp/calc/pkg/calc/usr/include/calc/math_error.h; \
echo "removed old /tmp/calc/pkg/calc/usr/include/calc/math_error.h"; \
fi; \
if [ -f "/tmp/calc/pkg/calc/usr/include/calc/string.h" ]; then \
rm -f /tmp/calc/pkg/calc/usr/include/calc/string.h; \
echo "removed old /tmp/calc/pkg/calc/usr/include/calc/string.h"; \
fi; \
done
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/alloc.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/blkcpy.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/block.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/byteswap.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/calc.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/cmath.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/config.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/custom.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/decl.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/file.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/func.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/hash.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/hist.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/jump.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/label.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/lib_util.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/lib_calc.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/nametype.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/opcodes.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/prime.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/qmath.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/sha1.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/str.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/symbol.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/token.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/value.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/zmath.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/zrand.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/zrandom.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/align32.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/args.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/calcerr.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/conf.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/endian_calc.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/fposval.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_const.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_fpos.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_fpos_pos.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_memmv.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_newstr.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_offscl.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_posscl.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_stdlib.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_string.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_times.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_uid_t.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_unistd.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/longbits.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/terminal.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_ustat.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_getsid.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_getpgid.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_gettime.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_getprid.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_urandom.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_rusage.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_strdup.h
- 2
cmp -s tmp /tmp/calc/pkg/calc/usr/include/calc/have_unused.h
- 0
/bin/sh -c if [ -z "/usr/share/man/man1" ]; then \
true; \
else \
if cmp -s calc.1 /tmp/calc/pkg/calc/usr/share/man/man1/calc.1; then \
true; \
else \
rm -f /tmp/calc/pkg/calc/usr/share/man/man1/calc.1.new; \
cp -f calc.1 /tmp/calc/pkg/calc/usr/share/man/man1/calc.1.new; \
chmod 0444 /tmp/calc/pkg/calc/usr/share/man/man1/calc.1.new; \
mv -f /tmp/calc/pkg/calc/usr/share/man/man1/calc.1.new \
/tmp/calc/pkg/calc/usr/share/man/man1/calc.1; \
echo "installed /tmp/calc/pkg/calc/usr/share/man/man1/calc.1"; \
fi; \
fi
- 2
cmp -s calc.1 /tmp/calc/pkg/calc/usr/share/man/man1/calc.1
- 0
/bin/sh -c if [ -z "" ]; then \
true; \
else \
if cmp -s calc.1 /tmp/calc/pkg/calc/usr/share/man/man1/calc.1; then \
true; \
else \
if [ -z "" ]; then \
echo "/usr/local/bin/manmake calc.1 /tmp/calc/pkg/calc"; \
/usr/local/bin/manmake calc.1 /tmp/calc/pkg/calc; \
else \
rm -f /tmp/calc/pkg/calc/calc.1.new; \
-man calc.1 > \
/tmp/calc/pkg/calc/calc.1.new; \
chmod 0444 /tmp/calc/pkg/calc/usr/share/man/man1/calc.1.new; \
mv -f /tmp/calc/pkg/calc/calc.1.new \
/tmp/calc/pkg/calc/calc.1; \
echo "installed /tmp/calc/pkg/calc/calc.1"; \
fi; \
fi; \
fi
- 0
/bin/sh -c : # NOTE: misc install cleanup
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile end of install rule =-=-=-=-='
- ?
chrpath -d /tmp/calc/pkg/calc/usr/bin/calc
- 123
xargs -0 grep -q -I /tmp/calc/src
- 123
xargs -0 grep -q -I /tmp/calc/pkg
- 0
fakeroot -v
- 0
openssl dgst -sha256 /tmp/calc/PKGBUILD
- ?
bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,gid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
- ?
bsdtar -cf - .PKGINFO .BUILDINFO .MTREE usr
- 0
xz -c -z -