musl-cross-make icon indicating copy to clipboard operation
musl-cross-make copied to clipboard

OUTPUT should be an absolute path?

Open firasuke opened this issue 5 years ago • 2 comments

Shouldn't the user be notified that he/she should specify an absolute path when deciding to use a custom OUTPUT?

Not specifying an OUTPUT, works and installs fine in output.

The issue only shows when OUTPUT is a relative directory (e.g. OUTPUT=testme).

firasuke avatar May 15 '20 13:05 firasuke

That's a good question. The original intent was that you could use relative paths, but I don't think it works right now. I guess I should either find a way to fix it, automatically replace with absolute, or error out on relative paths until it's fixed.

richfelker avatar May 15 '20 18:05 richfelker

Keeping this issue open then until this is fixed.

Thank you for your hard work.

firasuke avatar May 15 '20 20:05 firasuke