freebsd-dev/contrib/bmake/unit-tests/dir.exp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

51 lines
1.5 KiB
Plaintext
Raw Normal View History

Searching for .depend ...
failed.
Searching for .depend ...
/ ...
failed.
Expanding "{one,two,three}"... one two three
Expanding "f{our,ive}"... four five
Expanding "{{thi,fou}r,fif}teen"... Expanding "{thi,fou}rteen"... thirteen fourteen
thirteen fourteen fifteen
Expanding "{pre-,}{patch,configure}"... Expanding "pre-{patch,configure}"... pre-patch pre-configure
Expanding "{patch,configure}"... pre-patch pre-configure patch configure
pre-patch pre-configure patch configure
Expanding "{fetch,extract}{,-post}"... Expanding "fetch{,-post}"... fetch fetch-post
Expanding "extract{,-post}"... fetch fetch-post extract extract-post
fetch fetch-post extract extract-post
Expanding "dup-{1,1,1,1,1,1,1}"... dup-1 dup-1 dup-1 dup-1 dup-1 dup-1 dup-1
Expanding "{{{{{{{{{{single-word}}}}}}}}}}"... Expanding "{{{{{{{{{single-word}}}}}}}}}"... Expanding "{{{{{{{{single-word}}}}}}}}"... Expanding "{{{{{{{single-word}}}}}}}"... Expanding "{{{{{{single-word}}}}}}"... Expanding "{{{{{single-word}}}}}"... Expanding "{{{{single-word}}}}"... Expanding "{{{single-word}}}"... Expanding "{{single-word}}"... Expanding "{single-word}"... single-word
single-word
single-word
single-word
single-word
single-word
single-word
single-word
single-word
single-word
: 1
: 2
: 3
: 4
: 5
: 13
: 14
: 15
: pre-patch
: pre-configure
: patch
: configure
: fetch
: fetch-post
: extract
: extract-post
: dup-1
: single-word
Searching for .END ...
failed.
Searching for .END ...
failed.
Found '.END' as '(not found)'
exit status 0