[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10169: messing with git recursive, is it messed up
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10169: messing with git recursive, is it messed up now, one wonders |
Date: |
Fri, 26 Apr 2024 15:27:04 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10169
revision-id: carlhansen1234@gmail.com-20240426192659-ww3iaos1shuotri7
parent: carlhansen@gnu.org-20240426192426-bdwji23pf3b1qjct
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2024-04-26 12:26:59 -0700
message:
messing with git recursive, is it messed up now, one wonders
modified:
gar/gar.lib.mk gar.lib.mk-20160617013741-ul4q527k85thcz4p-1
pkg/other/freefem/config.param config.param-20190530221645-81eeefu0dbgyo26w-1
pkg/other/xz/Makefile makefile-20221107035212-rjgabfwzpsmsrnu8-3
=== modified file 'gar/gar.lib.mk'
--- a/gar/gar.lib.mk 2024-04-16 21:46:04 +0000
+++ b/gar/gar.lib.mk 2024-04-26 19:26:59 +0000
@@ -191,7 +191,7 @@
# almost same as above; this could be rewritten, using a variable for git
options....
fetch-gitrecursive:
- @if [ -d $(DOWNLOADDIRGIT)/$(GARNAME)/.git ]; then $(MAKE) gitpull ;
else \
+ @if [ -d $(DOWNLOADDIRGIT)/$(GARNAME)/.git ]; then $(MAKE) gitpull
--recurse-submodules ; else \
printf "git cloning and checking out $(GARNAME)\n"; \
mkdir -p $(DOWNLOADDIRGIT)/$(GARNAME); \
cd $(DOWNLOADDIRGIT) && git clone --depth=1 --recursive
$(GIT_PATH) $(GARNAME) ; \
=== modified file 'pkg/other/freefem/config.param'
--- a/pkg/other/freefem/config.param 2019-05-30 22:17:06 +0000
+++ b/pkg/other/freefem/config.param 2024-04-26 19:26:59 +0000
@@ -1,2 +1,2 @@
-'--enable-download'
+'--disable-download'
'--without-mpi'
=== modified file 'pkg/other/xz/Makefile'
--- a/pkg/other/xz/Makefile 2024-03-29 18:25:33 +0000
+++ b/pkg/other/xz/Makefile 2024-04-26 19:26:59 +0000
@@ -45,3 +45,6 @@
include ../../../gar/gar.lib/autotools.mk
include config.mk
+# warning xz: later versions are hacked to be backdoor
+# all is in flux:wq
+#
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10169: messing with git recursive, is it messed up now, one wonders,
Carl Hansen <=