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
1b813bfe
Commit
1b813bfe
authored
May 31, 2000
by
Bruce Korb
Committed by
Bruce Korb
May 31, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change invocation of check script for fixinc
From-SVN: r34301
parent
5b6b4000
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
17 deletions
+14
-17
gcc/ChangeLog
+12
-11
gcc/fixinc/Makefile.in
+2
-6
No files found.
gcc/ChangeLog
View file @
1b813bfe
2000-05-31 Bruce Korb <bkorb@gnu.org>
* check.tpl: rework to use test result tree
* check.diff: No longer needed
* fixincl.x: regenerate
* inclhack.def: add new tests
* tests/base/arch/i960/archI960.h: New test result
* tests/base/curses.h: modified test result
* tests/base/stdio.h: ditto
* tests/base/time.h: ditto
* tests/base/sys/asm.h: ditto
* tests/base/sys/stat.h: ditto
* tests/base/sys/wait.h: ditto
* fixinc/check.tpl: rework to use test result tree
* fixinc/Makefile.in: change invocation of check script
* fixinc/check.diff: No longer needed
* fixinc/fixincl.x: regenerate
* fixinc/inclhack.def: add new tests
* fixinc/tests/base/arch/i960/archI960.h: New test result
* fixinc/tests/base/curses.h: modified test result
* fixinc/tests/base/stdio.h: ditto
* fixinc/tests/base/time.h: ditto
* fixinc/tests/base/sys/asm.h: ditto
* fixinc/tests/base/sys/stat.h: ditto
* fixinc/tests/base/sys/wait.h: ditto
Wed May 31 13:17:20 2000 Philippe De Muyter <phdm@macqel.be>
...
...
gcc/fixinc/Makefile.in
View file @
1b813bfe
...
...
@@ -117,9 +117,5 @@ Makefile: Makefile.in ../config.status
check
:
fixincl
autogen
-T
$(srcdir)
/check.tpl
$(srcdir)
/inclhack.def
$(SHELL)
./check.sh
@
echo
;
echo
"diff of diffs:"
@
if
diff testdir/NEWDIFF
$(srcdir)
/check.diff
;
\
then
rm
-rf
./testdir ./check.sh
;
\
else
echo
;
echo
"Results do not match expectations"
;
echo
;
\
exit
1
;
fi
$(SHELL)
./check.sh
$(srcdir)
/tests/base
@
rm
-f
./check.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