diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2025-07-07 20:03:00 +0200 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2025-07-07 20:03:17 +0200 |
commit | 3508799be924c3e1594e54067b94395db7a68fcf (patch) | |
tree | 363ee6b279b65af3f3f6f7b827761acf47aa9843 /shells/bash/files/patch-Makefile.in | |
parent | shells/bash53: Remove extra version of bash (diff) |
shells/bash: Update to 5.3
Changes: https://lists.gnu.org/archive/html/bash-announce/2025-07/msg00000.html
Diffstat (limited to 'shells/bash/files/patch-Makefile.in')
-rw-r--r-- | shells/bash/files/patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shells/bash/files/patch-Makefile.in b/shells/bash/files/patch-Makefile.in index e21144f8db78..cfd72e4d9bdd 100644 --- a/shells/bash/files/patch-Makefile.in +++ b/shells/bash/files/patch-Makefile.in @@ -1,12 +1,12 @@ ---- Makefile.in.orig 2022-09-27 16:41:33 UTC +--- Makefile.in.orig 2025-07-06 15:36:39 UTC +++ Makefile.in -@@ -846,7 +846,9 @@ install: .made installdirs +@@ -923,7 +923,9 @@ install: .made installdirs infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ ) - -( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) - -( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(DEFDIR) ; $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(PO_DIR) ; $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ ) +.if !$(STATIC_LD:M-static) - -( cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(LOADABLES_DIR) && $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ ) +.endif install-strip: - $(MAKE) $(MFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ + $(MAKE) $(BASH_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_STRIP_PROGRAM)' \ |