Changeset 2156 in kBuild
- Timestamp:
- Dec 29, 2008 1:12:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/tests/scripts/functions/printf
r2152 r2156 57 57 $(error sub-test 3 failed) 58 58 endif 59 60 ifneq ($(printf %#x,127),0x7f) 59 define HASH 60 # 61 endef 62 ifneq ($(printf %$(HASH)x,127),0x7f) 61 63 $(error sub-test 4 failed) 62 64 endif 63 64 ifneq ($(printf %#X,127),0X7F) 65 ifneq ($(printf %$(HASH)X,127),0X7F) 65 66 $(error sub-test 5 failed) 66 67 endif
Note:
See TracChangeset
for help on using the changeset viewer.