]> Kevux Git Server - fll/commit
Bugfix: filename without extension not terminated and compiled objects need subdirect...
authorKevin Day <thekevinday@gmail.com>
Sat, 6 Jun 2020 19:46:02 +0000 (14:46 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 6 Jun 2020 19:46:02 +0000 (14:46 -0500)
commitbcb977d8aec9e9d1d176e05af16666c3065fc075
tree2c55674173092eade4dd09486f16c4e61797a4bf
parent3dbfd1b4dc9fc64e994232d415932e96f4fbbe1f
Bugfix: filename without extension not terminated and compiled objects need subdirectories

When generating the filename without the file extension, terminate the string.

When library sources are specified using subdirectory paths, object files should have the same subdirectory structure.
This only applies to object files because they are compiled using the same naming structure as the sources.
The rest of the compiled code is compiled into a new structure, which is generally a single library or program.
level_3/fake/c/private-build.c