Changeset 1913 for trunk/makefile.inc
- Timestamp:
- 06/11/12 03:31:51 (11 months ago)
- File:
-
- 1 edited
-
trunk/makefile.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile.inc
r1855 r1913 264 264 265 265 all-recursive: 266 ifndef SKIPPLATFORMCHECK 266 267 ifndef PLATFORM 267 268 $(error PLATFORM has not been defined. Specify the PLATFORM to build on the command line or in localbuildconf.inc) … … 269 270 ifndef PLATFORMSUB 270 271 $(error PLATFORMSUB has not been defined. Specify the PLATFORMSUB to build on the command line or in localbuildconf.inc) 272 endif 271 273 endif 272 274 @for i in $(SUBDIRS); do \
Note: See TracChangeset
for help on using the changeset viewer.