Opened 15 years ago

Closed 14 years ago

#3135 closed defect (fixed)

nmake used instead of $(MAKE)

Reported by: dougrm Owned by: warmerdam
Priority: normal Milestone: 1.7.0
Component: ConfigBuild Version: unspecified
Severity: normal Keywords:
Cc:

Description

In gdal-1.6.2, there are 20 uses of nmake instead of $(MAKE) in various makefile.vc files. $(MAKE) should be used at least so that the user can pass nmake options to all subdirectories by calling

cd gdal-1.6.2
nmake /F makefile.vc "MAKE = nmake /E ....other options...." ...

Find the problem nmake's with:

cd gdal-1.6.2
grep '^[^#].*nmake[^.]' `find . -name \*.vc`

Change History (1)

comment:1 by Even Rouault, 14 years ago

Component: defaultConfigBuild
Milestone: 1.7.0
Resolution: fixed
Status: newclosed

Fixed in trunk in r17888

Note: See TracTickets for help on using tickets.