Makefile.in (iostream.list): Remove dependency on stamp-picdir.
authorH.J. Lu <hjl@gnu.org>
Wed, 3 Feb 1999 21:11:03 +0000 (21:11 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 3 Feb 1999 21:11:03 +0000 (14:11 -0700)
        * Makefile.in (iostream.list): Remove dependency on
        stamp-picdir.
        ($(LIBIOSTREAM_DEP)): Depend on stamp-picdir.
        ($(LIBIO_FILES)): Similarly.
        * config.shared (all): Make $(PICDIR) concurrent.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r25012

libio/ChangeLog
libio/Makefile.in
libio/config.shared

index bb3722cc4e514d475a50b67de2107571c60de0dc..bd13640532633ef4170ddc5bda5bf65506d624a7 100644 (file)
@@ -1,3 +1,13 @@
+Wed Feb  3 22:05:41 1999  H.J. Lu  (hjl@gnu.org)
+                         Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (iostream.list): Remove dependency on
+       stamp-picdir.
+       ($(LIBIOSTREAM_DEP)): Depend on stamp-picdir.
+       ($(LIBIO_FILES)): Similarly.
+
+       * config.shared (all): Make $(PICDIR) concurrent.
+
 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * configure.in (compiler_name): Add check to detect if this
index 724372a0b8bf39ca1e689d61b325e3d2172b66b8..2ac472bceef41f2573834bcb60933b9563095c18 100644 (file)
@@ -88,9 +88,13 @@ test: test.o libio.a
 tpipe: tpipe.o libio.a
        $(CC) $(CFLAGS) -o tpipe tpipe.o libio.a
 
-iostream.list: stamp-picdir $(_G_CONFIG_H) $(LIBIOSTREAM_DEP)
+iostream.list: $(_G_CONFIG_H) $(LIBIOSTREAM_DEP)
        @echo "$(LIBIOSTREAM_USE)"> iostream.list
 
+# The "pic" subdir must be created before we can put any object
+# files into it.
+$(LIBIOSTREAM_DEP) $(LIBIO_OBJECTS): stamp-picdir
+
 stmp-stdio:
        @rootme=`pwd`/ ; export rootme; cd stdio ; \
          $(MAKE) $(FLAGS_TO_PASS) stdio.list
index ea78a1e33a3e141bc3c3b6accd817b5237be0154..6cda566eb7bdfe5982d20063413a1706b1ed5bed 100644 (file)
@@ -181,13 +181,14 @@ if [ -z "${ALL}" ] ; then
   fi
 fi
 
-ALL='$(PICDIR)'" ${ALL}"
-
 echo >&2 "all: ${ALL} multi-all"
 if [ "${SUBDIRS}" != "" ] ; then
   echo >&2 '   @rootme=`pwd`/; export rootme; \'
   echo >&2 '   $(MAKE) "DODIRS=$(SUBDIRS)" DO=all $(FLAGS_TO_PASS) subdir_do'
 fi
+if [ "${LIBDIR}" = "yes" ]; then
+  echo >&2 "${ALL} "'multi-all: $(PICDIR)'
+fi
 echo >&2 '.PHONY: all'
 echo >&2 ''