Date: Sun, 16 May 1999 21:26:40 -0400 From: "Michael E. Mercer" <mmercer@ipass.net> To: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: error make buildworld: different output for make -n depend.... SOLVED! Message-ID: <373F704F.9E527A84@ipass.net> References: <373F4E29.66DA8507@ipass.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello all, I had added CXXFLAGS into my make.conf file. Apparently this was interfering with the call to >make depend in the /usr/src/gnu/usr.bin/groff/libdriver directory. Actually it interfered in a lot of directories, however it only failed in the above mentioned directory. If anyone knows as to why this was happening, please explain it to me. Thanks Michael Mercer mmercer@ipass.net "Michael E. Mercer" wrote: > I have two systems, both were running 3.1-Stable. > I upgraded one yesterday. ( cvsup'd yesterday) > No problems... > > However today my second system fails... here is the different output for > make -n depend > from both systems. > > As you can see the options -I and so on are not in the second system > > HELP! What am I missing here? > > Thanks > Michael Mercer > mmercer@ipass.net > > > make -n depend > rm -f .depend > mkdep -f .depend -a > -I/usr/src/gnu/usr.bin/groff/libdriver/../../../../contrib/groff/libdriver/../include > -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 > -DHAVE_STDLIB_H=1 -DUNISTD_H_DECLARES_GETOPT=1 > -DSTDLIB_H_DECLARES_PUTENV=1 -DSTDIO_H_DECLARES_POPEN=1 > -DSTDIO_H_DECLARE_PCLOSE=1 -DHAVE_CC_OSFCN_H=1 -DHAVE_CC_LIMITS_H=1 > -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1 -DHAVE_RENAME=1 > -DHAVE_MKSTEMP=1 -DSYS_SIGLIST_DECLARED=1 > -I/usr/src/gnu/usr.bin/groff/libdriver/../../../../contrib/groff/include > /usr/src/gnu/usr.bin/groff/libdriver/../../../../contrib/groff/libdriver/input.cc > /usr/src/gnu/usr.bin/groff/libdriver/../../../../contrib/groff/libdriver/printer.cc > > cd /usr/src/gnu/usr.bin/groff/libdriver; make _EXTRADEPEND > > > make -n depend > rm -f .depend > mkdep -f .depend -a > /usr/src/gnu/usr.bin/groff/libdriver/../../../../contrib/groff/libdriver/input.cc > /usr/src/gnu/usr.bin/groff/libdriver/../../../../contrib/groff/libdriver/printer.cc > > cd /usr/src/gnu/usr.bin/groff/libdriver; make _EXTRADEPEND > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?373F704F.9E527A84>