Changeset 2452
- Timestamp:
- Nov 16, 2005, 4:47:27 AM (19 years ago)
- Location:
- branches/libc-0.6/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/libc-0.6/src/emx/Makefile.gmk ¶
r2451 r2452 303 303 -include $(SUBMAK) 304 304 305 ifdef OFFICIAL_BIRD_BUILD 306 ifneq ($(HOSTNAME),eniac) 307 $(error yea, nice try! Now go be ashamed of yourself!) 308 endif 309 endif 310 305 311 # Sort and remove duplicate directories 306 312 TARGDIRS := $(sort $(TARGDIRS)) -
TabularUnified branches/libc-0.6/src/emx/version.smak ¶
r2451 r2452 4 4 VH = 0 5 5 # Middle part of version number 6 ifdef OFFICIAL_BIRD_BUILD 6 7 VM = 6 8 else 9 VM = 6x 10 endif 7 11 # Low part of version number 8 12 VL = 0 … … 19 23 # INNOTEK_VERSION is normally defined in the environment by a toplevel makefile. 20 24 ifndef INNOTEK_VERSION 25 ifdef OFFICIAL_BIRD_BUILD 21 26 export INNOTEK_VERSION ?= (InnoTek Build $(shell date '+%Y-%m-%d %H:%M')) 27 else 28 export INNOTEK_VERSION ?= (Non-InnoTek Build $(shell date '+%Y-%m-%d %H:%M')) 29 endif 22 30 endif 23 31 CFLAGS.DEF.VERSION += '-DINNOTEK_VERSION=" $(INNOTEK_VERSION)"'
Note:
See TracChangeset
for help on using the changeset viewer.