Changeset 543 for trunk/src/emx/Makefile


Ignore:
Timestamp:
Aug 7, 2003, 8:39:55 PM (22 years ago)
Author:
zap
Message:

See changelog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.30 to 1.31
    r542 r543  
    3434ifndef GENRULES
    3535GENRULES = $.genrules.smak
     36endif
     37
     38# Check if MODE has a valid value
     39ifneq ($(filter-out /opt/ /dbg/ /prf/,/$(MODE)/),)
     40$(error MODE should have one of the following values: opt, dbg, prf)
    3641endif
    3742
Note: See TracChangeset for help on using the changeset viewer.