gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8548: update taco to master


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8548: update taco to master
Date: Tue, 30 Aug 2022 17:36:23 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8548
revision-id: carlhansen@gnu.org-20220830213618-zw25x1eodghvt0vp
parent: carlhansen@gnu.org-20220827211842-opu68fbwbonogowi
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Tue 2022-08-30 14:36:18 -0700
message:
  update taco to master
modified:
  pkg/other/taco/Makefile        makefile-20171104211510-tz03d6qot1xo50eo-3
=== modified file 'pkg/other/taco/Makefile'
--- a/pkg/other/taco/Makefile   2022-02-10 19:33:24 +0000
+++ b/pkg/other/taco/Makefile   2022-08-30 21:36:18 +0000
@@ -34,13 +34,28 @@
 ######################################################################
 
 
-MASTER_SITES = $(MASTER_GITHUB_GIT)
+.PHONY: manpages check gitpull fetch-my build-my pre-install  install-my
+
+MASTER_SITES = $(MASTER_GITHUB)
 MASTER_SUBDIR = tensor-compiler/
 
-GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
+gitpull:
+       (cd $(PWD)/$(WORKSRC)  &&  git pull)
+
+fetch-my:  
+       if [ -d $(PWD)/$(WORKSRC)/.git ]; then    $(MAKE) gitpull ;  else  \
+         (cd $(DOWNLOADDIRGIT) &&  git clone $(MASTER_GITHUB)/$(GARNAME).git)  
; \
+            fi
+       $(MAKECOOKIE)
+ 
+
+
+#-=--------------------
+
+# GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
 #https://github.com/tensor-compiler/taco.git
-DISTNAME = $(GARNAME)-$(GARVERSION)
-DISTFILES = $(DISTNAME).tar.gz
+#DISTNAME = $(GARNAME)-$(GARVERSION)
+#DISTFILES = $(DISTNAME).tar.gz
 NOCHECKSUM = $(DISTFILES)
 SIGFILES =
 


reply via email to

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