1 # SPDX-License-Identifier: GPL-2.0
4 TEST_GEN_PROGS
:= execveat
5 TEST_GEN_FILES
:= execveat.symlink execveat.denatured script subdir
6 # Makefile is a run-time dependency, since it's accessed by the execveat test
9 EXTRA_CLEAN
:= $(OUTPUT
)/subdir.moved
$(OUTPUT
)/execveat.moved
$(OUTPUT
)/xxxxx
*
19 $(OUTPUT
)/execveat.symlink
: $(OUTPUT
)/execveat
20 cd
$(OUTPUT
) && ln
-s
-f
$(shell basename $<) $(shell basename $@
)
21 $(OUTPUT
)/execveat.denatured
: $(OUTPUT
)/execveat