Changeset 1913 for trunk/makefile.inc


Ignore:
Timestamp:
06/11/12 03:31:51 (11 months ago)
Author:
philmoz
Message:

Remove dependency on PLATFORM and PLATFORMSUB when building the CHDK tools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile.inc

    r1855 r1913  
    264264 
    265265all-recursive: 
     266ifndef SKIPPLATFORMCHECK 
    266267ifndef PLATFORM 
    267268        $(error PLATFORM has not been defined. Specify the PLATFORM to build on the command line or in localbuildconf.inc) 
     
    269270ifndef PLATFORMSUB 
    270271        $(error PLATFORMSUB has not been defined. Specify the PLATFORMSUB to build on the command line or in localbuildconf.inc) 
     272endif 
    271273endif 
    272274        @for i in $(SUBDIRS); do \ 
Note: See TracChangeset for help on using the changeset viewer.