gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10204: update gnulib to master


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10204: update gnulib to master
Date: Sat, 11 May 2024 16:30:45 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10204
revision-id: carlhansen1234@gmail.com-20240511203038-8ga5towxz34jdlio
parent: carlhansen1234@gmail.com-20240511193415-0v2f8v5e7en1nvlz
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2024-05-11 13:30:38 -0700
message:
  update gnulib to master
modified:
  pkg/gnu/gnulib/Makefile        makefile-20160617014725-uokjfnggs70iry9h-828
=== modified file 'pkg/gnu/gnulib/Makefile'
--- a/pkg/gnu/gnulib/Makefile   2023-03-06 02:42:57 +0000
+++ b/pkg/gnu/gnulib/Makefile   2024-05-11 20:30:38 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016,2020,2021,2022,2023 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016,2020-2024 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -15,8 +15,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
-#
-#
+
+
 # Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
 NAME = gnulib
@@ -50,12 +50,11 @@
 LIBDEPS =
 
 CONFIGURE_SCRIPTS =
-#BUILD_SCRIPTS   = gl
 INSTALL_SCRIPTS = gl
 
 
 WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
-WORKOBJ = $(WORKSRC)
+WORKOBJ = $(WORKDIR)/$(GARNAME)
 
 GNULIB_SRCDIR = $(WORKSRC)  
 # HINT: set GNULIB_SRCDIR= to the DOWNLOADDIRGIT/GARNAME (download-git/gnulib) 
in your .bashrc
@@ -71,15 +70,6 @@
 
 fetch-my: fetch-git
 
-#gitpull:
-#      (cd $(WORKSRC)   &&  git pull  )
-#
-#fetch-git::
-#      if [ -d $(WORKSRC)/.git   ]; then    $(MAKE) gitpull ;  else  \
-#           cd $(DOWNLOADDIRGIT)  &&  git clone 
https://git.savannah.gnu.org/git/$(GARNAME).git ; \
-#                cd $(GARNAME) &&  git checkout $(GIT_REVISION)  ;  fi 
-#      $(MAKECOOKIE)
-
 build-gl: fetch-my  
        
 makedoc: fetch-my
@@ -88,8 +78,7 @@
 
 post-build: makedoc  
 
-#install:
-install-gl: 
+install-gl:  post-build
        @echo ------------------------------------------------------
        @echo installing gnulib.info  gnulib-tool  
        mkdir -p $(packagesdir)/$(DISTNAME)
@@ -112,3 +101,13 @@
        @echo =============================================================
        @echo =============================================================
 
+
+#"It is a good idea to occasionally create a testdir of all of Gnulib":
+testdir: install
+       cd $(WORKSRC) &&   rm -rf ../../work/testdir-all;
+       cd $(WORKSRC) &&  ./gnulib-tool --create-testdir 
--dir=../../work/testdir-all \
+               --with-c++-tests --without-privileged-tests --single-configure 
`./all-modules`
+
+# "and test this directory on various plaforms: +  - Linux/glibc systems etc" 
How?
+
+


reply via email to

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