I'm tinkering with this project where Step 6 requires me to run a command like make db-prepare-artix7
. This command corresponds to this section of the Makefile. I am confused by the @+SKIP_ENV=true in the recipe. What is @+SKIP_ENV
here, and what does it do? Couldn't find anywhere referring to SKIP_ENV
.
Thanks!