Hi everybody,
I encounter difficulties to locate commands executed in their respective makefiles.
I have tried for instance :
I obtain something like this :
As you can guess, what causes trouble is the last 5 shell errors.
I don't know where they are raised.
Is someone has a trick to locate this ?
Thanks a lot for your suggestions.
Cheers
Didier.
I encounter difficulties to locate commands executed in their respective makefiles.
I have tried for instance :
$ make -d p
I obtain something like this :
Code:
ParseReadLine (121): 'CDIAGFLAGS+= -Wshadow'
ParseReadLine (128): 'GNUSYSTEM_AUX_DIR?=${BSDSRCDIR}/share/gnu'
ParseReadLine (130): 'INSTALL_COPY?= -c'
ParseReadLine (132): 'INSTALL_STRIP?= -s'
ParseReadLine (135): 'STATIC?= -static ${STATICPIE}'
ParseReadLine (147): 'PICFLAG?=-fpic'
ParseReadLine (156): 'DEFAULT_PIE_DEF=-DPIE_DEFAULT=1'
ParseReadLine (165): 'BUILDUSER?= build'
ParseReadLine (166): 'WOBJGROUP?= wobj'
ParseReadLine (167): 'WOBJUMASK?= 007'
ParseReadLine (169): 'BSD_OWN_MK=Done'
ParseReadLine (174): '.PHONY: spell clean cleandir obj manpages print all depend beforedepend afterdepend cleandepend subdirdepend all clean
man includes beforeinstall realinstall maninstall afterinstall install'
ParseDoDependency(.PHONY: spell clean cleandir obj manpages print all depend beforedepend afterdepend cleandepend subdirdepend all cleanman
includes beforeinstall realinstall maninstall afterinstall install)
ParseEOF: returning to file /usr/src/share/mk/bsd.obj.mk, line 65
ParseSetParseFile: ${.PARSEDIR} = `/usr/src/share/mk' ${.PARSEFILE} = `bsd.obj.mk'
ParseEOF: returning to file /usr/src/sys/arch/amd64/compile/Makefile.inc, line 18
ParseSetParseFile: ${.PARSEDIR} = `/usr/src/sys/arch/amd64/compile' ${.PARSEFILE} = `Makefile.inc'
ParseEOF: returning to file /usr/src/sys/arch/amd64/compile/GENERIC.MP/Makefile, line 1
ParseSetParseFile: ${.PARSEDIR} = `/usr/src/sys/arch/amd64/compile/GENERIC.MP' ${.PARSEFILE} = `Makefile'
/bin/sh: [[: not found
/bin/sh: [[: not found
/bin/sh: [[: not found
/bin/sh: [[: not found
/bin/sh: [[: not found
I don't know where they are raised.
Is someone has a trick to locate this ?
Thanks a lot for your suggestions.
Cheers
Didier.