gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8517: update config to 2022-7-25


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8517: update config to 2022-7-25
Date: Thu, 11 Aug 2022 14:35:12 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8517
revision-id: carlhansen@gnu.org-20220811183505-zeu2362zrn56m178
parent: carlhansen@gnu.org-20220811181601-omx4r6uaze7gpekd
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Thu 2022-08-11 11:35:05 -0700
message:
  update config to 2022-7-25
modified:
  pkg/gnu/config/Makefile        makefile-20170430231231-0lbw966hs16oxlmd-2
=== modified file 'pkg/gnu/config/Makefile'
--- a/pkg/gnu/config/Makefile   2022-07-25 02:46:02 +0000
+++ b/pkg/gnu/config/Makefile   2022-08-11 18:35:05 +0000
@@ -21,7 +21,7 @@
 
 NAME = config
 GARNAME = config
-GARVERSION = $(strip 2022-7-11 )
+GARVERSION = $(strip 2022-7-25 )
 HOME_URL = http://www.gnu.org/software/config/
 DESCRIPTION =  config.guess and config.sub scripts
 define BLURB
@@ -57,17 +57,19 @@
 include ../../../gar/gar.mk
 include config.mk
 
-.PHONY: manpages check gitpull fetch-my build-my pre-install-my  install-my
+.PHONY: manpages check gitpull fetch-my build-my pre-install  install-my
 
 gitpull:
-       (cd $(WORKSRC)  &&  git pull)
+       (cd $(PWD)/$(WORKSRC)  &&  git pull)
 
 fetch-my:  
-       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 
+       if [ -d $(PWD)/$(WORKSRC)/.git ]; then    $(MAKE) gitpull ;  else  \
+         (cd $(DOWNLOADDIRGIT) &&  git clone 
https://git.savannah.gnu.org/git/$(GARNAME).git)  ; \
+            fi
        $(MAKECOOKIE)
  
+#(   cd $(WORKSRC) &&  git checkout $(GIT_REVISION)  ;)  fi 
+
 # needs help2man  for manpages
 manpages:
        make -C $(WORKSRC)  manpages
@@ -79,7 +81,7 @@
 build-my:   fetch-my   manpages check
        $(MAKECOOKIE)
 
-pre-install-my:
+pre-install:
        mkdir -p $(prefix)/packages/$(GARNAME)-$(GARVERSION)/bin
        @echo INSTALL_BIN $(WORKSRC)/config/config.guess  and config.sub
        $(INSTALL_BIN) $(WORKSRC)/config.guess
@@ -88,5 +90,5 @@
        $(INSTALL_MAN) $(WORKSRC)/doc/config.sub.1
 
 
-install-my: pre-install-my
+install-my: pre-install
 


reply via email to

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