C preprocessor; tabgen; now the pc86 boot.s builds using the ack

toolchain.
This commit is contained in:
David Given
2016-07-29 00:22:49 +02:00
parent c6292642c6
commit 363d13cc2f
8 changed files with 190 additions and 151 deletions

View File

@@ -3,7 +3,7 @@ normalrule {
ins = {},
outleaves = { "em_path.h" },
commands = {
"echo '#define TMP_DIR \"$(ACK_TEMP_DIR)\"' > %{outs}",
"echo '#define TMP_DIR \"/tmp\"' > %{outs}",
"echo '#define EM_DIR \"$(PREFIX)\"' >> %{outs}",
"echo '#define ACK_PATH \"share/ack/descr\"' >> %{outs}",
}