/var/lib/pcp/testsuite/lio/GNUmakefile is in pcp-testsuite 4.0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | #!gmake
ifdef PCP_CONF
include $(PCP_CONF)
else
include $(PCP_DIR)/etc/pcp.conf
endif
PATH = $(shell . $(PCP_DIR)/etc/pcp.env; echo $$PATH)
include $(PCP_INC_DIR)/builddefs
TESTDIR = $(PCP_VAR_DIR)/testsuite/lio
#MYFILES = iscsi_target_configfs_dump.tar.gz iscsi_conf.json
#LDIRT = lio_test.py iscsi_target.py lio_test.pyc iscsi_target.pyc lio_test.pyo iscsi_target.pyo
default default_pcp setup: lio_test.py iscsi_target.py
install install_pcp:
include $(BUILDRULES)
%.py : %.python
$(LN_S) $< $@
|