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
683a1061
Commit
683a1061
authored
Jun 07, 1999
by
Craig Burley
Committed by
Craig Burley
Jun 07, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Any target using libsubdir must depend on installdirs
From-SVN: r27389
parent
b4204458
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
gcc/f/ChangeLog
+5
-0
gcc/f/Make-lang.in
+12
-4
No files found.
gcc/f/ChangeLog
View file @
683a1061
Mon Jun 7 08:42:40 1999 Craig Burley <craig@jcb-sc.com>
* Make-lang.in: Any target using libsubdir must depend
on installdirs.
Sat Jun 5 23:50:36 1999 Craig Burley <craig@jcb-sc.com>
Sat Jun 5 23:50:36 1999 Craig Burley <craig@jcb-sc.com>
* g77.texi: Describe a few more missing features people
* g77.texi: Describe a few more missing features people
...
...
gcc/f/Make-lang.in
View file @
683a1061
...
@@ -308,7 +308,9 @@ f77.install-normal:
...
@@ -308,7 +308,9 @@ f77.install-normal:
# Install the driver program as $(target)-g77
# Install the driver program as $(target)-g77
# and also as either g77 (if native) or $(tooldir)/bin/g77.
# and also as either g77 (if native) or $(tooldir)/bin/g77.
f77.install-common
:
# Make sure `installdirs' target (from gcc Makefile) has been
# run, since we use libsubdir to store our `flag' file, lang-f77.
f77.install-common
:
installdirs
case
"
$(LANGUAGES)
"
in
\
case
"
$(LANGUAGES)
"
in
\
*
[
fF]77
*
)
touch
$(libsubdir)
/lang-f77
;;
\
*
[
fF]77
*
)
touch
$(libsubdir)
/lang-f77
;;
\
*
)
rm
-f
$(libsubdir)
/lang-f77
;;
\
*
)
rm
-f
$(libsubdir)
/lang-f77
;;
\
...
@@ -337,7 +339,9 @@ f77.install-common:
...
@@ -337,7 +339,9 @@ f77.install-common:
# $(INSTALL_DATA) might be a relative pathname, so we can't cd into srcdir
# $(INSTALL_DATA) might be a relative pathname, so we can't cd into srcdir
# to do the install. The sed rule was copied from stmp-int-hdrs.
# to do the install. The sed rule was copied from stmp-int-hdrs.
f77.install-info
:
f77.info
# Make sure `installdirs' target (from gcc Makefile) has been
# run, since we use libsubdir to store our `flag' file, lang-f77.
f77.install-info
:
f77.info installdirs
case
"
$(LANGUAGES)
"
in
\
case
"
$(LANGUAGES)
"
in
\
*
[
fF]77
*
)
touch
$(libsubdir)
/lang-f77
;;
\
*
[
fF]77
*
)
touch
$(libsubdir)
/lang-f77
;;
\
*
)
rm
-f
$(libsubdir)
/lang-f77
;;
\
*
)
rm
-f
$(libsubdir)
/lang-f77
;;
\
...
@@ -358,7 +362,9 @@ f77.install-info: f77.info
...
@@ -358,7 +362,9 @@ f77.install-info: f77.info
else
:
;
fi
else
:
;
fi
rm
-f
$(libsubdir)
/lang-f77
rm
-f
$(libsubdir)
/lang-f77
f77.install-man
:
$(srcdir)/f/g77.1
# Make sure `installdirs' target (from gcc Makefile) has been
# run, since we use libsubdir to store our `flag' file, lang-f77.
f77.install-man
:
$(srcdir)/f/g77.1 installdirs
case
"
$(LANGUAGES)
"
in
\
case
"
$(LANGUAGES)
"
in
\
*
[
fF]77
*
)
touch
$(libsubdir)
/lang-f77
;;
\
*
[
fF]77
*
)
touch
$(libsubdir)
/lang-f77
;;
\
*
)
rm
-f
$(libsubdir)
/lang-f77
;;
\
*
)
rm
-f
$(libsubdir)
/lang-f77
;;
\
...
@@ -376,7 +382,9 @@ f77.install-man: $(srcdir)/f/g77.1
...
@@ -376,7 +382,9 @@ f77.install-man: $(srcdir)/f/g77.1
else
true
;
fi
else
true
;
fi
rm
-f
$(libsubdir)
/lang-f77
rm
-f
$(libsubdir)
/lang-f77
f77.uninstall
:
# Make sure `installdirs' target (from gcc Makefile) has been
# run, since we use libsubdir to store our `flag' file, lang-f77.
f77.uninstall
:
installdirs
case
"
$(LANGUAGES)
"
in
\
case
"
$(LANGUAGES)
"
in
\
*
[
fF]77
*
)
touch
$(libsubdir)
/lang-f77
;;
\
*
[
fF]77
*
)
touch
$(libsubdir)
/lang-f77
;;
\
*
)
rm
-f
$(libsubdir)
/lang-f77
;;
\
*
)
rm
-f
$(libsubdir)
/lang-f77
;;
\
...
...
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