Skip to content
Snippets Groups Projects
Commit 6cf735a7 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Gerald Pfeifer
Browse files

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

From-SVN: r42493
parent 834452d2
No related merge requests found
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> 2001-05-21 Mark Mitchell <mark@codesourcery.com>
* gcc_build: Use -d when invoking gcc_update. * gcc_build: Use -d when invoking gcc_update.
......
...@@ -38,10 +38,13 @@ ...@@ -38,10 +38,13 @@
# Default options used when updating via CVS. # Default options used when updating via CVS.
UPDATE_OPTIONS=-P UPDATE_OPTIONS=-Pd
# Add -d to create any directories that exist in the repository but not # Use -P to prune empty directories.
# locally. # Use -d to create any directories that exist in the repository but not
# Add -A to reset any sticky tags, dates, or `-k' options. # 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 # Arrange for the value of $0 to be available for functions
self=$0 self=$0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment