DESTDIR is already trimmed to the correct directory
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 May 1999 11:22:05 +0000 (11:22 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 May 1999 11:22:05 +0000 (11:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26823 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fixinc/hackshell.tpl

index 27aa655..e1c6523 100644 (file)
@@ -11,11 +11,20 @@ Fri May  7 09:54:11 1999  Nick Clifton  <nickc@cygnus.com>
        (TARGET_SWITCHES): Add `no-poke-function-name'.
 
 Fri May  7 14:19:31 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * fixinc/server.c (load_data): Cast text_size to long, adapt
+       format.
        * fixinc/server.c (read_pipe_timeout): Declare volatile, modified
        in signal handler.
        (sig_handler): Add debug code.
        * fixinc/server.c (run_shell): Don't \-escape cd, it breaks the
        Ultrix V4.3 /bin/sh.
+       * fixinc/server.c (def_args): Use static instead of STATIC to
+       avoid redefinition error from linker iff DEBUG.
+
+       * fixinc/hackshell.tpl: Don't strip trailing directory from
+       DESTDIR - that is already done
+
        * fixinc/fixincl.c (run_compiles): fix memory leak
 
 Thu May  6 20:34:00 1999  Mark Mitchell  <mark@codesourcery.com>
index 9e9af4d..7ac6ddb 100644 (file)
@@ -174,7 +174,7 @@ _FOR fix "\n\n" =]
       # Find any include directives that use "file".
       #
       dir=`echo ${file} | sed -e s';/[^/]*$;;'`
-      ddir=`echo ${DESTDIR} | sed 's;/[^/]*$;;'`/$dir
+      ddir=`ec${DESTDIR}/$dir
 
       for include in `
          egrep '^[      ]*#[    ]*include[      ]*"[^/]' ${DESTFILE} |