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
93f69683
Commit
93f69683
authored
May 08, 2000
by
Bruce Korb
Committed by
Bruce Korb
May 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dependencies on dead files
From-SVN: r33772
parent
8d21ff13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
16 deletions
+11
-16
gcc/ChangeLog
+1
-0
gcc/fixinc/Makefile.in
+10
-16
No files found.
gcc/ChangeLog
View file @
93f69683
...
...
@@ -10,6 +10,7 @@
*
fixinc
/
inclhack
.
sh
:
deleted
*
fixinc
/
hackshell
.
tpl
:
deleted
*
fixinc
/
inclhack
.
tpl
:
deleted
*
fixinc
/
Makefile
.
in
:
Remove
dependencies
on
above
*
fixinc
/
fixincl
.
sh
:
"DO NOT EDIT"
text
modified
2000
-
05
-
08
Andreas
Jaeger
<
aj
@suse
.
de
>
...
...
gcc/fixinc/Makefile.in
View file @
93f69683
...
...
@@ -65,14 +65,12 @@ FIOBJ = fixincl.o server.o procopen.o $(LIBOBJ)
HDR
=
server.h gnu-regex.h fixlib.h machname.h
SH_TARGET
=
inclhack.sh fixincl.sh
BIN_TARGET
=
fixincl fixfixes fixtests
TARGETS
=
$(
SH_TARGET)
$(
BIN_TARGET)
TARGETS
=
$(BIN_TARGET)
all
:
$(TARGETS)
sh
:
$(SH_TARGET)
gen
:
$(SH_TARGET) fixincl.x
gen
:
fixincl.x
$(FIOBJ)
:
$(HDR)
...
...
@@ -98,12 +96,12 @@ fixlib.o: machname.h
fixincl.x
:
fixincl.tpl inclhack.def
cd
$(srcdir)
;
$(SHELL)
./genfixes
$@
inclhack.sh
:
inclhack.def inclhack.tpl hackshell.tpl
cd
$(srcdir)
;
$(SHELL)
./genfixes
$@
# fixinc.sh, unlike the other two, has _no_ dependency on the .def file.
fixincl.sh
:
inclhack.tpl
cd
$(srcdir)
;
$(SHELL)
./genfixes
$@
##
inclhack.sh: inclhack.def inclhack.tpl hackshell.tpl
##
cd $(srcdir) ; $(SHELL) ./genfixes $@
##
#
# #
fixinc.sh, unlike the other two, has _no_ dependency on the .def file.
##
fixincl.sh: inclhack.tpl
##
cd $(srcdir) ; $(SHELL) ./genfixes $@
# This invocation of genfixes is done from the build dir,
# not the source dir (as above)
...
...
@@ -126,11 +124,7 @@ install-bin: fixincl fixincl.sh
mv
-f
../fixinc.sh ../fixinc.sh.
$$
||
exit
1
;
fi
./fixincl
-v
cp fixincl ..
@
if
[
-f
./fixincl.sh
]
;
\
then
echo
cp ./fixincl.sh ../fixinc.sh
;
\
cp ./fixincl.sh ../fixinc.sh
;
\
else
echo
cp
$(srcdir)
/fixincl.sh ../fixinc.sh
;
\
cp
$(srcdir)
/fixincl.sh ../fixinc.sh
;
fi
cp
$(srcdir)
/fixincl.sh ../fixinc.sh
chmod 755 ../fixinc.sh ../fixincl
install-sh
:
fixfixes fixtests inclhack.sh
...
...
@@ -138,7 +132,7 @@ install-sh: fixfixes fixtests inclhack.sh
mv
-f
../fixinc.sh ../fixinc.sh.
$$
||
exit
1
;
fi
echo
Could not install binary fixincludes.
;
\
echo
Installing shell script instead.
@
if
[
-f
./
fixincl
.sh
]
;
\
@
if
[
-f
./
inclhack
.sh
]
;
\
then
echo
cp ./inclhack.sh ../fixinc.sh
;
\
cp ./inclhack.sh ../fixinc.sh
;
\
else
echo
cp
$(srcdir)
/inclhack.sh ../fixinc.sh
;
\
...
...
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