* Makefile.in: Add all-libproc target similar to all-gui.

This commit is contained in:
Jim Kingdon 1994-06-01 19:35:51 +00:00
parent d3507982fb
commit 3de70f1dd8
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,7 @@
Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* Makefile.in: Add all-libproc target similar to all-gui.
Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
* Makefile.in (CHECK_MODULES): split into

View file

@ -695,10 +695,12 @@ gcc-no-fixedincludes:
# This rule is used to build the modules which use FLAGS_TO_PASS. To
# build a target all-X means to cd to X and make all.
# all-glob is handled specially because it doesn't actually build.
# all-gui is handled specially because it is still experimental, and
# if it fails to build, that shouldn't stop "make all".
#
# all-gui and all-libproc are handled specially because they are still
# experimental, and if they fails to build, that shouldn't stop "make
# all".
.PHONY: $(ALL_MODULES) all-glob all-gui
$(ALL_MODULES) all-glob all-gui:
$(ALL_MODULES) all-glob all-gui all-libproc:
@dir=`echo $@ | sed -e 's/all-//'`; \
if [ -f ./$${dir}/Makefile ] ; then \
r=`pwd`; export r; \
@ -903,7 +905,7 @@ all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-glob all
all-glob:
all-gprof: all-libiberty all-bfd
all-grep: all-libiberty
all-gui: all-gdb
all-gui: all-gdb all-libproc
all-gzip: all-libiberty
all-hello: all-libiberty
all-indent: