1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2024-07-22 01:58:46 -03:00

2 lines
408 B
Batchfile
Executable File

cmd_usr/include/xen/.install := /bin/sh scripts/headers_install.sh ./usr/include/xen ./include/uapi/xen evtchn.h gntalloc.h gntdev.h privcmd.h; /bin/sh scripts/headers_install.sh ./usr/include/xen ./include/xen ; /bin/sh scripts/headers_install.sh ./usr/include/xen ./include/generated/uapi/xen ; for F in ; do echo "\#include <asm-generic/$$F>" > ./usr/include/xen/$$F; done; touch usr/include/xen/.install