Date: Mon, 15 Jul 1996 17:03:56 -0600 From: Warner Losh <imp@village.org> To: current@freebsd.org Subject: Nits Message-ID: <199607152303.RAA29506@rover.village.org>
next in thread | raw e-mail | index | archive | help
When I do a make depend all install, it seems to be rebuilding ALL of the binaries. Is this normal expected behavior, or just the result of the make world changing the times of the libraries when it installed them? Also, A couple of warnings in -current when building. Not a big deal, but I thought I'd point them out in case this is something broken. This is as of ctm 2238. The warnings from handbook are new between this and my last build with July 11ish sources. ===> lib/libss cc -O -I. -I/other/imp/FreeBSD/current/src/lib/libss -DPOSIX -DIN_LIBSS -c /other/imp/FreeBSD/current/src/lib/libss/error.c -o error.o /other/imp/FreeBSD/current/src/lib/libss/error.c: In function `ss_error': /other/imp/FreeBSD/current/src/lib/libss/error.c:91: warning: passing arg 1 of `free' discards `const' from pointer target type ===> share/doc/handbook sgmlfmt -f ascii /other/imp/FreeBSD/current/src/share/doc/handbook/handbook.sgml <standard input>:95: warning: `SN' not defined <standard input>:633: warning: can't break line <standard input>:6788: warning: numeric expression expected (got `I') <standard input>:26726: warning: space required between `LP' and argument <standard input>:33769: warning: `LH' not defined <standard input>:33769: warning: `RH' not defined generating handbook.ascii... ===> share/examples "Makefile", line 1: warning: Couldn't read shell's output ===> usr.bin/mk_cmds cc -O -I. -I/other/imp/FreeBSD/current/src/usr.bin/mk_cmds/../../lib/libss -DIN_MK_CMDS -c /other/imp/FreeBSD/current/src/usr.bin/mk_cmds/utils.c /other/imp/FreeBSD/current/src/usr.bin/mk_cmds/utils.c: In function `generate_rqte': /other/imp/FreeBSD/current/src/usr.bin/mk_cmds/utils.c:71: warning: assignment makes pointer from integer without a cast /other/imp/FreeBSD/current/src/usr.bin/mk_cmds/utils.c: In function `gensym': /other/imp/FreeBSD/current/src/usr.bin/mk_cmds/utils.c:90: warning: assignment makes pointer from integer without a cast /other/imp/FreeBSD/current/src/usr.bin/mk_cmds/utils.c: In function `str_concat3': /other/imp/FreeBSD/current/src/usr.bin/mk_cmds/utils.c:105: warning: assignment makes pointer from integer without a cast /other/imp/FreeBSD/current/src/usr.bin/mk_cmds/utils.c: In function `quote': /other/imp/FreeBSD/current/src/usr.bin/mk_cmds/utils.c:119: warning: assignment makes pointer from integer without a cast /other/imp/FreeBSD/current/src/usr.bin/mk_cmds/utils.c: In function `ds': /other/imp/FreeBSD/current/src/usr.bin/mk_cmds/utils.c:133: warning: assignment makes pointer from integer without a cast Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607152303.RAA29506>