Done a major overhaul of the way target include files are installed and
how platform libraries are built. The ARCH pm variable has now been renamed PLATFORM (which is more accurate) and a different ARCH variable added, which represents the CPU family rather than the hardware platform.
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
local d = ROOTDIR.."lang/cem/libcc/mon/"
|
||||
|
||||
lang_cem_mon_runtime = acklibrary {
|
||||
ACKINCLUDES = {PARENT, "%ROOTDIR%h", "%ROOTDIR%include/_tail_cc",
|
||||
"%ROOTDIR%include/_tail_mon"},
|
||||
ACKINCLUDES = {PARENT, "%ROOTDIR%h", "%ROOTDIR%include/_tail_mon"},
|
||||
|
||||
ackfile (d.."exit.c"),
|
||||
ackfile (d.."gtty.c"),
|
||||
@@ -98,5 +97,5 @@ lang_cem_mon_runtime = acklibrary {
|
||||
ackfile (d.."_wait.e"),
|
||||
ackfile (d.."_write.e"),
|
||||
|
||||
install = pm.install("%BINDIR%%PLATIND%/%ARCH%/tail_mon")
|
||||
install = pm.install("%BINDIR%%PLATIND%/%PLATFORM%/tail_mon")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user