numam-spdk/.gitignore
Nathan Cutler dc82989dd2 Makefile: try harder to use correct Python interpreter
In a Python 3-only system, there might not be an executable in the
PATH to satisfy "python". In configure we attempt to find the "right"
python command for the system we happen to be running in. With this
patch, we let configure save this command to a temporary file.

Subsequently, when make is run, it will find the command in that file
and use it (or fall back to "python" if the file doesn't exist for
whatever reason).

Change-Id: If65f2fc505a924b940b2054882504b8cbe1a53aa
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Reviewed-on: https://review.gerrithub.io/397022
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2018-01-30 15:44:10 -05:00

30 lines
237 B
Plaintext

*.~
*.a
*.cmd
*.d
*.gcda
*.gcno
*.kdev4
*.ko
*.log
*.map
*.o
*.pyc
*.so
*.swp
*.DS_Store
ut_coverage/
tags
cscope.out
dpdk-*
CUnit-Memory-Dump.xml
config.h
CONFIG.local
*VC.db
.vscode
.project
.cproject
.settings
mk/cc.mk
PYTHON_COMMAND