Greg' Ar Tourter wrote: > make $MAKEFLAGS || make || exit 1 Doesn't work in all cases! The "merkaartor" SlackBuild is a good example. Building it with "make -j 3" brings the source into a state, where it's even impossible to compile using plain "make". You have to "make clean" and run "make" after this. Yours Manuel