michael@0: #T gmake skip michael@0: all: michael@0: mkdir shell-glob-test michael@0: touch shell-glob-test/foo.txt michael@0: touch shell-glob-test/bar.txt michael@0: touch shell-glob-test/a.foo michael@0: touch shell-glob-test/b.foo michael@0: $(RM) shell-glob-test/*.txt michael@0: $(RM) shell-glob-test/?.foo michael@0: rmdir shell-glob-test michael@0: @echo TEST-PASS