Is ROS_PARALLEL_JOBS behaviour changed but doc not updated?
The behaviour of ROS_PARALLEL_JOBS seems to be changed since it does not work setting it to or example "1". But catkin_make --help says:
-j [JOBS], --jobs [JOBS]
Specifies the number of jobs (commands) to run
simultaneously. Defaults to the environment variable
ROS_PARALLEL_JOBS and falls back to the number of CPU
cores.
And I read that as "export ROS_PARALLEL_JOBS=1" should work.
It took me know half an hour finding out what the problem was. Maybe some better error messages would have been good.