003 File Manager
Current Path:
/usr/src/usr.bin/bmake/tests/syntax/enl
usr
/
src
/
usr.bin
/
bmake
/
tests
/
syntax
/
enl
/
📁
..
📄
Makefile
(717 B)
📄
Makefile.depend
(176 B)
📄
Makefile.test
(621 B)
📄
expected.status.1
(2 B)
📄
expected.status.2
(2 B)
📄
expected.status.3
(2 B)
📄
expected.status.4
(2 B)
📄
expected.status.5
(2 B)
📄
expected.stderr.1
(0 B)
📄
expected.stderr.2
(0 B)
📄
expected.stderr.3
(0 B)
📄
expected.stderr.4
(0 B)
📄
expected.stderr.5
(0 B)
📄
expected.stdout.1
(3 B)
📄
expected.stdout.2
(3 B)
📄
expected.stdout.3
(4 B)
📄
expected.stdout.4
(4 B)
📄
expected.stdout.5
(7 B)
📄
legacy_test.sh
(168 B)
Editing: Makefile.test
# $FreeBSD$ # # Test handling of escaped newlines. # .ifmake test1 # This should succeed \ \ \ test1: @echo ok .elifmake test2 # This should print ok because the second assignment to foo is actually # a continued comment. FOO=ok #\ \ FOO=not ok test2: @echo "${FOO}" .elifmake test3 # Make sure an escaped newline inserts a space test3: a\ b a: @echo a b: @echo b .elifmake test4 # Make sure an escaped newline inserts exactly one space FOO=a\ b test4: @echo "${FOO}" .elifmake test5 # Make sure each escaped newline inserts exactly one space FOO=a\ \ \ \ b test5: @echo "${FOO}" .endif
Upload File
Create Folder