diff options
author | John Gilmore <gnu@cygnus> | 1991-10-01 13:41:00 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-01 13:41:00 +0000 |
commit | 090811c1b921e323bfd3d38da503f386c2680e20 (patch) | |
tree | 59cc1fa20310192083d0a45c588001b5e100fd8f /Makefile.in | |
parent | 995ee059a141a8960262c023b3f053c8d39859cc (diff) | |
download | gdb-090811c1b921e323bfd3d38da503f386c2680e20.zip gdb-090811c1b921e323bfd3d38da503f386c2680e20.tar.gz gdb-090811c1b921e323bfd3d38da503f386c2680e20.tar.bz2 |
Avoid 'v' flag on archive updates, since it just wastes space in the log.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 6d0b418..b9c0862 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,7 +30,7 @@ SHELL=/bin/sh RANLIB = ranlib AR = ar -AR_FLAGS = cqv +AR_FLAGS = cq BISONPATH = BISON = `if [ -d $(srcdir)/../bison\`if [ -d $(srcdir)/bison.$(target) ] ; then echo .$(target) ; fi\`$(subdir) ] ; then echo $(srcdir)/../bison\`if [ -d $(srcdir)/bison.$(target) ] ; then echo .$(target) ; fi\`$(subdir)/bison -L $(srcdir)/../bison\`if [ -d $(srcdir)/bison.$(target) ] ; then echo .$(target) ; fi\`/; else echo yacc ; fi` @@ -238,7 +238,10 @@ force_update: # # $Log$ -# Revision 1.36 1991/10/01 03:45:39 rich +# Revision 1.37 1991/10/01 13:41:00 gnu +# Avoid 'v' flag on archive updates, since it just wastes space in the log. +# +# Revision 1.36 1991/10/01 03:45:39 rich # Exploit the new executable config.status # # Revision 1.35 1991/09/25 04:34:40 rich |