1 # SPDX-License-Identifier: GPL-2.0
4 CFLAGS
+= -D_GNU_SOURCE
6 TEST_GEN_PROGS
:= execveat
7 TEST_GEN_FILES
:= execveat.symlink execveat.denatured script subdir
8 # Makefile is a run-time dependency, since it's accessed by the execveat test
11 TEST_GEN_PROGS
+= recursion-depth
13 EXTRA_CLEAN
:= $(OUTPUT
)/subdir.moved
$(OUTPUT
)/execveat.moved
$(OUTPUT
)/xxxxx
*
23 $(OUTPUT
)/execveat.symlink
: $(OUTPUT
)/execveat
24 cd
$(OUTPUT
) && ln
-s
-f
$(shell basename $<) $(shell basename $@
)
25 $(OUTPUT
)/execveat.denatured
: $(OUTPUT
)/execveat