I think the problem is that, when first entering the directory 'oskit', the GNUmakefile can not include the Makeconf file -- it does not exist! Look at the extract from the GNUmakefile:
#### Start of configuration section ####
OSKIT_SRCDIR = ../.. OBJDIR = .
prefix = /home/miguel/hurd exec_prefix = ${prefix}
include $(OBJDIR)/Makeconf
It sets the OBJDIR to 'this' directory and there is no Makeconf file in 'this' directory.
It should be "OBJDIR = ..". I can't explain how this could happen. build/oskit/GNUmakefile is generated from oskit/GNUmakefile.in where OBJDIR is hard-coded to "..". Do you have some clues?
Regards -- Ognyan Kulev <[EMAIL PROTECTED],fsa-bg.org}> 7D9F 66E6 68B7 A62B 0FCF EB04 80BF 3A8C A252 9782
_______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd