Project

General

Profile

Actions

Bug #13720

closed

appveyor.yml nmake arguments - not *nix style

Added by MSP-Greg (Greg L) almost 7 years ago. Updated over 6 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:81921]

Description

See lines 45-53. I don't believe nmake accepts *nix style arguments. Hence, remove -l from nmake lines.

Didn't see a need to have a PR test twice. If someone could add to another...

Updated by nobu (Nobuyoshi Nakada) almost 7 years ago

Actually it does.

Updated by MSP-Greg (Greg L) almost 7 years ago

nobu (Nobuyoshi Nakada) wrote:

Actually it does.

I had an error message on at least one of my nmake log files about bad argument; wonder if it's version dependent. I changed all params to / style, but next mswin build I'll swap back to -

Updated by nobu (Nobuyoshi Nakada) almost 7 years ago

What version is your nmake, and what was the exact error message?
At least, versions since VC98 through VS2017 have never failed.

Updated by MSP-Greg (Greg L) almost 7 years ago

nobu (Nobuyoshi Nakada) wrote:

What version is your nmake, and what was the exact error message?
At least, versions since VC98 through VS2017 have never failed.

I think I've tried VS2015 and VS2017, settled on VS2015. I don't recall the message. I was mistaken in my assumption about -.

What I may have seen was the -l option in appveyor. I don't see that in NMAKE options.

If you have a moment, please have a look at #13726 PATCH: Windows builds - fractional second file times

Thanks again for your contributions. Close?

Updated by nobu (Nobuyoshi Nakada) almost 7 years ago

-l is undocumented, just nmake sets MAKEFLAGS=l when /nologo option is given.

Actions #6

Updated by nobu (Nobuyoshi Nakada) almost 7 years ago

  • Status changed from Open to Closed
Actions #7

Updated by usa (Usaku NAKAMURA) over 6 years ago

  • Status changed from Closed to Rejected
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0