]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Fixed typo in messages from -check targets
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 16 Apr 2008 20:42:00 +0000 (20:42 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 16 Apr 2008 20:42:00 +0000 (20:42 +0000)
darcs-hash:20080416204216-f2ef6-122cb3d29d8ad28bd56ff13226a329dcc761bab9.gz

snippets/linux
snippets/sdcc
snippets/sysless
snippets/vxworks

index ad599534949cef5797c87f2f680515e970e5bcfd..7126df52dc30e91138cb39a37ca5a0396838d460 100644 (file)
@@ -151,7 +151,7 @@ endif
 ifdef OMK_TESTSROOT
 default-config-pass-check include-pass-check:
 library-pass-check binary-pass-check:
-       @[ -x "$(shell which $(CC))" ] || $(call canttest,Cannot file compiler: $(CC))
+       @[ -x "$(shell which $(CC))" ] || $(call canttest,Cannot find compiler: $(CC))
 endif
 
 #=====================================================================
index 33bc2fce4f4172508d5e49a4b35b1e8f649a25c4..0816a81872ad6f7f2262e50786db7967c61df010 100644 (file)
@@ -92,7 +92,7 @@ OBJS_DIR    := $(USER_OBJS_DIR)
 ifdef OMK_TESTSROOT
 default-config-pass-check include-pass-check:
 library-pass-check binary-pass-check:
-       @[ -x "$(shell which $(CC))" ] || $(call canttest,Cannot file compiler: $(CC))
+       @[ -x "$(shell which $(CC))" ] || $(call canttest,Cannot find compiler: $(CC))
        @[ -z "$(wildcard $(USER_LIB_DIR)/$(LD_SCRIPT).ld*)" ] && $(call canttest,LD_SCRIPT $(LD_SCRIPT).ld* not found)
 endif
 
index 57eb3690081c45bc1d42f9a45086a5c5cccce73d..eb863eaba19c00ee6b65c91f83946e14015be62d 100644 (file)
@@ -190,7 +190,7 @@ endif # HOST_RULE_TEMPLATES
 ifdef OMK_TESTSROOT
 default-config-pass-check include-pass-check:
 library-pass-check binary-pass-check:
-       @[ -x "$(shell which $(CC))" ] || $(call canttest,Cannot file compiler: $(CC))
+       @[ -x "$(shell which $(CC))" ] || $(call canttest,Cannot find compiler: $(CC))
 endif
 
 #=====================================================================
index c494ba0c00244aece014694775928d34306402a1..16050df1863efdf68490c9352e79aaec729ee276 100644 (file)
@@ -62,7 +62,7 @@ endif
 ifdef OMK_TESTSROOT
 default-config-pass-check include-pass-check:
 library-pass-check binary-pass-check:
-       @[ -x "$(shell which $(CC))" ] || $(call canttest,Cannot file compiler: $(CC))
+       @[ -x "$(shell which $(CC))" ] || $(call canttest,Cannot find compiler: $(CC))
        @[ -x "$(WRENV)" ] || $(call canttest,Cannot execute wrenv script)
 endif