bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Another issue with -O?


From: Eli Zaretskii
Subject: Another issue with -O?
Date: Thu, 02 May 2013 20:30:06 +0300

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.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]