Artifact 38a172298bce01f16285feec259ff72fb472bf2b5f72c789266ab5d3884188ec:
- File dist/BSDmakefile — part of check-in [8648683aba] at 2022-11-04 04:27:15 on branch trunk — fixes to make parsav build on modern nix (user: lexi, size: 491) [annotate] [blame] [check-ins using]
# being extremely paranoid here, but there's some vague plans to get nix # shit working under BSD kernels, so we may as well future-proof the thing # .if defined(NIX_STORE) || defined(NIX_PATH) # l-glibc-path != nix path-info nixos.glibc # rt-path = $(l-glibc-path)/lib # .endif # hahaaaa they broke nix path-info rt-path ?= /usr/lib runtime = $(rt-path)/crt1.o \ $(rt-path)/crti.o \ $(rt-path)/crtbegin.o \ $(rt-path)/crtend.o \ $(rt-path)/crtn.o .include <makefile>