gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8497: more fisesss


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8497: more fisesss
Date: Sun, 24 Jul 2022 22:46:09 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8497
revision-id: carlhansen1234@gmail.com-20220725024602-v1vuys1bnqxnpdor
parent: carlhansen1234@gmail.com-20220725023616-3z2bfv9as6nyfx3l
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2022-07-24 19:46:02 -0700
message:
  more fisesss
modified:
  pkg/gnu/config/Makefile        makefile-20170430231231-0lbw966hs16oxlmd-2
  pkg/gnu/gnulib/Makefile        makefile-20160617014725-uokjfnggs70iry9h-828
=== modified file 'pkg/gnu/config/Makefile'
--- a/pkg/gnu/config/Makefile   2022-07-25 01:24:24 +0000
+++ b/pkg/gnu/config/Makefile   2022-07-25 02:46:02 +0000
@@ -64,8 +64,8 @@
 
 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 
+         cd $(DOWNLOADDIRGIT) &&  git clone 
https://git.savannah.gnu.org/git/$(GARNAME).git  ; \
+              cd $(GARNAME) &&  git checkout $(GIT_REVISION)  ;  fi 
        $(MAKECOOKIE)
  
 # needs help2man  for manpages

=== modified file 'pkg/gnu/gnulib/Makefile'
--- a/pkg/gnu/gnulib/Makefile   2022-07-25 02:36:16 +0000
+++ b/pkg/gnu/gnulib/Makefile   2022-07-25 02:46:02 +0000
@@ -76,8 +76,8 @@
 
 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 
+            cd $(DOWNLOADDIRGIT)  &&  git clone 
https://git.savannah.gnu.org/git/$(GARNAME).git ; \
+                cd $(GARNAME) &&  git checkout $(GIT_REVISION)  ;  fi 
        $(MAKECOOKIE)
 
 makedoc: fetch-my


reply via email to

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