* gcc_update (UPDATE_OPTIONS): Add -d to the default settings.

From-SVN: r42493
This commit is contained in:
Gerald Pfeifer 2001-05-23 14:15:03 +02:00 committed by Gerald Pfeifer
parent 834452d2f4
commit 6cf735a769
2 changed files with 11 additions and 4 deletions

View 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.

View File

@ -38,10 +38,13 @@
# 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