003 File Manager
Current Path:
/usr/src/usr.bin/bmake/tests/variables/modifier_M
usr
/
src
/
usr.bin
/
bmake
/
tests
/
variables
/
modifier_M
/
📁
..
📄
Makefile
(283 B)
📄
Makefile.depend
(176 B)
📄
Makefile.test
(397 B)
📄
expected.status.1
(2 B)
📄
expected.stderr.1
(0 B)
📄
expected.stdout.1
(273 B)
📄
legacy_test.sh
(126 B)
Editing: Makefile.test
# $FreeBSD$ # # Test the M modifier. # FILES = \ main.c globals.h \ util.c util.h \ map.c map.h \ parser.y lexer.l \ cmdman.1 format.5 test1: @echo "all files: ${FILES}" @echo "cfiles: ${FILES:M*.c}" @echo "hfiles: ${FILES:M*.h}" @echo "grammar and lexer: ${FILES:M*.[ly]}" @echo "man page: ${FILES:M*.[1-9]}" @echo "utility files: ${FILES:Mutil.?}" @echo "m files: ${FILES:Mm*}"
Upload File
Create Folder