Differences From Artifact [f9fefae3d1]:
- File kcore/makefile — part of check-in [6479e060a3] at 2019-07-26 09:51:02 on branch trunk — major update. fix ridiculous old type size determination mechanism. mmap is still broken and i'm not sure why; the syscall does not appear to be going through correctly - see posix_mmap, kmheapa, and kcore/testbin.exe.fn (user: lexi, size: 1441) [annotate] [blame] [check-ins using]
To Artifact [e2db22ecce]:
- File kcore/makefile — part of check-in [0c20d256a6] at 2019-07-27 05:28:14 on branch trunk — port header macro files to m4; delete gpp infra; fix glaring syntax errors in kcore/type.h (user: lexi, size: 1441) [annotate] [blame] [check-ins using]
- File legacy/kcore.makefile — part of check-in [34c625a47b] at 2019-08-19 05:42:02 on branch trunk — switch over to new build mechanism and formally deprecate makefiles (user: lexi, size: 1441) [annotate] [blame] [check-ins using]
4 4 # so we're generating it at build time. 5 5 6 6 # gen-headers = type.h 7 7 8 8 include ../modmake 9 9 10 10 ${OUT}/k/type.h: type.h.m ${TMP}/typesize.def 11 - $(m-comp) $< $(file < ${TMP}/typesize.def) > $@ 11 + $(m-comp) $(file < ${TMP}/typesize.def) $< > $@ 12 12 13 13 ## the below code predates the introduction of gpp 14 14 ## to generate these headers from templates instead 15 15 ## of trying to write one for everypossible arch 16 16 ## tuple. it is left as a monument to a terrible 17 17 ## and now blissfully forgotten past. 18 18 #