onie icon indicating copy to clipboard operation
onie copied to clipboard

mellanox_bsp_tools make and kernel make clean with USERSPACE_CLEAN

Open ehdoyle opened this issue 6 years ago • 0 comments

Clearly not a showstopper, but while looking at pull request 833 https://github.com/opencomputeproject/onie/pull/833 I noticed that it adds targets to the mellanox_bsp_tools-clean and mellanox_bsp_tools_kernel-clean to the variable USERSPACE_CLEAN, which never seems to get used. It looks like it should be USER_CLEAN, instead.

Files: machine/mellanox/mlnx_x86/mellanox_bsp_tools.make:36:USERSPACE_CLEAN += mellanox_bsp_tools-clean
machine/mellanox/mlnx_x86/mellanox_bsp_tools_kernel.make:87:USERSPACE_CLEAN += mellanox_bsp_tools_kernel-clean

ehdoyle avatar May 09 '19 17:05 ehdoyle