Subject: current doesn't compile...
To: None <current-users@netbsd.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 12/20/2005 21:27:57
Hi,

cvs updated some minutes ago and compiling (dest and obj cleaned out!)
fails early:

     create  compat/md2hl.d
nbmake: don't know how to make md4c.c. Stop

nbmake: stopped in /u/NetBSD/src/tools/compat

*** Failed target:  dependall-compat
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="tools/"; real="/u/NetBSD/src/tools" ;; *) this="tools/${dir}/"; real="/u/NetBSD/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /u/NetBSD/arch/i386/TOOLS/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget compat dependall
*** Error code 2

Stop.
nbmake: stopped in /u/NetBSD/src/tools


May be not all changes to complete the "lib unifying" are checked in allready?

Kurt