Date: Mon, 26 Aug 2024 17:33:20 +0200 From: Norbert Grundmann <ngrundmann@gmx.de> To: FreeBSD Mailing List <freebsd-ports@freebsd.org> Subject: Use git with --recursive option Message-ID: <ec7cfe9d-1b18-420f-af32-667c7250d8e4@gmx.de>
next in thread | raw e-mail | index | archive | help
Hello, I try to create / update a port - which clones / downloads github repositories.=C2=A0 Because there are a lot of depencencies, how to call t= he download with the "--recursive" option? I have something in Makefile like: USE_GITHUB=3D=C2=A0=C2=A0=C2=A0=C2=A0 yes GH_TUPLE=3D eclipse-platform:eclipse.platform.releng.aggregator:${ECLIPSE_TAG} \ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 eclipse-jdt:eclipse.jdt:${ECLI= PSE_TAG}:a/eclipse.jdt \ eclipse-jdt:eclipse.jdt.core:${ECLIPSE_TAG}:b/eclipse.jdt.core \ eclipse-jdt:eclipse.jdt.core.binaries:${ECLIPSE_TAG}:c/eclipse.jdt.core.bi= naries \ eclipse-jdt:eclipse.jdt.debug:${ECLIPSE_TAG}:d/eclipse.jdt.debug \ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ... and would like to download just the first, but recursive... Thanks for help :-)=C2=A0 All the best, Norebrt =2D- I love penguins at the south pole, windows in my house and apples on my tr= ee, but not in my computer :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ec7cfe9d-1b18-420f-af32-667c7250d8e4>