libk  Diff

Differences From Artifact [c01fcd380e]:

To Artifact [f9fefae3d1]:


     3      3   # for stddef.h, and that can't be written in portable C.
     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  +${OUT}/k/type.h: type.h.m ${TMP}/typesize.def
           11  +	$(m-comp) $< $(file < ${TMP}/typesize.def) > $@
           12  +
    10     13   ## the below code predates the introduction of gpp
    11     14   ## to generate these headers from templates instead
    12     15   ## of trying to write one for everypossible arch 
    13     16   ## tuple. it is left as a monument to a terrible
    14     17   ## and now blissfully forgotten past.
    15     18   #
    16     19   # look, imma just be straight with you. the mechanism we're