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
54b2f310
Commit
54b2f310
authored
May 25, 2004
by
Daniel Jacobowitz
Committed by
Daniel Jacobowitz
May 25, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Add .NOEXPORT.
From-SVN: r82256
parent
9abe5d07
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
0 deletions
+23
-0
libada/ChangeLog
+4
-0
libada/Makefile.in
+4
-0
libiberty/ChangeLog
+4
-0
libiberty/Makefile.in
+3
-0
libobjc/ChangeLog
+4
-0
libobjc/Makefile.in
+4
-0
No files found.
libada/ChangeLog
View file @
54b2f310
2004-05-25 Daniel Jacobowitz <drow@false.org>
* Makefile.in: Add .NOEXPORT.
2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
* Makefile.in: Put back merge of some targets to avoid code duplication.
...
...
libada/Makefile.in
View file @
54b2f310
...
...
@@ -269,3 +269,7 @@ config.status: $(srcdir)/configure
$(srcdir)/configure
:
@MAINT@ $(srcdir)/configure.ac
cd
$(srcdir)
&&
autoconf
# Don't export variables to the environment, in order to not confuse
# configure.
.NOEXPORT
:
libiberty/ChangeLog
View file @
54b2f310
2004-05-25 Daniel Jacobowitz <drow@false.org>
* Makefile.in: Add .NOEXPORT.
2004-04-29 Douglas B Rupp <rupp@gnat.com>
* mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
...
...
libiberty/Makefile.in
View file @
54b2f310
...
...
@@ -1057,3 +1057,6 @@ $(CONFIGURED_OFILES): stamp-picdir
else
true
;
fi
$
(
COMPILE.c
)
$(srcdir)
/xstrerror.c
$(OUTPUT_OPTION)
# Don't export variables to the environment, in order to not confuse
# configure.
.NOEXPORT
:
libobjc/ChangeLog
View file @
54b2f310
2004-05-25 Daniel Jacobowitz <drow@false.org>
* Makefile.in: Add .NOEXPORT.
2004-05-25 Andrew Pinski <pinskia@physics.uc.edu>
Merge from the libobjc-branch
...
...
libobjc/Makefile.in
View file @
54b2f310
...
...
@@ -348,3 +348,7 @@ maintainer-clean realclean: distclean
.PHONY
:
mostlyclean clean distclean maintainer-clean all check uninstall
\
install-strip dist installcheck installdirs
# Don't export variables to the environment, in order to not confuse
# configure.
.NOEXPORT
:
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