gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7844: update gnulib to 202110l2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7844: update gnulib to 202110l2
Date: Tue, 12 Oct 2021 16:42:30 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7844
revision-id: carlhansen1234@gmail.com-20211012204224-nziv2ndjyc3j407m
parent: carlhansen1234@gmail.com-20211011205849-d223dc8j052ykros
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Tue 2021-10-12 13:42:24 -0700
message:
  update gnulib to 202110l2
modified:
  pkg/gnu/gnulib/Makefile        makefile-20160617014725-uokjfnggs70iry9h-828
=== modified file 'pkg/gnu/gnulib/Makefile'
--- a/pkg/gnu/gnulib/Makefile   2021-07-17 18:25:32 +0000
+++ b/pkg/gnu/gnulib/Makefile   2021-10-12 20:42:24 +0000
@@ -21,7 +21,7 @@
 
 NAME = gnulib
 GARNAME = gnulib
-GARVERSION = 20210717
+GARVERSION = 202110l2
 HOME_URL = http://www.gnu.org/software/gnulib/
 DESCRIPTION = Source files to share among other software projects
 define BLURB
@@ -78,12 +78,16 @@
 install-gl:
        @echo installing gnulib.info  
        $(INSTALL_INFO)  $(WORKDIR)/gnulib/doc/gnulib.info
+       @echo ------------------------------------------------------jjj
        @echo link gnulib-tool into $(prefix)/bin/
-       rm -f $(prefix)/bin/gnulib-tool 
-       cd $(WORKDIR) && ln -s $(shell pwd)/$(WORKDIR)/gnulib/gnulib-tool 
$(prefix)/bin/
+       /bin/rm -f  $(prefix)/bin/gnulib-tool 
+       @echo cd $(WORKDIR) && ln -s $(shell pwd)/$(WORKDIR)/gnulib/gnulib-tool 
$(prefix)/bin/
+       cd $(WORKDIR) && ln --backup -s $(shell 
pwd)/$(WORKDIR)/gnulib/gnulib-tool $(prefix)/bin/
+       /bin/rm -f  $(prefix)/bin/gnulib-tool.py 
+       cd $(WORKDIR) && ln --backup -s $(shell 
pwd)/$(WORKDIR)/gnulib/gnulib-tool.py $(prefix)/bin/
        $(MAKECOOKIE)
 
 clean:
-       @echo not cleaning, do it manually if you really want to
+       @echo "clean" disabled, not cleaning, Do it manually if you really want 
to
 
 


reply via email to

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