« Previous | Next » 

Revision e2a99ad3

IDe2a99ad3e174ab4c9d2320dcecd779230409829f

Added by Stefan Hajnoczi over 12 years ago

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 <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences