]> Git Repo - qemu.git/commit
build: sort objects to remove duplicates for link
authorStefan Hajnoczi <[email protected]>
Thu, 25 Aug 2011 08:18:52 +0000 (09:18 +0100)
committerAnthony Liguori <[email protected]>
Thu, 1 Sep 2011 18:12:51 +0000 (13:12 -0500)
commite2a99ad3e174ab4c9d2320dcecd779230409829f
tree4f58a2193d330d159410d20d5c04587430b3accc
parent4d88a2ac8643265108ef1fb47ceee5d7b28e19f2
build: sort objects to remove duplicates for link

Avoid duplicate object files during the link.  There are legitimate
cases where a link command-line would include duplicate object files
because two independent subsystems both depend on common infrastructure.

Use GNU make's $(sort) function to remove duplicate object files from
the link command-line.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
rules.mak
This page took 0.027727 seconds and 4 git commands to generate.