Commit c3880e45 by Manfred Hollstein Committed by Jeff Law

config.shared: Emit everything which needs to be re-definable via file descriptor 1...

        * config.shared: Emit everything which needs to be re-definable
        via file descriptor 1; the generic stuff is emitted using redirection
        onto fd 2.
        * configure.in (package_makefile_rules_frag): New variable
        which is used in the call to config.shared; redirect file descriptor 2
        to ${package_makefile_rules_frag}.

From-SVN: r17523
parent 59739e3c
Tue Jan 27 23:26:07 1998 Manfred Hollstein <manfred@s-direktnet.de>
* config.shared: Emit everything which needs to be re-definable
via file descriptor 1; the generic stuff is emitted using redirection
onto fd 2.
* configure.in (package_makefile_rules_frag): New variable
which is used in the call to config.shared; redirect file descriptor 2
to ${package_makefile_rules_frag}.
Tue Jan 27 10:35:22 1998 H.J. Lu (hjl@gnu.org) Tue Jan 27 10:35:22 1998 H.J. Lu (hjl@gnu.org)
* configure.in (topsrcdir): New. * configure.in (topsrcdir): New.
......
...@@ -20,6 +20,7 @@ fi ...@@ -20,6 +20,7 @@ fi
srctrigger=libioP.h srctrigger=libioP.h
srcname="input/output library" srcname="input/output library"
package_makefile_frag=Make.pack package_makefile_frag=Make.pack
package_makefile_rules_frag=Make.pack.r
# per-host: # per-host:
...@@ -115,7 +116,7 @@ INFO_FILES=iostream ...@@ -115,7 +116,7 @@ INFO_FILES=iostream
if [ -n "${with_cross_host}" -a -d ${topsrcdir}/gcc ]; then if [ -n "${with_cross_host}" -a -d ${topsrcdir}/gcc ]; then
CHECK_SUBDIRS=testsuite CHECK_SUBDIRS=testsuite
fi fi
(. ${srcdir}/config.shared) >${package_makefile_frag} (. ${srcdir}/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
# post-target: # post-target:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment