Skip to content
  • Brad King's avatar
    Makefile: Allow "gmake target1 target2 -j" (#14312) · bd11de08
    Brad King authored
    
    
    Add the .NOTPARALLEL target to each local Makefile command-line
    interface entry point file so that even with -j we launch only
    one "make -f Makefile2" at a time.  The actual build rules
    in Makefile2 and lower will still run in parallel.
    
    Do not add .NOTPARALLEL for Borland or Watcom make tools because
    they do not tolerate it.  Other make tools that do not understand
    .NOTPARALLEL will not be hurt.
    
    Suggested-by: default avatarRobert Luberda <robert-cmake@debian.org>
    bd11de08