Replace "${MAKEOPTS/-j?/j1}" by "${MAKEOPTS} -j1" (bug #277607)
authorSebastian Pipping <sebastian@pipping.org>
Sat, 22 Jan 2011 00:15:12 +0000 (01:15 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 22 Jan 2011 00:15:14 +0000 (01:15 +0100)
commit94f4e02816dd8300439a14537770e186f7884c0b
treea4bcf560ed10997513e5eea54b2d31bb4351d3b7
parent48ca00ec29afdec6cb168fbaae87a7b07ea65988
Replace "${MAKEOPTS/-j?/j1}" by "${MAKEOPTS} -j1" (bug #277607)

A call like

  genkernel kernel --menuconfig --makeopts="--jobs=50"

previously resulted in a make error.
gen_compile.sh