﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1725	the top level make file may be run with parallelism enabled	Pierre Labastie	alfs-log@…	"Symptom: from J Michmerhuizen on alfs-discuss:
{{{
Building the system...
make[1]: Entering directory '/Proj/LFS/bld/jhalfs'
--------------------------------------------------------------------------------
mk_SETUP
stty: 'standard input': Inappropriate ioctl for device
--------------------------------------------------
Terminal too small:  columns x  lines
Minimum: 80 columns x 24 lines
--------------------------------------------------
Makefile:78: recipe for target 'ck_terminal' failed
make[1]: *** [ck_terminal] Error 1
make[1]: *** Waiting for unfinished jobs....
ROOT privilege is required to perform a number of commands
sudo will request a password in order to execute all high privilege commands
--------------------------------------------------------------------------------
  Building target save-luser
User lfs exists with ID 1001

  Target save-luser OK
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
  Building target 026-creatingtoolsdir
Makefile:207: recipe for target '026-creatingtoolsdir' failed
make: *** [026-creatingtoolsdir] Error 1
Makefile:88: recipe for target 'mk_SETUP' failed
make[1]: *** [mk_SETUP] Error 2
make[1]: Leaving directory '/Proj/LFS/bld/jhalfs'


ERROR:  Error 2 at common/common-functions line 39!

<jhalfs> exit
Makefile:12: recipe for target 'all' failed
make: *** [all] Error 2
}}}

One obvious issue is that the top level make has -jN with N>1, which is not expected.

The second issue is that the ""ck_terminal"" target lacks a terminal."	defect	closed	normal	3.0	jhalfs	SVN	normal	fixed		
