pkgsrc-WIP-changes archive

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

kubo: add 'build' to make invocation.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sun Dec 4 19:27:57 2022 +0000
Changeset:	f952e481968b406342cc1bdf100a11c75441057b

Modified Files:
	kubo/Makefile

Log Message:
kubo: add 'build' to make invocation.

The default make target, 'all', just prints a usage message. Thus, the
entire build happened during the install phase, where somehow the
GOPROXY env variable is no longer set correctly, leading to a
re-download of all the dependencies.

Now, as far as I can tell, the build runs correctly.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f952e481968b406342cc1bdf100a11c75441057b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kubo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/kubo/Makefile b/kubo/Makefile
index 18610dd67f..3dd87e5c0c 100644
--- a/kubo/Makefile
+++ b/kubo/Makefile
@@ -16,7 +16,7 @@ USE_TOOLS+=	gmake
 INSTALLATION_DIRS=	bin
 
 do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE}
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} build
 
 do-install:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install


Home | Main Index | Thread Index | Old Index