From 516344ebca7c9f34fefb15834ad17366c97a1e09 Mon Sep 17 00:00:00 2001 From: frueauf Date: Fri, 30 Jan 1998 20:47:23 +0000 Subject: upgrade GNU make to 3.76.1 --- devel/gmake/patches/patch-aa | 73 +++++++------------------------------------- 1 file changed, 11 insertions(+), 62 deletions(-) (limited to 'devel/gmake/patches/patch-aa') diff --git a/devel/gmake/patches/patch-aa b/devel/gmake/patches/patch-aa index 4ef16a9c505..662d606b3f6 100644 --- a/devel/gmake/patches/patch-aa +++ b/devel/gmake/patches/patch-aa @@ -1,62 +1,11 @@ ---- 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 - # Prefix to put on installed `make' binary file name. --binprefix = -+binprefix = g - # 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 -+ rm -f 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: - $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(mandir) -+ rm -f $(bindir)/$(binprefix)make $(infodir)/make.info \ -+ $(mandir)/$(manprefix)make.$(manext) - - $(bindir)/$(binprefix)make: make - $(INSTALL_PROGRAM) make $@.new -@@ -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 [ -r ./make.info ]; then dir=.; else dir=$(srcdir); fi; \ -- install-info --infodir=$(infodir) $$dir/make.info; \ -- 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 - $(INSTALL_DATA) $(srcdir)/make.man $@ -@@ -250,7 +252,8 @@ - $(SHELL) config.status - glob/Makefile: config.status $(srcdir)/glob/Makefile.in - $(SHELL) config.status --config.h: stamp-config ; -+config.h: stamp-config -+ - stamp-config: config.status $(srcdir)/config.h.in - $(SHELL) config.status - touch stamp-config +--- configure-orig Fri Sep 19 20:37:14 1997 ++++ configure Mon Dec 1 20:41:54 1997 +@@ -59,7 +59,7 @@ + prefix=NONE + program_prefix=NONE + program_suffix=NONE +-program_transform_name=s,x,x, ++program_transform_name=s,^,g, + silent= + site= + srcdir= -- cgit v1.2.3