summaryrefslogtreecommitdiff
path: root/devel/gmake381
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-06-12 12:30:07 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-06-12 12:30:07 +0000
commit644ff8389353f5be59bc40b7b6802c32a159f131 (patch)
tree1b84b3e88782f5b1b32cd1859c086489adb76643 /devel/gmake381
parentPatch up make.texinfo and add @dircategory and @direntry. (diff)
Comment out all commands related to info-install in Makefile.in.
Add --no-split switch to makeinfo.
Notes
Notes: svn path=/head/; revision=6885
Diffstat (limited to 'devel/gmake381')
-rw-r--r--devel/gmake381/files/patch-aa37
1 files changed, 28 insertions, 9 deletions
diff --git a/devel/gmake381/files/patch-aa b/devel/gmake381/files/patch-aa
index 399d9ffa65e8..3045e2524579 100644
--- a/devel/gmake381/files/patch-aa
+++ b/devel/gmake381/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in.orig Wed Aug 28 14:13:09 1996
-+++ Makefile.in Fri Feb 7 02:42:44 1997
+--- Makefile.in.orig Thu Aug 29 06:13:09 1996
++++ Makefile.in Thu Jun 12 20:53:26 1997
@@ -79,7 +79,7 @@
# Number to put on the man page filename.
manext = 1
@@ -9,6 +9,23 @@
# Prefix to put on installed `make' man page file name.
manprefix = $(binprefix)
+@@ -130,14 +130,14 @@
+ .SUFFIXES:
+ .SUFFIXES: .o .c .h .ps .dvi .info .texinfo
+
+-all: make
++all: make info
+ info: make.info
+ dvi: make.dvi
+ # Some makes apparently use .PHONY as the default goal if it is before `all'.
+ .PHONY: all check info dvi
+
+ make.info: make.texinfo
+- $(MAKEINFO) -I$(srcdir) $(srcdir)/make.texinfo -o make.info
++ $(MAKEINFO) --no-split -I$(srcdir) $(srcdir)/make.texinfo -o make.info
+
+ make.dvi: make.texinfo
+ $(TEXI2DVI) $(srcdir)/make.texinfo
@@ -175,6 +175,8 @@
installdirs:
@@ -18,20 +35,22 @@
$(bindir)/$(binprefix)make: make
$(INSTALL_PROGRAM) make $@.new
-@@ -204,9 +206,10 @@
+@@ -204,10 +206,10 @@
# line so we notice real errors from install-info.
# We use `$(SHELL) -c' because some shells do not
# fail gracefully when there is an unknown command.
- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-+ if $(SHELL) -c '/usr/bin/install-info --version' >/dev/null 2>&1; then \
- if [ -r ./make.info ]; then dir=.; else dir=$(srcdir); fi; \
+- if [ -r ./make.info ]; then dir=.; else dir=$(srcdir); fi; \
- install-info --infodir=$(infodir) $$dir/make.info; \
-+ if [ -e $(infodir)/dir ] ; then \
-+ /usr/bin/install-info --info-dir=$(infodir) --defentry='* gmake: (make). GNU make utility' $$dir/make.info; fi ; \
- else true; fi
+- else true; fi
++# if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
++# if [ -r ./make.info ]; then dir=.; else dir=$(srcdir); fi; \
++# install-info --infodir=$(infodir) $$dir/make.info; \
++# else true; fi
$(mandir)/$(manprefix)make.$(manext): make.man
-@@ -250,7 +253,8 @@
+ $(INSTALL_DATA) $(srcdir)/make.man $@
+@@ -250,7 +252,8 @@
$(SHELL) config.status
glob/Makefile: config.status $(srcdir)/glob/Makefile.in
$(SHELL) config.status