mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
replace __FILE__ with "__FILE__" to make Xen reproducible (issue #166)
This commit is contained in:
parent
ea8a55fe5b
commit
09718fc97e
@ -10,4 +10,6 @@ xen_hash := b795d5631a85fb68295361067195ecd00003656dacede4ec57533fce33ab5109
|
||||
|
||||
xen_output := xen
|
||||
xen_configure :=
|
||||
xen_target := $(MAKE_JOBS)
|
||||
xen_target := $(MAKE_JOBS) \
|
||||
CC="$(heads_cc) -Wno-builtin-macro-redefined -D__FILE__=\\\"__FILE__\\\"" \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user