* gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Wed, 23 May 2001 12:15:03 +0000 (14:15 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 23 May 2001 12:15:03 +0000 (12:15 +0000)
From-SVN: r42493

contrib/ChangeLog
contrib/gcc_update

index f9061338795caa6cbdfdb5e9291e8dab08d433fb..b54af842343335c7aa8849e0e54dfdff09a799e3 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
+
 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
 
        * gcc_build: Use -d when invoking gcc_update.
index 1cc4273288342837c565cf2c531fd458055a830d..3f6efab5029f6de3b9059b72afb20229d59e28f6 100755 (executable)
 
 
 # Default options used when updating via CVS.
-UPDATE_OPTIONS=-P
-# Add -d to create any directories that exist in the repository but not
-#        locally.
-# Add -A to reset any sticky tags, dates, or `-k' options.
+UPDATE_OPTIONS=-Pd
+# Use -P to prune empty directories.
+# Use -d to create any directories that exist in the repository but not
+#           locally.
+# Use -A to reset any sticky tags, dates, or `-k' options.
+
+######## Anything below shouldn't be changed by regular users.
 
 # Arrange for the value of $0 to be available for functions
 self=$0