With this simple Makefile:

all:
        @echo foobar!
        true

I get:

  D:\gnu\make-3.82.90_GIT_2013-05-01>gnumake -j -f mkfsync1
  foobar!
  true

which is expected, but:

  D:\gnu\make-3.82.90_GIT_2013-05-01>gnumake -j -f mkfsync1 -O
  true
  foobar!

Is this also expected?  (I see the same on GNU/Linux.)

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to