Makefile.in (TAROUTOPTS): Kill.
authorJeffrey A Law <law@cygnus.com>
Sat, 7 Aug 1999 07:39:28 +0000 (07:39 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 7 Aug 1999 07:39:28 +0000 (01:39 -0600)
        * Makefile.in (TAROUTOPTS): Kill.
        (install-headers-tar): Use "xpf" for tar headerfile extraction
        * i370/x-oe (TAROUTOPTS): Delete.
        * m68k/x-apollo68 (TAROUTOPTS): Delete.
        * m68k/x-hp320 (TAROUTOPTS): Delete.
        * m68k/x-hp320g (TAROUTOPTS): Delete.

From-SVN: r28577

gcc/ChangeLog
gcc/Makefile.in
gcc/config/i370/x-oe
gcc/config/m68k/x-apollo68
gcc/config/m68k/x-hp320
gcc/config/m68k/x-hp320g

index e0232f11ef90e2408e5ded488df0a8708878aa04..a309ac0d08baef3aae995008f090502001978508 100644 (file)
@@ -5,6 +5,12 @@ Sat Aug  7 00:21:20 1999  Richard Henderson  <rth@cygnus.com>
        
 Sat Aug  7 00:06:54 1999  Jeffrey A Law  (law@cygnus.com)
 
+       * Makefile.in (TAROUTOPTS): Kill.
+       (install-headers-tar): Use "xpf" for tar headerfile extraction
+       * i370/x-oe (TAROUTOPTS): Delete.
+       * m68k/x-apollo68 (TAROUTOPTS): Delete.
+       * m68k/x-hp320 (TAROUTOPTS): Delete.
+       * m68k/x-hp320g (TAROUTOPTS): Delete.
        * gcc.texi: Update bug reporting text.
 
 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
index d7bc64490e558c9481f92b9a9bdc929aa4d5df01..1a57586d71c596450c5799097a379a0c74e01b54 100644 (file)
@@ -416,9 +416,6 @@ LIBCONVERT =
 # Control whether header files are installed.
 INSTALL_HEADERS=install-headers
 
-# Options for tar when copying trees.  So HPUX can override it.
-TAROUTOPTS = xpBf
-
 # Additional directories of header files to run fixincludes on.
 # These should be directories searched automatically by default
 # just as /usr/include is.
@@ -2648,7 +2645,7 @@ install-headers-tar: stmp-headers $(STMP_FIXPROTO) install-include-dir
 # found in CDPATH, corrupting the output.  We could just redirect the
 # output of `cd', but some shells lose on redirection within `()'s
        (cd `pwd`/include ; \
-        tar -cf - .; exit 0) | (cd $(libsubdir)/include; tar $(TAROUTOPTS) - )
+        tar -cf - .; exit 0) | (cd $(libsubdir)/include; tar xpf - )
 # /bin/sh on some systems returns the status of the first tar,
 # and that can lose with GNU tar which always writes a full block.
 # So use `exit 0' to ignore its exit status.
index 79f34bdd5abef78fe76c968fec3ece0353e45501..04fcfeb89de6cd2002399649a3fe00f623037c4f 100644 (file)
@@ -19,8 +19,3 @@ CC=c89
 
 CLIB=-liberty
 LDFLAGS=-L../libiberty
-
-# TAR Options
-
-TAROUTOPTS=xpf
-
index 4c809f958f9175a26dc2904b52e5b521fe23b9fc..9d4f863955c652a586125ef70b37eb215efe528e 100644 (file)
@@ -10,6 +10,3 @@ OLDCC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_B
 # is bad, and it also does the wrong thing if we are cross compiling to a
 # target which does support debugging.  There is currently no way to avoid
 # the -g option that doesn't break something else.
-
-# Apollo does not have B option.
-TAROUTOPTS=xpf
index 46f68e64e3e97226d41cbf565a19435a00991c4c..1107ae4c3e64bfaf7e4e4d3cbb5410ab6c28670d 100644 (file)
@@ -2,8 +2,6 @@
 CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
 OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
 ALLOCA=alloca.o
-# B option not supported on hpux.
-TAROUTOPTS = xpf
 
 # For CCLIBFLAGS you might want to specify the switch that
 # forces only 68000 instructions to be used.
index 38f201e8e8bedca3a6e7234569b0c1d7657e2a3d..8417137ff78a8b0f1629e6f5ce271a271576a695 100644 (file)
@@ -2,8 +2,6 @@
 CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
 OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
 ALLOCA=alloca.o
-# B option not supported on hpux.
-TAROUTOPTS = xpf
 
 # For CCLIBFLAGS you might want to specify the switch that
 # forces only 68000 instructions to be used.