Lines Matching full:touch
1 # $NetBSD: opt-no-action-touch.mk,v 1.1 2021/01/30 12:46:38 rillig Exp $
3 # Tests for combining the command line options -n (no action) and -t (touch).
9 # opt-touch-jobs.mk contains the same test without the option -n.
12 .MAKEFLAGS: opt-touch-phony
13 .MAKEFLAGS: opt-touch-join
14 .MAKEFLAGS: opt-touch-use
15 .MAKEFLAGS: opt-touch-make
16 .MAKEFLAGS: opt-touch-regular
20 opt-touch-phony: .PHONY
25 opt-touch-join: .JOIN
30 opt-touch-use: .USE
36 opt-touch-make: .MAKE
41 opt-touch-regular:
47 @files=$$(ls opt-touch-* 2>/dev/null | grep -v -e '\.'); \