ravynos icon indicating copy to clipboard operation
ravynos copied to clipboard

Make build.sh usable regardless of where the source directory is located

Open EarldridgeJazzedPineda opened this issue 1 year ago • 0 comments

CIRRUS_WORKING_DIR is now set to the current working directory instead of the hard-coded "/usr/src". Using a hard-coded directory when the source files are in another location causes bmake to fail as follows: make: make: don't know how to make buildkernel. Stop

EarldridgeJazzedPineda avatar Jun 26 '24 04:06 EarldridgeJazzedPineda