Changeset 88 for trunk/kBuild
- Timestamp:
- Jun 4, 2004, 6:14:30 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r87 r88 66 66 # OS/2 67 67 ifeq ($(BUILD_PLATFORM),OS2) 68 BUILD_PLATFORM := os2 68 $(error kBuild: BUILD_PLATFORM must be all lowercase!) 69 69 endif 70 70 ifeq ($(BUILD_PLATFORM),os2) … … 74 74 # Linux 75 75 ifeq ($(BUILD_PLATFORM),LINUX) 76 BUILD_PLATFORM := linux 76 $(error kBuild: BUILD_PLATFORM must be all lowercase!) 77 77 endif 78 78 ifeq ($(BUILD_PLATFORM),linux) … … 82 82 # Win32 83 83 ifeq ($(BUILD_PLATFORM),WIN32) 84 BUILD_PLATFORM := win32 84 $(error kBuild: BUILD_PLATFORM must be all lowercase!) 85 85 endif 86 86 ifeq ($(BUILD_PLATFORM),win32) … … 103 103 # OS/2 104 104 ifeq ($(BUILD_TARGET),OS2) 105 BUILD_TARGET := os2 105 $(error kBuild: BUILD_TARGET must be all lowercase!) 106 106 endif 107 107 ifeq ($(BUILD_TARGET),os2) … … 111 111 # Linux 112 112 ifeq ($(BUILD_TARGET),LINUX) 113 BUILD_TARGET := linux 113 $(error kBuild: BUILD_TARGET must be all lowercase!) 114 114 endif 115 115 ifeq ($(BUILD_TARGET),linux) … … 119 119 # Win32 120 120 ifeq ($(BUILD_TARGET),WIN32) 121 BUILD_TARGET := win32 121 $(error kBuild: BUILD_TARGET must be all lowercase!) 122 122 endif 123 123 ifeq ($(BUILD_TARGET),win32)
Note:
See TracChangeset
for help on using the changeset viewer.