Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a52ad720
Commit
a52ad720
authored
Feb 22, 1998
by
Craig Burley
Committed by
Jeff Law
Feb 22, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in (f77.install-info): Fix typo in script.
From-SVN: r18189
parent
56a0044b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/f/ChangeLog
+2
-0
gcc/f/Make-lang.in
+1
-1
No files found.
gcc/f/ChangeLog
View file @
a52ad720
Fri Feb 20 10:11:20 1998 Craig Burley <burley@gnu.org>
Fri Feb 20 10:11:20 1998 Craig Burley <burley@gnu.org>
* Make-lang.in (f77.install-info): Fix typo in script.
* Make-lang.in (f77.install-common): Don't install, and
* Make-lang.in (f77.install-common): Don't install, and
don't uninstall existing, Info files if f/g77.info
don't uninstall existing, Info files if f/g77.info
doesn't exit. (This is a somewhat modified version
doesn't exit. (This is a somewhat modified version
...
...
gcc/f/Make-lang.in
View file @
a52ad720
...
@@ -337,7 +337,7 @@ f77.install-info: f77.info
...
@@ -337,7 +337,7 @@ f77.install-info: f77.info
realfile
=
`
echo
$$
f | sed
-e
's|.*/\([^/]*\)$$|\1|'
`
;
\
realfile
=
`
echo
$$
f | sed
-e
's|.*/\([^/]*\)$$|\1|'
`
;
\
$(INSTALL_DATA)
$$
f
$(infodir)
/
$$
realfile
;
\
$(INSTALL_DATA)
$$
f
$(infodir)
/
$$
realfile
;
\
done
;
\
done
;
\
chmod a-x
$(infodir)
/g77.info
*
\
chmod a-x
$(infodir)
/g77.info
*
;
\
fi
fi
f77.install-man
:
$(srcdir)/f/g77.1
f77.install-man
:
$(srcdir)/f/g77.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment