003 File Manager
Current Path:
/usr/src/usr.bin/bmake/tests/shell/builtin
usr
/
src
/
usr.bin
/
bmake
/
tests
/
shell
/
builtin
/
📁
..
📄
Makefile
(401 B)
📄
Makefile.depend
(176 B)
📄
Makefile.test
(433 B)
📄
expected.status.1
(2 B)
📄
expected.status.2
(2 B)
📄
expected.stderr.1
(0 B)
📄
expected.stderr.2
(0 B)
📄
expected.stdout.1
(2 B)
📄
expected.stdout.2
(17 B)
📄
legacy_test.sh
(249 B)
📄
sh
(62 B)
Editing: Makefile.test
# # In compat mode (the default without -j) a line that contains no shell # meta characters and no shell builtins is not passed to the shell but # executed directly. In our example the ls line without meta characters # will really execute ls, while the line with meta characters will execute # our special shell. # # $FreeBSD$ .SHELL: path="${.CURDIR}/sh" .PHONY: builtin no-builtin builtin: @exec ls -d . no-builtin: @ls -d .
Upload File
Create Folder