DragonFly BSD
DragonFly commits List (threaded) for 2012-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: rtld: Remove useless arch Makefiles


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 23 Jan 2012 08:15:10 -0800 (PST)

commit 7f7401f2df3141fa3b8dfdd97fe86e624f5d9b13
Author: John Marino <draco@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]