git: rtld: Remove useless arch Makefiles

John Marino marino at crater.dragonflybsd.org
Mon Jan 23 08:15:10 PST 2012


commit 7f7401f2df3141fa3b8dfdd97fe86e624f5d9b13
Author: John Marino <draco at marino.st>
Date:   Sat Jan 21 22:02:15 2012 +0100

    rtld: Remove useless arch Makefiles
    
    The ability to build an executable dynamic linker was previously removed
    from the main makefile, so uncommenting LDSCRIPT in the arch Makefile
    would no longer work even if the elf_rtld.x files were put in the arch
    directory.  To avoid confusion, these optional Makefiles have been
    completely removed.

Summary of changes:
 libexec/rtld-elf/i386/Makefile.inc   |    8 --------
 libexec/rtld-elf/x86_64/Makefile.inc |    8 --------
 2 files changed, 0 insertions(+), 16 deletions(-)
 delete mode 100644 libexec/rtld-elf/i386/Makefile.inc
 delete mode 100644 libexec/rtld-elf/x86_64/Makefile.inc

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7f7401f2df3141fa3b8dfdd97fe86e624f5d9b13


-- 
DragonFly BSD source repository





More information about the Commits mailing list