Changeset 2596 in kBuild for vendor/gnumake/current/tests/scripts/functions
- Timestamp:
- Jun 19, 2012 10:44:52 PM (12 years ago)
- Location:
- vendor/gnumake/current
- Files:
-
- 29 edited
-
. (modified) (1 prop)
-
tests (modified) (1 prop)
-
tests/scripts/functions/abspath (modified) (2 props)
-
tests/scripts/functions/addprefix (modified) (1 prop)
-
tests/scripts/functions/addsuffix (modified) (1 prop)
-
tests/scripts/functions/andor (modified) (1 prop)
-
tests/scripts/functions/basename (modified) (1 prop)
-
tests/scripts/functions/call (modified) (1 prop)
-
tests/scripts/functions/dir (modified) (1 prop)
-
tests/scripts/functions/error (modified) (1 prop)
-
tests/scripts/functions/eval (modified) (1 prop)
-
tests/scripts/functions/filter-out (modified) (1 prop)
-
tests/scripts/functions/findstring (modified) (1 prop)
-
tests/scripts/functions/flavor (modified) (1 prop)
-
tests/scripts/functions/foreach (modified) (1 prop)
-
tests/scripts/functions/if (modified) (1 prop)
-
tests/scripts/functions/join (modified) (1 prop)
-
tests/scripts/functions/notdir (modified) (1 prop)
-
tests/scripts/functions/origin (modified) (1 prop)
-
tests/scripts/functions/realpath (modified) (2 props)
-
tests/scripts/functions/shell (modified) (1 diff, 1 prop)
-
tests/scripts/functions/sort (modified) (1 prop)
-
tests/scripts/functions/strip (modified) (1 prop)
-
tests/scripts/functions/substitution (modified) (1 prop)
-
tests/scripts/functions/suffix (modified) (1 prop)
-
tests/scripts/functions/value (modified) (1 prop)
-
tests/scripts/functions/warning (modified) (1 prop)
-
tests/scripts/functions/wildcard (modified) (1 diff, 1 prop)
-
tests/scripts/functions/word (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current
- Property svn:ignore deleted
-
vendor/gnumake/current/tests
- Property svn:ignore deleted
-
vendor/gnumake/current/tests/scripts/functions/abspath
-
Property svn:eol-style
changed from
nativetoLF - Property svn:keywords deleted
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/addprefix
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/addsuffix
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/andor
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
vendor/gnumake/current/tests/scripts/functions/basename
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/call
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/dir
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/error
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/eval
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/filter-out
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/findstring
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/flavor
-
Property svn:eol-style
set to
LF
-
Property svn:eol-style
set to
-
vendor/gnumake/current/tests/scripts/functions/foreach
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/if
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/join
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/notdir
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/origin
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/realpath
-
Property svn:eol-style
changed from
nativetoLF - Property svn:keywords deleted
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/shell
-
Property svn:eol-style
set to
LF
r501 r2596 12 12 13 13 14 # Test unescaped comment characters in shells. Savannah bug #20513 15 if ($all_tests) { 16 run_make_test(q! 17 FOO := $(shell echo '#') 18 foo: ; echo '$(FOO)' 19 !, 20 '', "#\n"); 21 } 22 14 23 # Test shells inside exported environment variables. 15 24 # This is the test that fails if we try to put make exported variables into -
Property svn:eol-style
set to
-
vendor/gnumake/current/tests/scripts/functions/sort
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/strip
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/substitution
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/suffix
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/value
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/warning
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/wildcard
-
Property svn:eol-style
changed from
nativetoLF
r501 r2596 82 82 &compare_output($answer,&get_logfile(1)); 83 83 84 # TEST #4: Verify that failed wildcards don't return the pattern 85 86 run_make_test(q! 87 all: ; @echo $(wildcard xz--y*.7) 88 !, 89 '', "\n"); 84 90 85 91 1; 86 87 88 89 90 91 92 93 94 -
Property svn:eol-style
changed from
-
vendor/gnumake/current/tests/scripts/functions/word
-
Property svn:eol-style
changed from
nativetoLF
-
Property svn:eol-style
changed from
Note:
See TracChangeset
for help on using the changeset viewer.

