From kdevelop-bugs Fri Nov 24 13:11:56 2006 From: Paul Fee Date: Fri, 24 Nov 2006 13:11:56 +0000 To: kdevelop-bugs Subject: [Bug 129568] Custom makefiles does not work with Clearcase clearmake Message-Id: <20061124131156.5435.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306959011074 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=129568 ------- Additional Comments From pfee talk21 com 2006-11-24 14:11 ------- As mentioned in bug 137815, there must be a way to remove "-j" since not all make variants understand it. However we also need a way to specify "-j" without a trailing integer. This has a separate meaning. For GNU make it means use as much parallelism as possible within the bounds of the makefile's dependencies. Hence "-j" without a number could be thought of as specifying infinity. Hopefully the change for KDevelop 3.4 models all of GNU make's "-j" abilities.