OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [libiberty/] [maint-tool] - Diff between revs 157 and 225

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 157 Rev 225
Line 224... Line 224...
    while ($f = readdir INC) {
    while ($f = readdir INC) {
        next unless $f =~ /\.h$/;
        next unless $f =~ /\.h$/;
        $mine{$f} = "\$(INCDIR)/$f";
        $mine{$f} = "\$(INCDIR)/$f";
        $deps{$f} = join(' ', &deps_for("$incdir/$f"));
        $deps{$f} = join(' ', &deps_for("$incdir/$f"));
    }
    }
 
    $mine{'config.h'} = "config.h";
 
 
    opendir(INC, $srcdir);
    opendir(INC, $srcdir);
    while ($f = readdir INC) {
    while ($f = readdir INC) {
        next unless $f =~ /\.h$/;
        next unless $f =~ /\.h$/;
        $mine{$f} = "\$(srcdir)/$f";
        $mine{$f} = "\$(srcdir)/$f";
        $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
        $deps{$f} = join(' ', &deps_for("$srcdir/$f"));
    }
    }
 
    $mine{'config.h'} = "config.h";
    $mine{'config.h'} = "stamp-h";
 
 
 
    open(IN, "$srcdir/Makefile.in");
    open(IN, "$srcdir/Makefile.in");
    open(OUT, ">$srcdir/Makefile.tmp");
    open(OUT, ">$srcdir/Makefile.tmp");
    while () {
    while () {
        last if /remainder of this file/;
        last if /remainder of this file/;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.