repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
From Nicolas Joly:
[automake.git]
/
tests
/
pluseq8.test
blob
bd974bb6be8f8e534ffa59f79f240f81ae4e982e
1
#! /bin/sh
2
3
# Another `+=' test. From Paul Berrevoets.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
Makefile.am
<<
'END'
8
VAR
=
\
9
one \
10
two
11
VAR
+=
three
12
END
13
14
$AUTOMAKE
||
exit
1
15
16
sed
-n -e
'/^VAR =.*
\\
$/ {
17
:loop
18
p
19
n
20
/
\\
$/ b loop
21
p
22
n
23
}'
Makefile.
in
|
grep
three