configure.in (package_makefile_rules_frag): New variable which is used in the call to config.shared...
* 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: r17524
This commit is contained in:
parent
c3880e4577
commit
ef14509b91
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Tue Jan 27 23:27:32 1998 Manfred Hollstein <manfred@s-direktnet.de>
|
||||
|
||||
* 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:11:27 1998 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* Makefile.in (install): Remove the shared library symlink even if
|
||||
|
|
|
@ -20,6 +20,7 @@ fi
|
|||
srctrigger=sinst.cc
|
||||
srcname="ANSI C++ library"
|
||||
package_makefile_frag=Make.pack
|
||||
package_makefile_rules_frag=Make.pack.r
|
||||
|
||||
# per-host:
|
||||
|
||||
|
@ -83,7 +84,7 @@ MOSTLYCLEAN='*.o pic stamp-picdir core so_locations $(MOSTLYCLEAN_JUNK)'
|
|||
CLEAN='$(CLEAN_JUNK)'
|
||||
EXTRA_DISTCLEAN='target-mkfrag'
|
||||
|
||||
(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag}
|
||||
(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
|
||||
|
||||
# post-target:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue