summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/syntax/enl/Makefile
blob: 7b37e78e8226b4b7dbc21e4477f68529c8143a89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$
#
# Test handling of escaped newlines.
#

.ifmake test1

# This should succeed
\
\
\
test1:
	@echo ok

.elifmake test2

# This should fail because the comment continues on the next lines leading
# to an unassociated shell command.
\
#\
\
test2:
	@echo ok

.endif
OpenPOWER on IntegriCloud