gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8496: some fixes


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8496: some fixes
Date: Sun, 24 Jul 2022 22:36:24 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8496
revision-id: carlhansen1234@gmail.com-20220725023616-3z2bfv9as6nyfx3l
parent: carlhansen1234@gmail.com-20220725012756-f649uiuxksujx2q5
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2022-07-24 19:36:16 -0700
message:
  some fixes
modified:
  gar/gar.master.mk              gar.master.mk-20160617013745-b969jpkm3t4wwhf2-1
  pkg/gnu/gnulib/Makefile        makefile-20160617014725-uokjfnggs70iry9h-828
  pkg/gnu/ncurses/Makefile       makefile-20160617014725-uokjfnggs70iry9h-1464
=== modified file 'gar/gar.master.mk'
--- a/gar/gar.master.mk 2021-11-06 00:27:57 +0000
+++ b/gar/gar.master.mk 2022-07-25 02:36:16 +0000
@@ -105,6 +105,7 @@
        pserver:anonymous@cvs.savannah.gnu.org:/sources/
 MASTER_SAVANNAH_GIT ?= \
        http://git.savannah.nongnu.org/cgit/
+       #???
 MASTER_SAVANNAH_GNU_GIT ?= \
        https://git.savannah.gnu.org/git/
 MASTER_SOURCEFORGE ?= \

=== modified file 'pkg/gnu/gnulib/Makefile'
--- a/pkg/gnu/gnulib/Makefile   2022-07-25 01:27:56 +0000
+++ b/pkg/gnu/gnulib/Makefile   2022-07-25 02:36:16 +0000
@@ -89,12 +89,14 @@
 pre-install: build-gl
        @echo ------------------------------------------------------
        @echo installing gnulib.info  gnulib-tool  
+       mkdir -p $(packagesdir)/$(DISTNAME)
        $(INSTALL_INFO) $(WORKSRC)/doc/gnulib.info
        $(INSTALL_BIN)  $(WORKSRC)/gnulib-tool.py
        $(INSTALL_BIN)  $(WORKSRC)/gnulib-tool
        $(MAKECOOKIE)
 
 post-install:
+       $(MAKE) finish-install
        @echo =============================================================
        @echo =============================================================
        @echo Put GNULIB_SRCDIR  into your .bashrc to use GNULIB the way it is 
intended.

=== modified file 'pkg/gnu/ncurses/Makefile'
--- a/pkg/gnu/ncurses/Makefile  2022-07-22 20:21:33 +0000
+++ b/pkg/gnu/ncurses/Makefile  2022-07-25 02:36:16 +0000
@@ -106,6 +106,10 @@
        done
        $(MAKECOOKIE)
 
+post-install:
+       $(MAKE) finish-install
+       $(MAKECOOKIE)
+
 # old way:
 #install-ncursesw:
 #      @printf "[$(OK)install$(OFF)] $(MSG)Installing ncursesw libraries 
$(OFF)\n"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]