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
e8dc2763
Commit
e8dc2763
authored
23 years ago
by
Alexandre Oliva
Committed by
Alexandre Oliva
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* gcc_update (touch_files): Use simpler, yet as portable, syntax.
From-SVN: r42229
parent
3d2999ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
+1
-1
1 addition, 1 deletion
contrib/gcc_update
with
5 additions
and
1 deletion
contrib/ChangeLog
+
4
−
0
View file @
e8dc2763
2001-05-17 Alexandre Oliva <aoliva@redhat.com>
* gcc_update (touch_files): Use simpler, yet as portable, syntax.
2001-05-14 Loren J. Rittle <ljrittle@acm.org>
* gcc_update (touch_files): Enhance make portability.
...
...
This diff is collapsed.
Click to expand it.
contrib/gcc_update
+
1
−
1
View file @
e8dc2763
...
...
@@ -108,7 +108,7 @@ touch_files () {
files_and_dependencies |
sed
's, ,: ,'
>>
Makefile.
$$
files_and_dependencies |
sed
's, .*, \\,'
>>
Makefile.
$$
echo
':'
>>
Makefile.
$$
echo
' @for f in $?; do test
!
-f $$f
&&
exit 0;
true;
done; \'
>>
Makefile.
$$
echo
' @for f in $?; do test -f $$f
||
exit 0; done; \'
>>
Makefile.
$$
echo
' echo Touching $@...; \'
>>
Makefile.
$$
echo
' echo Touching $@... 1>&2; \'
>>
Makefile.
$$
echo
' touch $@'
>>
Makefile.
$$
...
...
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