Changeset 187 for trunk/bootcode/airboot.gmk
- Timestamp:
- Nov 7, 2017, 7:12:54 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.gmk
r183 r187 16 16 17 17 # Inform the user on how to build AiR-BOOT 18 default: info18 default: build 19 19 20 20 # Show information on how to use this Makefile … … 22 22 $(info ) 23 23 $(info [$@]) 24 @echo "### Master AiR-BOOT Makefile ###"25 @echo "Use make build to build AiR-BOOT for all languages."26 @echo27 24 28 25 # Redirect to 'build' target … … 31 28 # Build AiR-BOOT and its components 32 29 build: dev 33 #~ $(info )34 #~ $(info [$@])35 #~ $(call owc.env)36 #~ wmake -h37 30 38 31 # Cleanup the generated files … … 41 34 $(info [$@]) 42 35 $(call owc.env) 43 wmake -h clean 36 wmake -h clean rmbin 44 37 45 38 # Build AiR-BOOT development version … … 48 41 $(info [$@]) 49 42 $(call owc.env) 50 @echo "VV:$(__VENDOR_BUILD__)"51 43 wmake -h dev DEV_BLD_LANG=$(DEV_BLD_LANG) 52 44
Note:
See TracChangeset
for help on using the changeset viewer.