> Date: Thu, 6 Feb 2014 05:58:08 +0900 > From: Mike Hommey <[email protected]> > Cc: [email protected], [email protected], [email protected] > > But the thing is there is still inconsistency in how things end up being > invoked whether > - make calls them directly > - make uses sh -c > - make uses sh script.sh
When the shell is a Unixy one, only the first 2 methods are used, and they are used exactly like on Posix platforms. _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
