Build tree for "calc"
on toolchain "vanilla"
- 0
None
- 0
None
- 127
/usr/sbin/pacman -T chrpath
- ?
sudo /usr/sbin/pacman --noconfirm --color never --noprogressbar -S --asdeps chrpath
- 1
/usr/bin/tty
- 0
/usr/sbin/pacman -T chrpath
- 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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC longbits.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM longbits.c -quiet -dumpbase longbits.c -mtune=generic -march=x86-64 -auxbase longbits -Wall -fPIC -o /tmp/ccBcL1fn.s
- 0
as --64 -o longbits.o /tmp/ccBcL1fn.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC longbits.o -o longbits
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccbhwSgp.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o longbits /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. longbits.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccbhwSgp.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o longbits /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. longbits.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC align32.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM align32.c -quiet -dumpbase align32.c -mtune=generic -march=x86-64 -auxbase align32 -Wall -fPIC -o /tmp/cciluzmt.s
- 1
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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_stdvs.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_stdvs.c -quiet -dumpbase have_stdvs.c -mtune=generic -march=x86-64 -auxbase have_stdvs -Wall -fPIC -o /tmp/ccFCm5az.s
- 0
as --64 -o have_stdvs.o /tmp/ccFCm5az.s
- 0
/bin/sh -c gcc have_stdvs.o -o have_stdvs \
>/dev/null 2>&1; true
- ?
gcc have_stdvs.o -o have_stdvs
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccUsav6A.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_stdvs /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_stdvs.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccUsav6A.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_stdvs /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_stdvs.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC endian.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM endian.c -quiet -dumpbase endian.c -mtune=generic -march=x86-64 -auxbase endian -Wall -fPIC -o /tmp/ccGIzrFM.s
- 0
as --64 -o endian.o /tmp/ccGIzrFM.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC endian.o -o endian
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccRHuF6O.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o endian /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. endian.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccRHuF6O.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o endian /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. endian.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_fpos.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_fpos.c -quiet -dumpbase have_fpos.c -mtune=generic -march=x86-64 -auxbase have_fpos -Wall -fPIC -o /tmp/ccuX2vOT.s
- 0
as --64 -o have_fpos.o /tmp/ccuX2vOT.s
- 0
/bin/sh -c gcc have_fpos.o -o have_fpos \
>/dev/null 2>&1; true
- ?
gcc have_fpos.o -o have_fpos
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc3PvoMV.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_fpos /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_fpos.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc3PvoMV.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_fpos /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_fpos.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_posscl.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_posscl.c -quiet -dumpbase have_posscl.c -mtune=generic -march=x86-64 -auxbase have_posscl -Wall -fPIC -o /tmp/cc0sCm5P.s
- 0
/bin/sh -c gcc have_posscl.o -o have_posscl \
>/dev/null 2>&1; true
- 1
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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_fpos_pos.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_fpos_pos.c -quiet -dumpbase have_fpos_pos.c -mtune=generic -march=x86-64 -auxbase have_fpos_pos -Wall -fPIC -o /tmp/cceRvpUQ.s
- 0
as --64 -o have_fpos_pos.o /tmp/cceRvpUQ.s
- 0
/bin/sh -c gcc have_fpos_pos.o -o have_fpos_pos \
>/dev/null 2>&1; true
- ?
gcc have_fpos_pos.o -o have_fpos_pos
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7oAjsV.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_fpos_pos /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_fpos_pos.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7oAjsV.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_fpos_pos /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_fpos_pos.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_offscl.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_offscl.c -quiet -dumpbase have_offscl.c -mtune=generic -march=x86-64 -auxbase have_offscl -Wall -fPIC -o /tmp/ccS7yNKW.s
- 0
as --64 -o have_offscl.o /tmp/ccS7yNKW.s
- 0
/bin/sh -c gcc have_offscl.o -o have_offscl \
>/dev/null 2>&1; true
- ?
gcc have_offscl.o -o have_offscl
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccXb1oxY.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_offscl /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_offscl.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccXb1oxY.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_offscl /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_offscl.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC fposval.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM fposval.c -quiet -dumpbase fposval.c -mtune=generic -march=x86-64 -auxbase fposval -Wall -fPIC -o /tmp/ccFVZbL4.s
- 0
as --64 -o fposval.o /tmp/ccFVZbL4.s
- 0
/bin/sh -c gcc fposval.o -o fposval >/dev/null \
2>&1; true
- ?
gcc fposval.o -o fposval
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0D6ZXW.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o fposval /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. fposval.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0D6ZXW.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o fposval /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. fposval.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_const.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_const.c -quiet -dumpbase have_const.c -mtune=generic -march=x86-64 -auxbase have_const -Wall -fPIC -o /tmp/ccnf0ez5.s
- 0
as --64 -o have_const.o /tmp/ccnf0ez5.s
- 0
/bin/sh -c gcc have_const.o -o have_const \
>/dev/null 2>&1; true
- ?
gcc have_const.o -o have_const
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccXejMMf.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_const /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_const.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccXejMMf.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_const /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_const.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_memmv.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_memmv.c -quiet -dumpbase have_memmv.c -mtune=generic -march=x86-64 -auxbase have_memmv -Wall -fPIC -o /tmp/ccPQ8s6l.s
- 0
as --64 -o have_memmv.o /tmp/ccPQ8s6l.s
- 0
/bin/sh -c gcc have_memmv.o -o have_memmv \
>/dev/null 2>&1; true
- ?
gcc have_memmv.o -o have_memmv
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cclsH2Tn.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_memmv /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_memmv.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cclsH2Tn.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_memmv /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_memmv.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_newstr.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_newstr.c -quiet -dumpbase have_newstr.c -mtune=generic -march=x86-64 -auxbase have_newstr -Wall -fPIC -o /tmp/cc0OSWaq.s
- 0
as --64 -o have_newstr.o /tmp/cc0OSWaq.s
- 0
/bin/sh -c gcc have_newstr.o -o have_newstr \
>/dev/null 2>&1; true
- ?
gcc have_newstr.o -o have_newstr
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccaIorBs.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_newstr /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_newstr.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccaIorBs.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_newstr /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_newstr.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_uid_t.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_uid_t.c -quiet -dumpbase have_uid_t.c -mtune=generic -march=x86-64 -auxbase have_uid_t -Wall -fPIC -o /tmp/ccUIp8rD.s
- 0
as --64 -o have_uid_t.o /tmp/ccUIp8rD.s
- 0
/bin/sh -c gcc have_uid_t.o -o have_uid_t \
>/dev/null 2>&1; true
- ?
gcc have_uid_t.o -o have_uid_t
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccE3B5Ol.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_uid_t /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_uid_t.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccE3B5Ol.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_uid_t /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_uid_t.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_ustat.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_ustat.c -quiet -dumpbase have_ustat.c -mtune=generic -march=x86-64 -auxbase have_ustat -Wall -fPIC -o /tmp/ccVvbaOt.s
- 0
as --64 -o have_ustat.o /tmp/ccVvbaOt.s
- 0
/bin/sh -c gcc have_ustat.o -o have_ustat \
>/dev/null 2>&1; true
- ?
gcc have_ustat.o -o have_ustat
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccl1KfVw.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_ustat /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_ustat.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccl1KfVw.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_ustat /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_ustat.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_getsid.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_getsid.c -quiet -dumpbase have_getsid.c -mtune=generic -march=x86-64 -auxbase have_getsid -Wall -fPIC -o /tmp/ccMfymfy.s
- 0
as --64 -o have_getsid.o /tmp/ccMfymfy.s
- 0
/bin/sh -c gcc have_getsid.o -o have_getsid \
>/dev/null 2>&1; true
- ?
gcc have_getsid.o -o have_getsid
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7P91mA.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getsid /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_getsid.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7P91mA.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getsid /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_getsid.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_getpgid.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_getpgid.c -quiet -dumpbase have_getpgid.c -mtune=generic -march=x86-64 -auxbase have_getpgid -Wall -fPIC -o /tmp/cc0uCpIG.s
- 0
as --64 -o have_getpgid.o /tmp/cc0uCpIG.s
- 0
/bin/sh -c gcc have_getpgid.o -o have_getpgid \
>/dev/null 2>&1; true
- ?
gcc have_getpgid.o -o have_getpgid
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvWsmyI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getpgid /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_getpgid.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvWsmyI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getpgid /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_getpgid.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_gettime.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_gettime.c -quiet -dumpbase have_gettime.c -mtune=generic -march=x86-64 -auxbase have_gettime -Wall -fPIC -o /tmp/ccNOKBMA.s
- 0
as --64 -o have_gettime.o /tmp/ccNOKBMA.s
- 0
/bin/sh -c gcc have_gettime.o -o have_gettime \
>/dev/null 2>&1; true
- ?
gcc have_gettime.o -o have_gettime
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccAR2wQN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_gettime /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_gettime.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccAR2wQN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_gettime /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_gettime.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_getprid.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_getprid.c -quiet -dumpbase have_getprid.c -mtune=generic -march=x86-64 -auxbase have_getprid -Wall -fPIC -o /tmp/cc8tq3zP.s
- 0
as --64 -o have_getprid.o /tmp/cc8tq3zP.s
- 0
/bin/sh -c gcc have_getprid.o -o have_getprid \
>/dev/null 2>&1; true
- ?
gcc have_getprid.o -o have_getprid
- 1
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjdO4jR.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getprid /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_getprid.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 1
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjdO4jR.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getprid /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_getprid.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_rusage.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_rusage.c -quiet -dumpbase have_rusage.c -mtune=generic -march=x86-64 -auxbase have_rusage -Wall -fPIC -o /tmp/cciPYr8X.s
- 0
as --64 -o have_rusage.o /tmp/cciPYr8X.s
- 0
/bin/sh -c gcc have_rusage.o -o have_rusage \
>/dev/null 2>&1; true
- ?
gcc have_rusage.o -o have_rusage
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccTXXAcI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_rusage /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_rusage.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccTXXAcI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_rusage /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_rusage.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_strdup.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_strdup.c -quiet -dumpbase have_strdup.c -mtune=generic -march=x86-64 -auxbase have_strdup -Wall -fPIC -o /tmp/ccVVZMaR.s
- 0
as --64 -o have_strdup.o /tmp/ccVVZMaR.s
- 0
/bin/sh -c gcc have_strdup.o -o have_strdup \
>/dev/null 2>&1; true
- ?
gcc have_strdup.o -o have_strdup
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cclJg0LT.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_strdup /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_strdup.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cclJg0LT.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_strdup /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_strdup.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_unused.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM have_unused.c -quiet -dumpbase have_unused.c -mtune=generic -march=x86-64 -auxbase have_unused -Wall -fPIC -o /tmp/cc1kE3oV.s
- 0
as --64 -o have_unused.o /tmp/cc1kE3oV.s
- 0
/bin/sh -c gcc have_unused.o -o have_unused \
>/dev/null 2>&1; true
- ?
gcc have_unused.o -o have_unused
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDIJMKW.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_unused /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_unused.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDIJMKW.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_unused /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. have_unused.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.. -c -o custtbl.o custtbl.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -I .. -dD -D CALC_SRC -D CUSTOM custtbl.c -quiet -dumpbase custtbl.c -mtune=generic -march=x86-64 -auxbase-strip custtbl.o -g3 -O3 -Wall -fPIC -o /tmp/ccoODIsZ.s
- 0
as -I .. --64 -o custtbl.o /tmp/ccoODIsZ.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.. -c -o c_argv.o c_argv.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -I .. -dD -D CALC_SRC -D CUSTOM c_argv.c -quiet -dumpbase c_argv.c -mtune=generic -march=x86-64 -auxbase-strip c_argv.o -g3 -O3 -Wall -fPIC -o /tmp/ccTV1hr4.s
- 0
as -I .. --64 -o c_argv.o /tmp/ccTV1hr4.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.. -c -o c_devnull.o c_devnull.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -I .. -dD -D CALC_SRC -D CUSTOM c_devnull.c -quiet -dumpbase c_devnull.c -mtune=generic -march=x86-64 -auxbase-strip c_devnull.o -g3 -O3 -Wall -fPIC -o /tmp/ccMdMRp5.s
- 0
as -I .. --64 -o c_devnull.o /tmp/ccMdMRp5.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.. -c -o c_help.o c_help.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -I .. -dD -D CALC_SRC -D CUSTOM c_help.c -quiet -dumpbase c_help.c -mtune=generic -march=x86-64 -auxbase-strip c_help.o -g3 -O3 -Wall -fPIC -o /tmp/ccuWRW89.s
- 0
as -I .. --64 -o c_help.o /tmp/ccuWRW89.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.. c_sysinfo.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -I .. -dD -D CALC_SRC -D CUSTOM c_sysinfo.c -quiet -dumpbase c_sysinfo.c -mtune=generic -march=x86-64 -auxbase c_sysinfo -g3 -O3 -Wall -fPIC -o /tmp/ccQDTNyf.s
- 0
as -I .. --64 -o c_sysinfo.o /tmp/ccQDTNyf.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.. -c -o c_pzasusb8.o c_pzasusb8.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -I .. -dD -D CALC_SRC -D CUSTOM c_pzasusb8.c -quiet -dumpbase c_pzasusb8.c -mtune=generic -march=x86-64 -auxbase-strip c_pzasusb8.o -g3 -O3 -Wall -fPIC -o /tmp/cckeQcon.s
- 0
as -I .. --64 -o c_pzasusb8.o /tmp/cckeQcon.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.. -c -o c_pmodm127.o c_pmodm127.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -I .. -dD -D CALC_SRC -D CUSTOM c_pmodm127.c -quiet -dumpbase c_pmodm127.c -mtune=generic -march=x86-64 -auxbase-strip c_pmodm127.o -g3 -O3 -Wall -fPIC -o /tmp/cc6hpXbs.s
- 0
as -I .. --64 -o c_pmodm127.o /tmp/cc6hpXbs.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.. -c -o c_register.o c_register.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -I .. -dD -D CALC_SRC -D CUSTOM c_register.c -quiet -dumpbase c_register.c -mtune=generic -march=x86-64 -auxbase-strip c_register.o -g3 -O3 -Wall -fPIC -o /tmp/ccZ2Kxyz.s
- 0
as -I .. --64 -o c_register.o /tmp/ccZ2Kxyz.s
- ?
gcc -shared -Wl,-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 -o libcustcalc.so.2.12.5.3
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccRp3NCA.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o libcustcalc.so.2.12.5.3 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -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 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccRp3NCA.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o libcustcalc.so.2.12.5.3 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -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 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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 =-=-=-=-='
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o addop.o addop.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM addop.c -quiet -dumpbase addop.c -mtune=generic -march=x86-64 -auxbase-strip addop.o -g3 -O3 -Wall -fPIC -o /tmp/ccvT3b0o.s
- 0
as --64 -o addop.o /tmp/ccvT3b0o.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o assocfunc.o assocfunc.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM assocfunc.c -quiet -dumpbase assocfunc.c -mtune=generic -march=x86-64 -auxbase-strip assocfunc.o -g3 -O3 -Wall -fPIC -o /tmp/ccCutT1H.s
- 0
as --64 -o assocfunc.o /tmp/ccCutT1H.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o blkcpy.o blkcpy.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM blkcpy.c -quiet -dumpbase blkcpy.c -mtune=generic -march=x86-64 -auxbase-strip blkcpy.o -g3 -O3 -Wall -fPIC -o /tmp/ccy4GfE3.s
- 0
as --64 -o blkcpy.o /tmp/ccy4GfE3.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o block.o block.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM block.c -quiet -dumpbase block.c -mtune=generic -march=x86-64 -auxbase-strip block.o -g3 -O3 -Wall -fPIC -o /tmp/ccDf2vqq.s
- 0
as --64 -o block.o /tmp/ccDf2vqq.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o byteswap.o byteswap.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM byteswap.c -quiet -dumpbase byteswap.c -mtune=generic -march=x86-64 -auxbase-strip byteswap.o -g3 -O3 -Wall -fPIC -o /tmp/cclo3kvD.s
- 0
as --64 -o byteswap.o /tmp/cclo3kvD.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o calcerr.o calcerr.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM calcerr.c -quiet -dumpbase calcerr.c -mtune=generic -march=x86-64 -auxbase-strip calcerr.o -g3 -O3 -Wall -fPIC -o /tmp/ccjTbrqi.s
- 0
as --64 -o calcerr.o /tmp/ccjTbrqi.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o codegen.o codegen.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM codegen.c -quiet -dumpbase codegen.c -mtune=generic -march=x86-64 -auxbase-strip codegen.o -g3 -O3 -Wall -fPIC -o /tmp/cc66qdTj.s
- 0
as --64 -o codegen.o /tmp/cc66qdTj.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o comfunc.o comfunc.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM comfunc.c -quiet -dumpbase comfunc.c -mtune=generic -march=x86-64 -auxbase-strip comfunc.o -g3 -O3 -Wall -fPIC -o /tmp/ccBthHWi.s
- 0
as --64 -o comfunc.o /tmp/ccBthHWi.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o commath.o commath.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM commath.c -quiet -dumpbase commath.c -mtune=generic -march=x86-64 -auxbase-strip commath.o -g3 -O3 -Wall -fPIC -o /tmp/ccoRPbEW.s
- 0
as --64 -o commath.o /tmp/ccoRPbEW.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o config.o config.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM config.c -quiet -dumpbase config.c -mtune=generic -march=x86-64 -auxbase-strip config.o -g3 -O3 -Wall -fPIC -o /tmp/ccRueMXc.s
- 0
as --64 -o config.o /tmp/ccRueMXc.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o const.o const.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM const.c -quiet -dumpbase const.c -mtune=generic -march=x86-64 -auxbase-strip const.o -g3 -O3 -Wall -fPIC -o /tmp/ccUYvMEr.s
- 0
as --64 -o const.o /tmp/ccUYvMEr.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o custom.o custom.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM custom.c -quiet -dumpbase custom.c -mtune=generic -march=x86-64 -auxbase-strip custom.o -g3 -O3 -Wall -fPIC -o /tmp/cccJohvz.s
- 0
as --64 -o custom.o /tmp/cccJohvz.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -Wno-error=long-long -Wno-long-long -c file.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM file.c -quiet -dumpbase file.c -mtune=generic -march=x86-64 -auxbase file -g3 -O3 -Wall -Wno-error=long-long -Wno-long-long -fPIC -o /tmp/cch44BmD.s
- 0
as --64 -o file.o /tmp/cch44BmD.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o func.o func.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM func.c -quiet -dumpbase func.c -mtune=generic -march=x86-64 -auxbase-strip func.o -g3 -O3 -Wall -fPIC -o /tmp/cck59PRw.s
- 0
as --64 -o func.o /tmp/cck59PRw.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o hash.o hash.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM hash.c -quiet -dumpbase hash.c -mtune=generic -march=x86-64 -auxbase-strip hash.o -g3 -O3 -Wall -fPIC -o /tmp/cc3sQJaR.s
- 0
as --64 -o hash.o /tmp/cc3sQJaR.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o help.o help.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM help.c -quiet -dumpbase help.c -mtune=generic -march=x86-64 -auxbase-strip help.o -g3 -O3 -Wall -fPIC -o /tmp/cc5yr0n4.s
- 0
as --64 -o help.o /tmp/cc5yr0n4.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -DUSE_READLINE -c hist.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM -D USE_READLINE hist.c -quiet -dumpbase hist.c -mtune=generic -march=x86-64 -auxbase hist -g3 -O3 -Wall -fPIC -o /tmp/ccccypic.s
- 0
as --64 -o hist.o /tmp/ccccypic.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o input.o input.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM input.c -quiet -dumpbase input.c -mtune=generic -march=x86-64 -auxbase-strip input.o -g3 -O3 -Wall -fPIC -o /tmp/ccYH7ZEI.s
- 0
as --64 -o input.o /tmp/ccYH7ZEI.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o jump.o jump.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM jump.c -quiet -dumpbase jump.c -mtune=generic -march=x86-64 -auxbase-strip jump.o -g3 -O3 -Wall -fPIC -o /tmp/ccg04uvV.s
- 0
as --64 -o jump.o /tmp/ccg04uvV.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o label.o label.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM label.c -quiet -dumpbase label.c -mtune=generic -march=x86-64 -auxbase-strip label.o -g3 -O3 -Wall -fPIC -o /tmp/ccY4vQXY.s
- 0
as --64 -o label.o /tmp/ccY4vQXY.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o lib_calc.o lib_calc.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM lib_calc.c -quiet -dumpbase lib_calc.c -mtune=generic -march=x86-64 -auxbase-strip lib_calc.o -g3 -O3 -Wall -fPIC -o /tmp/ccxcB7d3.s
- 0
as --64 -o lib_calc.o /tmp/ccxcB7d3.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o lib_util.o lib_util.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM lib_util.c -quiet -dumpbase lib_util.c -mtune=generic -march=x86-64 -auxbase-strip lib_util.o -g3 -O3 -Wall -fPIC -o /tmp/ccnwBfb2.s
- 0
as --64 -o lib_util.o /tmp/ccnwBfb2.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o listfunc.o listfunc.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM listfunc.c -quiet -dumpbase listfunc.c -mtune=generic -march=x86-64 -auxbase-strip listfunc.o -g3 -O3 -Wall -fPIC -o /tmp/cct7VAKZ.s
- 0
as --64 -o listfunc.o /tmp/cct7VAKZ.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o matfunc.o matfunc.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM matfunc.c -quiet -dumpbase matfunc.c -mtune=generic -march=x86-64 -auxbase-strip matfunc.o -g3 -O3 -Wall -fPIC -o /tmp/ccICduUx.s
- 0
as --64 -o matfunc.o /tmp/ccICduUx.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o math_error.o math_error.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM math_error.c -quiet -dumpbase math_error.c -mtune=generic -march=x86-64 -auxbase-strip math_error.o -g3 -O3 -Wall -fPIC -o /tmp/ccihKA9Z.s
- 0
as --64 -o math_error.o /tmp/ccihKA9Z.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o obj.o obj.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM obj.c -quiet -dumpbase obj.c -mtune=generic -march=x86-64 -auxbase-strip obj.o -g3 -O3 -Wall -fPIC -o /tmp/ccXzRLL7.s
- 0
as --64 -o obj.o /tmp/ccXzRLL7.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o opcodes.o opcodes.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM opcodes.c -quiet -dumpbase opcodes.c -mtune=generic -march=x86-64 -auxbase-strip opcodes.o -g3 -O3 -Wall -fPIC -o /tmp/ccLOyMDn.s
- 0
as --64 -o opcodes.o /tmp/ccLOyMDn.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o pix.o pix.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM pix.c -quiet -dumpbase pix.c -mtune=generic -march=x86-64 -auxbase-strip pix.o -g3 -O3 -Wall -fPIC -o /tmp/ccO74qyp.s
- 0
as --64 -o pix.o /tmp/ccO74qyp.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o poly.o poly.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM poly.c -quiet -dumpbase poly.c -mtune=generic -march=x86-64 -auxbase-strip poly.o -g3 -O3 -Wall -fPIC -o /tmp/cc2y8ysv.s
- 0
as --64 -o poly.o /tmp/cc2y8ysv.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o prime.o prime.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM prime.c -quiet -dumpbase prime.c -mtune=generic -march=x86-64 -auxbase-strip prime.o -g3 -O3 -Wall -fPIC -o /tmp/ccQDuRJy.s
- 0
as --64 -o prime.o /tmp/ccQDuRJy.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o qfunc.o qfunc.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM qfunc.c -quiet -dumpbase qfunc.c -mtune=generic -march=x86-64 -auxbase-strip qfunc.o -g3 -O3 -Wall -fPIC -o /tmp/ccAwdKAD.s
- 0
as --64 -o qfunc.o /tmp/ccAwdKAD.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o qio.o qio.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM qio.c -quiet -dumpbase qio.c -mtune=generic -march=x86-64 -auxbase-strip qio.o -g3 -O3 -Wall -fPIC -o /tmp/cccTFOin.s
- 0
as --64 -o qio.o /tmp/cccTFOin.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o qmath.o qmath.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM qmath.c -quiet -dumpbase qmath.c -mtune=generic -march=x86-64 -auxbase-strip qmath.o -g3 -O3 -Wall -fPIC -o /tmp/cciUkroE.s
- 0
as --64 -o qmath.o /tmp/cciUkroE.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o qmod.o qmod.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM qmod.c -quiet -dumpbase qmod.c -mtune=generic -march=x86-64 -auxbase-strip qmod.o -g3 -O3 -Wall -fPIC -o /tmp/ccgNZLnW.s
- 0
as --64 -o qmod.o /tmp/ccgNZLnW.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o qtrans.o qtrans.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM qtrans.c -quiet -dumpbase qtrans.c -mtune=generic -march=x86-64 -auxbase-strip qtrans.o -g3 -O3 -Wall -fPIC -o /tmp/ccUr0S7g.s
- 0
as --64 -o qtrans.o /tmp/ccUr0S7g.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o quickhash.o quickhash.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM quickhash.c -quiet -dumpbase quickhash.c -mtune=generic -march=x86-64 -auxbase-strip quickhash.o -g3 -O3 -Wall -fPIC -o /tmp/ccnfFDq2.s
- 0
as --64 -o quickhash.o /tmp/ccnfFDq2.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -Wno-implicit -Wno-error=long-long -Wno-long-long -c seed.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM seed.c -quiet -dumpbase seed.c -mtune=generic -march=x86-64 -auxbase seed -g3 -O3 -Wall -Wno-implicit -Wno-error=long-long -Wno-long-long -fPIC -o /tmp/cc32fvNb.s
- 0
as --64 -o seed.o /tmp/cc32fvNb.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o sha1.o sha1.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM sha1.c -quiet -dumpbase sha1.c -mtune=generic -march=x86-64 -auxbase-strip sha1.o -g3 -O3 -Wall -fPIC -o /tmp/ccgnEDPg.s
- 0
as --64 -o sha1.o /tmp/ccgnEDPg.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o size.o size.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM size.c -quiet -dumpbase size.c -mtune=generic -march=x86-64 -auxbase-strip size.o -g3 -O3 -Wall -fPIC -o /tmp/cct97YkK.s
- 0
as --64 -o size.o /tmp/cct97YkK.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o str.o str.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM str.c -quiet -dumpbase str.c -mtune=generic -march=x86-64 -auxbase-strip str.o -g3 -O3 -Wall -fPIC -o /tmp/cccSKVPP.s
- 0
as --64 -o str.o /tmp/cccSKVPP.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o symbol.o symbol.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM symbol.c -quiet -dumpbase symbol.c -mtune=generic -march=x86-64 -auxbase-strip symbol.o -g3 -O3 -Wall -fPIC -o /tmp/ccXfbsMB.s
- 0
as --64 -o symbol.o /tmp/ccXfbsMB.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o token.o token.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM token.c -quiet -dumpbase token.c -mtune=generic -march=x86-64 -auxbase-strip token.o -g3 -O3 -Wall -fPIC -o /tmp/cc6JNJ7W.s
- 0
as --64 -o token.o /tmp/cc6JNJ7W.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o value.o value.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM value.c -quiet -dumpbase value.c -mtune=generic -march=x86-64 -auxbase-strip value.o -g3 -O3 -Wall -fPIC -o /tmp/ccOJ34C1.s
- 0
as --64 -o value.o /tmp/ccOJ34C1.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o version.o version.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM version.c -quiet -dumpbase version.c -mtune=generic -march=x86-64 -auxbase-strip version.o -g3 -O3 -Wall -fPIC -o /tmp/cc0Y39Un.s
- 0
as --64 -o version.o /tmp/cc0Y39Un.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o zfunc.o zfunc.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM zfunc.c -quiet -dumpbase zfunc.c -mtune=generic -march=x86-64 -auxbase-strip zfunc.o -g3 -O3 -Wall -fPIC -o /tmp/cc84uQHr.s
- 0
as --64 -o zfunc.o /tmp/cc84uQHr.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o zio.o zio.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM zio.c -quiet -dumpbase zio.c -mtune=generic -march=x86-64 -auxbase-strip zio.o -g3 -O3 -Wall -fPIC -o /tmp/ccxPTXFv.s
- 0
as --64 -o zio.o /tmp/ccxPTXFv.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o zmath.o zmath.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM zmath.c -quiet -dumpbase zmath.c -mtune=generic -march=x86-64 -auxbase-strip zmath.o -g3 -O3 -Wall -fPIC -o /tmp/cceq7qQJ.s
- 0
as --64 -o zmath.o /tmp/cceq7qQJ.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o zmod.o zmod.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM zmod.c -quiet -dumpbase zmod.c -mtune=generic -march=x86-64 -auxbase-strip zmod.o -g3 -O3 -Wall -fPIC -o /tmp/ccFt9cbE.s
- 0
as --64 -o zmod.o /tmp/ccFt9cbE.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o zmul.o zmul.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM zmul.c -quiet -dumpbase zmul.c -mtune=generic -march=x86-64 -auxbase-strip zmul.o -g3 -O3 -Wall -fPIC -o /tmp/ccT9u9Xo.s
- 0
as --64 -o zmul.o /tmp/ccT9u9Xo.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o zprime.o zprime.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM zprime.c -quiet -dumpbase zprime.c -mtune=generic -march=x86-64 -auxbase-strip zprime.o -g3 -O3 -Wall -fPIC -o /tmp/cc0XXJpY.s
- 0
as --64 -o zprime.o /tmp/cc0XXJpY.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o zrand.o zrand.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM zrand.c -quiet -dumpbase zrand.c -mtune=generic -march=x86-64 -auxbase-strip zrand.o -g3 -O3 -Wall -fPIC -o /tmp/ccH855Vc.s
- 0
as --64 -o zrand.o /tmp/ccH855Vc.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o zrandom.o zrandom.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM zrandom.c -quiet -dumpbase zrandom.c -mtune=generic -march=x86-64 -auxbase-strip zrandom.o -g3 -O3 -Wall -fPIC -o /tmp/ccrsDjOr.s
- 0
as --64 -o zrandom.o /tmp/ccrsDjOr.s
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -DCALC_VER version.c -o ver_calc
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -D CALC_SRC -D CUSTOM -D CALC_VER version.c -quiet -dumpbase version.c -mtune=generic -march=x86-64 -auxbase version -Wall -fPIC -o /tmp/ccRBYGtO.s
- 0
as --64 -o /tmp/cchOKQNY.o /tmp/ccRBYGtO.s
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccLAPa98.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o ver_calc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/cchOKQNY.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccLAPa98.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o ver_calc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/cchOKQNY.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
gcc -shared -Wl,-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 -o libcalc.so.2.12.5.3
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctCaWS2.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o libcalc.so.2.12.5.3 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -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 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctCaWS2.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o libcalc.so.2.12.5.3 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -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 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o calc.o calc.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM calc.c -quiet -dumpbase calc.c -mtune=generic -march=x86-64 -auxbase-strip calc.o -g3 -O3 -Wall -fPIC -o /tmp/ccYIeoOS.s
- 0
as --64 -o calc.o /tmp/ccYIeoOS.s
- ?
gcc calc.o -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 libcalc.so.2.12.5.3 libcustcalc.so.2.12.5.3 -lreadline -lhistory -lncurses -o calc
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccbwWLMu.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o calc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. 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 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccbwWLMu.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o calc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. 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 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o sample_rand.o sample_rand.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM sample_rand.c -quiet -dumpbase sample_rand.c -mtune=generic -march=x86-64 -auxbase-strip sample_rand.o -g3 -O3 -Wall -fPIC -o /tmp/cc6bGg7u.s
- 0
as --64 -o sample_rand.o /tmp/cc6bGg7u.s
- ?
gcc sample_rand.o -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 libcalc.so.2.12.5.3 libcustcalc.so.2.12.5.3 -lreadline -lhistory -lncurses -o sample_rand
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwckhWt.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o sample_rand /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. 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 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwckhWt.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o sample_rand /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. 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 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -c -o sample_many.o sample_many.c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -dD -D CALC_SRC -D CUSTOM sample_many.c -quiet -dumpbase sample_many.c -mtune=generic -march=x86-64 -auxbase-strip sample_many.o -g3 -O3 -Wall -fPIC -o /tmp/cctbGAHv.s
- 0
as --64 -o sample_many.o /tmp/cctbGAHv.s
- ?
gcc sample_many.o -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 libcalc.so.2.12.5.3 libcustcalc.so.2.12.5.3 -lreadline -lhistory -lncurses -o sample_many
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccN8RZBC.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o sample_many /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. 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 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccN8RZBC.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o sample_many /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. 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 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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
- ?
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC -DFUNCLIST -I/usr/include -I.. funclist.c -c
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/cc1 -quiet -I /usr/include -I .. -D CALC_SRC -D CUSTOM -D FUNCLIST funclist.c -quiet -dumpbase funclist.c -mtune=generic -march=x86-64 -auxbase funclist -Wall -fPIC -o /tmp/ccHatj4v.s
- 0
as -I /usr/include -I .. --64 -o funclist.o /tmp/ccHatj4v.s
- ?
gcc funclist.o -o funclist
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrlFUbu.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o funclist /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. funclist.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrlFUbu.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o funclist /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. funclist.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/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 =-=-=-=-='
- 0
fakeroot -- /usr/sbin/makepkg -F --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
- 0
/usr/bin/faked
- 0
/usr/sbin/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 -
- 0
/usr/sbin/pacman -T readline