gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3685: gnulib, adjust Makefile


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3685: gnulib, adjust Makefile
Date: Wed, 1 Jun 2016 22:14:48 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3685
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2016-06-01 15:14:43 -0700
message:
  gnulib, adjust Makefile
modified:
  gnu/gnulib/Makefile            makefile-20160502060323-4ahwfmtzlc16vc7n-2
=== modified file 'gnu/gnulib/Makefile'
--- a/gnu/gnulib/Makefile       2016-05-02 06:04:05 +0000
+++ b/gnu/gnulib/Makefile       2016-06-01 22:14:43 +0000
@@ -17,14 +17,14 @@
 
 NAME = gnulib
 GARNAME = gnulib
-GARVERSION = 20160501
+GARVERSION = 20160601
 HOME_URL = http://www.gnu.org/software/gnulib/
 DESCRIPTION =  gnulib, a source library of code for developing
 define BLURB
 Gnulib is a source code library that provides basic functionality to
 programs and libraries.  Many software packages make use of Gnulib to
 avoid reinventing the portability wheel. It is included in GSRC as 
-a convenience to the programmer.
+a convenience to the programmer. gnulib-tool is only executable.
 endef
 
 ######################################################################
@@ -47,6 +47,9 @@
        git clone git://git.savannah.gnu.org/gnulib.git
        make -C ./gnulib/doc
        ln -s  `realpath ./gnulib/doc/gnulib.info`  $(prefix)/share/info/
-       echo local copy make, there is no other installation 
+       ln -s  `realpath ./gnulib/gnulib-tool`  $(prefix)/bin
+       echo local copy is here, gnulib-tool and gnulib.info are only 
installations 
 
+gitpull:
+       (cd gnulib; git pull)
 


reply via email to

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