summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/Makefile.bsd-wrapper
AgeCommit message (Collapse)Author
2000-09-21Fix man pages for good.Marc Espie
2000-09-19install tools and scripts in libdata; espieTheo de Raadt
2000-09-14Lost manpages (gdb and objdump)Marc Espie
2000-09-14Some installation problems: older gnu programs don't know about DESTDIR,Marc Espie
but we have a mix here -> convert the old ones to heed DESTDIR. Also, fix manpages installation in Makefile.bsd-wrapper (INSTALL_MAN setting that got lost, bad MANDIR, don't set MANDIR if PREFIX is the standard location)
2000-09-14Can't directly :M${MACHINE_ARCH}, so kludge it thru a for loop.Marc Espie
Thanks, Dale.
2000-09-12Need to mention where to install binutils...Marc Espie
2000-09-12Configure the right directories depending on arch.Marc Espie
2000-09-07Remove unwanted MANSUBDIR that crept in from my private treeMarc Espie
2000-08-04Overriding SUBDIRS from make command line no longer works forMarc Espie
recursive Makefile (in this case, this will miss doc subdirs), so pass it in the environment instead, and tweak Makefile after configure slightly so that main SUBDIRS can be changed. Also remove config/config.status rule duplication by use of .USE.
1999-12-22i thought hppa is there long time agoMichael Shalayeff
1999-06-18Kill old libiberty, use the one under egcs now.Marc Espie
1999-06-18build objdump for all archs.Marc Espie
1999-01-09gprof heads the same set of conditions as gas&friends.Marc Espie
1998-10-18set PATH before running configure since we can't rely on the user's path ↵Todd C. Miller
being sane
1998-08-08undo last commit, very brokenJason Downs
1998-08-07powerpc supports gdb mmalloc and readline.Dale S. Rahn
1998-07-06alpha work againTheo de Raadt
1998-06-06disable gprof on alpha... again.. texinfo problemsTheo de Raadt
1998-05-18install gdb and related info filesMarco S Hyman
1998-04-01include gprof for ports that are not gdb-onlyTodd C. Miller
1998-03-29Adapt the newer of our GDB versions to a.out ports. The main part of thisNiklas Hallqvist
commit comes from NetBSD. Also, the kernel debugging mode is a bit different but you will notice when you type gdb -k because it documents the difference
1998-03-29Set ALL_MODULES and INSTALL_MODULES variables to really control whatTodd C. Miller
gets built. Needed for gdb-only platforms.
1998-03-26Only build/install everything for alpha, mips, and powerpc. Others willlTodd C. Miller
just get gdb. This will be used in the future when we use the binutils gdb for all platforms. As things stand right now, this change affects nothing since only alpha, mips, and powerpc use binutils.
1998-03-26Pass in SUBDIRS variable for "make install" like we do for "make all".Todd C. Miller
Required for when we use binutils gdb for all ports.
1997-11-04GLOBAL_AUTCONF_CACHEkstailey
1997-06-23respect NOMAN during installkstailey
1997-06-23respect NOMAN (in bulk)kstailey
1997-05-05If gdb is not configured do not build the manpage.Dale S. Rahn
This allows the powerpc port to build.
1997-05-04why install nlmconv manpage, when we don't carry the binary?Niklas Hallqvist
1997-05-02Build gdb and gprof manpages properly.Niklas Hallqvist
1997-04-12configure with --disable-gdbtk - so that gdb will also configureThomas Graichen
correctly if you have tcl/tk installed
1997-02-02add gdb for alpha & mips and simplify it a bitThomas Graichen
1997-01-02PowerPC is like alpha and mips.Dale S. Rahn
1996-11-30A stab at controlling SUBDIRS per arch, still problematic, but worksNiklas Hallqvist
as commentary for the moment
1996-11-23Merge to Cygnus 961112 + add some support (not ready) for shared libsNiklas Hallqvist
1996-10-31Hey, if we recurse in here.. we are interested of more than gas,Niklas Hallqvist
even if not mips
1996-10-02use different clean; old one deleted tree piecesTheo de Raadt
1996-09-06GRRR....Per Fogelstrom
1996-09-06Nasty Niklas, there's more out there than alphas..Per Fogelstrom
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas Hallqvist
never use cached values. Initially we only want gas, even though we're not even there yet.
1996-01-08Tweaks for OpenBSD:Niklas Hallqvist
1) recognize OpenBSD at various places 2) m68k-cbm-* is *NOT* ELF always 3) clean-info must be called before distclean in the GAS realclean target 4) don't install unformatted ma-pages 5) add a Makefile.bsd-wrapper 6) just build gas through Makefile.bsd-wrapper yet There are still other things to do...