Paul D. Smith <[email protected]> writes: > Even simpler is to just use "--" (and what's the goal of using xargs?): > > +verbose+ > make -j5 -- $(seq 1000) > > make -j -- $(seq 1000) > -verbose-
Hi. Yes, the above is what I intended, and clearly this isn't a bug. Thanks for looking at it, and sorry for the noise. _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
