Artifact 622e8ca4bc146071d153cddb8e1c6f6bd6975865de11a3906f94756f7bab3592:
- File arch/makefile — part of check-in [f5e894f1c4] at 2019-06-28 04:35:57 on branch trunk — fix useless params (user: lexi, size: 413) [annotate] [blame] [check-ins using]
${TMP}: mkdir -p ${TMP} ${TMP}/calls.x86.lin.32.s: ${lin-headers}/unistd_32.h ${TMP} grep "#define __NR_" $< | sed 's;^#define __NR_;%define sys.;' > $@ ${TMP}/calls.x86.lin.64.s: ${lin-headers}/unistd_64.h ${TMP} grep "#define __NR_" $< | sed 's;^#define __NR_;%define sys.;' > $@ ${TMP}/calls.x86.fbsd.%.s: ${fbsd-headers}/syscall.h ${TMP} grep "#define SYS_" $< | sed 's;^#define SYS_;%define sys.;' > $@