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
4ce8ba6e
Commit
4ce8ba6e
authored
Sep 14, 1999
by
Marc Espie
Committed by
Jeff Law
Sep 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Prepend $(SHELL) to move-if-change calls.
From-SVN: r29397
parent
37ce8f79
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
gcc/cp/ChangeLog
+4
-0
gcc/cp/Makefile.in
+2
-2
libf2c/ChangeLog
+4
-0
libf2c/Makefile.in
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
4ce8ba6e
Tue Sep 14 01:45:10 1999 Marc Espie <espie@cvs.openbsd.org>
* Makefile.in: Prepend $(SHELL) to move-if-change calls.
1999-09-13 Mark Mitchell <mark@codesourcery.com>
* cp-tree.h (build_target_expr): New function.
...
...
gcc/cp/Makefile.in
View file @
4ce8ba6e
...
...
@@ -224,8 +224,8 @@ $(PARSE_C) : $(srcdir)/parse.y
# @echo $(CONFLICTS)
# $(BISON) $(BISONFLAGS) -d $(srcdir)/parse.y
# grep '^#define[ ]*YYEMPTY' y.tab.c >>y.tab.h
# $(srcdir)/../move-if-change y.tab.c $(PARSE_C)
# $(srcdir)/../move-if-change y.tab.h $(PARSE_H)
# $(
SHELL) $(
srcdir)/../move-if-change y.tab.c $(PARSE_C)
# $(
SHELL) $(
srcdir)/../move-if-change y.tab.h $(PARSE_H)
# cp $(PARSE_C) y.tab.c
# touch stamp-parse
...
...
libf2c/ChangeLog
View file @
4ce8ba6e
Tue Sep 14 01:44:01 1999 Marc Espie <espie@cvs.openbsd.org>
* Makefile.in: Prepend $(SHELL) to move-if-change calls.
Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
* Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
...
...
libf2c/Makefile.in
View file @
4ce8ba6e
...
...
@@ -179,7 +179,7 @@ g2c.h: g2c.hin config.status Makefile
# lines below, since g2c.h isn't necessarily brought up to date.
# mv g2c.h g2c.x
$(SHELL)
config.status
# $(srcdir)/../move-if-change g2c.h g2c.x && mv g2c.x g2c.h
# $(
SHELL) $(
srcdir)/../move-if-change g2c.h g2c.x && mv g2c.x g2c.h
Makefile
:
Makefile.in config.status
# Autoconf doc uses `./config.status'. Is there a good reason to use $(SHELL)?
...
...
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