Last change
on this file since 3479 was 3154, checked in by bird, 7 years ago |
kmk_cc_exec: Some more work.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
197 bytes
|
Line | |
---|
1 | # $Id: testcase-ifeq-escape.kmk 3154 2018-03-15 23:35:33Z bird $
|
---|
2 | # Testcase for weird 'ifeq' and funny escapes.
|
---|
3 |
|
---|
4 | ifeq "1 \
|
---|
5 | \
|
---|
6 | \
|
---|
7 | \
|
---|
8 | \
|
---|
9 | " \
|
---|
10 | "1 "
|
---|
11 | $(info info: ifeq -> equal)
|
---|
12 | else
|
---|
13 | $(error info: ifeq -> not equal - wrong)
|
---|
14 | endif
|
---|
15 |
|
---|
16 | all:
|
---|
17 | @echo okay
|
---|
18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.