close
The Wayback Machine - https://web.archive.org/web/20220114190555/https://github.com/topics/apu
Skip to content
#

apu

Here are 19 public repositories matching this topic...

bazz1tv
bazz1tv commented Jul 27, 2020

Suggested by OPNA!

Use ${MAKE} -C instead of make -C

  1. make assumes that make can be found on the PATH and that the make that was used to invoke the build is the same one that's found on the PATH, which isn't a safe assumption. ${MAKE} afaict is an automatic variable pointing to the currently running make binary
  2. make breaks some metadata that make uses to properly pass on and manage som

Improve this page

Add a description, image, and links to the apu topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apu topic, visit your repo's landing page and select "manage topics."

Learn more