firasuke / cross / slibtool

Forked from cross/slibtool 7 months ago
Clone

3751a8 build system: configure: config_status(): ensure consistent output.

Authored and Committed by midipix 5 years ago
1 file changed. 1 lines added. 1 lines removed.
    build system: configure: config_status(): ensure consistent output.
    
        
file modified
+1 -1
configure CHANGED
@@ -462,7 +462,7 @@ config_host()
462
462
config_status()
463
463
{
464
464
printf "\n\n"
465
- make .display
465
+ make -j1 .display
466
466
printf "\nconfiguration completed successfully.\n\n"
467
467
}
468
468