003 File Manager
Current Path:
/usr/src/usr.bin/bmake/tests/shell/meta
usr
/
src
/
usr.bin
/
bmake
/
tests
/
shell
/
meta
/
📁
..
📄
Makefile
(398 B)
📄
Makefile.depend
(176 B)
📄
Makefile.test
(413 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
(9 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="${.OBJDIR}/sh" .PHONY: meta no-meta meta: @ls * no-meta: @ls -d .
Upload File
Create Folder