remove force from dependencies, add grep to all

This commit is contained in:
K. Richard Pixley
1992-03-11 10:08:54 +00:00
parent 8fd24008f7
commit 02a7ba9a40
2 changed files with 28 additions and 24 deletions

View File

@ -1,3 +1,7 @@
Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in: remove force dependencies, add grep to all.
Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com) Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
* Makefile.in: drop flex. make stamp files work. * Makefile.in: drop flex. make stamp files work.

View File

@ -113,7 +113,7 @@ install-dir.info:
# all-libgcc # all-libgcc
all.normal: .stmp-texinfo .stmp-bison .stmp-byacc .stmp-ld \ all.normal: .stmp-texinfo .stmp-bison .stmp-byacc .stmp-ld \
.stmp-gas .stmp-gcc .stmp-binutils \ .stmp-gas .stmp-gcc .stmp-binutils \
.stmp-libg++ .stmp-gdb .stmp-make .stmp-cvs .stmp-patch .stmp-emacs \ .stmp-libg++ .stmp-gdb .stmp-make .stmp-cvs .stmp-grep .stmp-patch .stmp-emacs \
.stmp-ispell .stmp-fileutils \ .stmp-ispell .stmp-fileutils \
.stmp-newlib .stmp-newlib
all.cross: .stmp-bison .stmp-ld .stmp-libgcc .stmp-gdb all.cross: .stmp-bison .stmp-ld .stmp-libgcc .stmp-gdb
@ -1335,7 +1335,7 @@ install-gdbm: force
### cvs ### cvs
all-cvs: .stmp-cvs .stmp-rcs .stmp-grep .stmp-diff all-cvs: .stmp-cvs .stmp-rcs .stmp-grep .stmp-diff
.stmp-cvs: .stmp-gdbm force .stmp-cvs: .stmp-gdbm
if [ -d ./cvs ] ; then \ if [ -d ./cvs ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./cvs; \ (cd ./cvs; \
@ -1355,7 +1355,7 @@ all-cvs: .stmp-cvs .stmp-rcs .stmp-grep .stmp-diff
fi fi
touch .stmp-cvs touch .stmp-cvs
clean-cvs: clean-gdbm force clean-cvs: clean-gdbm
if [ -d ./cvs ] ; then \ if [ -d ./cvs ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./cvs; \ (cd ./cvs; \
@ -1374,7 +1374,7 @@ clean-cvs: clean-gdbm force
true ; \ true ; \
fi fi
install-cvs: install-rcs install-gdbm force install-cvs: install-rcs install-gdbm
if [ -d ./cvs ] ; then \ if [ -d ./cvs ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./cvs; \ (cd ./cvs; \
@ -1395,7 +1395,7 @@ install-cvs: install-rcs install-gdbm force
### patch ### patch
all-patch: .stmp-patch all-patch: .stmp-patch
.stmp-patch: force .stmp-patch:
if [ -d ./patch ] ; then \ if [ -d ./patch ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./patch; \ (cd ./patch; \
@ -1415,7 +1415,7 @@ all-patch: .stmp-patch
fi fi
touch .stmp-patch touch .stmp-patch
clean-patch: force clean-patch:
if [ -d ./patch ] ; then \ if [ -d ./patch ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./patch; \ (cd ./patch; \
@ -1434,7 +1434,7 @@ clean-patch: force
true ; \ true ; \
fi fi
install-patch: force install-patch:
if [ -d ./patch ] ; then \ if [ -d ./patch ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./patch; \ (cd ./patch; \
@ -1456,7 +1456,7 @@ install-patch: force
### emacs ### emacs
all-emacs: .stmp-emacs all-emacs: .stmp-emacs
.stmp-emacs: force .stmp-emacs:
if [ -d ./emacs ] ; then \ if [ -d ./emacs ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./emacs; \ (cd ./emacs; \
@ -1476,7 +1476,7 @@ all-emacs: .stmp-emacs
fi fi
touch .stmp-emacs touch .stmp-emacs
clean-emacs: force clean-emacs:
if [ -d ./emacs ] ; then \ if [ -d ./emacs ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./emacs; \ (cd ./emacs; \
@ -1495,7 +1495,7 @@ clean-emacs: force
true ; \ true ; \
fi fi
install-emacs: install-rcs install-gdbm force install-emacs: install-rcs install-gdbm
if [ -d ./emacs ] ; then \ if [ -d ./emacs ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./emacs; \ (cd ./emacs; \
@ -1515,8 +1515,8 @@ install-emacs: install-rcs install-gdbm force
fi fi
### ispell ### ispell
all-ispell: .stmp-ispell all-ispell: .stmp-emacs .stmp-ispell
.stmp-ispell: all-emacs force .stmp-ispell:
if [ -d ./ispell ] ; then \ if [ -d ./ispell ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./ispell; \ (cd ./ispell; \
@ -1536,7 +1536,7 @@ all-ispell: .stmp-ispell
fi fi
touch .stmp-ispell touch .stmp-ispell
clean-ispell: force clean-ispell:
if [ -d ./ispell ] ; then \ if [ -d ./ispell ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./ispell; \ (cd ./ispell; \
@ -1555,7 +1555,7 @@ clean-ispell: force
true ; \ true ; \
fi fi
install-ispell: install-rcs install-gdbm force install-ispell: install-rcs install-gdbm
if [ -d ./ispell ] ; then \ if [ -d ./ispell ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./ispell; \ (cd ./ispell; \
@ -1576,7 +1576,7 @@ install-ispell: install-rcs install-gdbm force
### fileutils ### fileutils
all-fileutils: .stmp-fileutils all-fileutils: .stmp-fileutils
.stmp-fileutils: force .stmp-fileutils:
if [ -d ./fileutils ] ; then \ if [ -d ./fileutils ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./fileutils; \ (cd ./fileutils; \
@ -1599,7 +1599,7 @@ all-fileutils: .stmp-fileutils
fi fi
touch .stmp-fileutils touch .stmp-fileutils
clean-fileutils: force clean-fileutils:
if [ -d ./fileutils ] ; then \ if [ -d ./fileutils ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./fileutils; \ (cd ./fileutils; \
@ -1621,7 +1621,7 @@ clean-fileutils: force
true ; \ true ; \
fi fi
install-fileutils: force install-fileutils:
if [ -d ./fileutils ] ; then \ if [ -d ./fileutils ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./fileutils; \ (cd ./fileutils; \
@ -1677,7 +1677,7 @@ all-libg++: .stmp-gas .stmp-ld .stmp-gcc .stmp-libg++
fi fi
touch .stmp-libg++ touch .stmp-libg++
clean-libg++: force clean-libg++:
if [ -d ./libg++ ] ; then \ if [ -d ./libg++ ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./libg++; \ (cd ./libg++; \
@ -1699,7 +1699,7 @@ clean-libg++: force
true ; \ true ; \
fi fi
install-libg++: force install-libg++:
if [ -d ./libg++ ] ; then \ if [ -d ./libg++ ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./libg++; \ (cd ./libg++; \
@ -1728,7 +1728,7 @@ all.xclib: all.normal
(cd clib ; $(MAKE)) ; \ (cd clib ; $(MAKE)) ; \
fi fi
subdir_do: force subdir_do:
for i in $(DODIRS); do \ for i in $(DODIRS); do \
if [ -f ./$$i/localenv ] ; then \ if [ -f ./$$i/localenv ] ; then \
if (rootme=`pwd` ; export rootme ; cd ./$$i; \ if (rootme=`pwd` ; export rootme ; cd ./$$i; \
@ -1836,7 +1836,7 @@ MAKEDIRS= \
# $(man7dir) \ # $(man7dir) \
# $(man8dir) # $(man8dir)
install-dirs: force install-dirs:
for i in $(MAKEDIRS) ; do \ for i in $(MAKEDIRS) ; do \
echo Making $$i... ; \ echo Making $$i... ; \
[ -d $$i ] || mkdir $$i || exit 1 ; \ [ -d $$i ] || mkdir $$i || exit 1 ; \
@ -1846,18 +1846,18 @@ MAKEINFODIRS= \
$(prefix) \ $(prefix) \
$(infodir) $(infodir)
install-info-dirs: force install-info-dirs:
if [ -d $(prefix) ] ; then true ; else mkdir $(prefix) ; fi if [ -d $(prefix) ] ; then true ; else mkdir $(prefix) ; fi
if [ -d $(datadir) ] ; then true ; else mkdir $(datadir) ; fi if [ -d $(datadir) ] ; then true ; else mkdir $(datadir) ; fi
if [ -d $(infodir) ] ; then true ; else mkdir $(infodir) ; fi if [ -d $(infodir) ] ; then true ; else mkdir $(infodir) ; fi
dir.info: force dir.info:
$(srcdir)/texinfo/gen-info-dir $(infodir) > dir.info.new $(srcdir)/texinfo/gen-info-dir $(infodir) > dir.info.new
mv -f dir.info.new dir.info mv -f dir.info.new dir.info
etags tags: TAGS etags tags: TAGS
TAGS: FORCE TAGS:
etags `$(MAKE) ls` etags `$(MAKE) ls`
ls: ls: