Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
6cf735a7
Commit
6cf735a7
authored
23 years ago
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
From-SVN: r42493
parent
834452d2
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/ChangeLog
+4
-0
4 additions, 0 deletions
contrib/ChangeLog
contrib/gcc_update
+7
-4
7 additions, 4 deletions
contrib/gcc_update
with
11 additions
and
4 deletions
contrib/ChangeLog
+
4
−
0
View file @
6cf735a7
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.
...
...
This diff is collapsed.
Click to expand it.
contrib/gcc_update
+
7
−
4
View file @
6cf735a7
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment