1 arch
:= $(shell dpkg-architecture
-qDEB_HOST_ARCH
)
2 dso
:= setpid-
$(arch
).so
4 .PHONY
: all clean clean-all check-setpid
15 $(CC
) $(CFLAGS
) -fPIC
-shared
-o
$@
$^
18 test 555 = `SETPID=555 LD_PRELOAD=./$(dso) /bin/sh -c 'echo $$$$'`
19 test 555 = `SETPID=555 LD_PRELOAD=./$(dso) /bin/sh -c 'echo $$$$'`
20 test 555 = `SETPID=555 LD_PRELOAD=./$(dso) /bin/sh -c 'echo $$$$'`