gsrc-commit
[Top][All Lists]
Advanced

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

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


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8606: update taco to master
Date: Wed, 28 Sep 2022 00:03:05 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8606
revision-id: carlhansen@gnu.org-20220928040300-79mtmargwd3ru9c7
parent: carlhansen@gnu.org-20220927181901-3sukxdwhdgff823z
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Tue 2022-09-27 21:03:00 -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-09-22 21:13:51 +0000
+++ b/pkg/other/taco/Makefile   2022-09-28 04:03:00 +0000
@@ -47,9 +47,11 @@
 
 GIT_REVISION = master  
 #PATCHFILES = getaround-narrowing-warning.diff
-GITSRC =  $(BASEDIRABS)/$(GARNAME)/$(DOWNLOADDIRGIT)/$(GARNAME)
-WORKOBJ = $(GITSRC)
-#WORKOBJ =  $(WORKDIR)/taco-master
+GITSRC =  $(BASEDIRABS)/$(DOWNLOADDIRGIT)/$(GARNAME)
+WORKSRC =               $(DOWNLOADDIRGIT)/$(GARNAME)
+
+#WORKOBJ = $(GITSRC)
+WORKOBJ =  $(WORKDIR)/taco-master
 
 #CONFIGURE_SCRIPTS  = $(WORKDIR)/$(DISTNAME)/CMakeLists.txt
 
@@ -58,7 +60,6 @@
 
 BUILD_SCRIPTS = it
 
-
 # HINT:  add #include <limits.h> to pack.h , if needed.
 # HINT: multiprocessor library support, see READMEs.
 # apparent libiconv problem....
@@ -71,6 +72,7 @@
 info:
        @echo PWD  $(PWD)
        @echo GITSRC $(GITSRC)
+       @echo WORKSRC $(WORKSRC)
        @echo WORKOBJ $(WORKOBJ)
        cd $(BASEDIRABS)/download  && pwd
 
@@ -81,15 +83,12 @@
 post-fetch:
        $(MAKE) fetch-git
 
-#pre-build:  fetch-git  
-#      @echo fetching with git
-#      mkdir -p $(WORKOBJ)
-#      ls -l $(WORKOBJ)
-#
-#
-#build-it: pre-build
-#      cmake --build $(GITSRC)
-#
+
+build-it: fetch-git
+       mkdir -p $(WORKOBJ)
+       cd $(WORKOBJ)  &&       make 
+       $(MAKECOOKIE)
+
 
 
 #cmake -S $(GITSRC) -B $(WORKOBJ) 


reply via email to

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