pkgsrc-WIP-changes archive

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

cliqz: Remove debugging ${ECHO}s



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Dec 7 13:59:44 2018 +0100
Changeset:	efd9322e15e50cc335229ef79ab29476c8c6b789

Modified Files:
	cliqz/Makefile

Log Message:
cliqz: Remove debugging ${ECHO}s

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

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

diffstat:
 cliqz/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/cliqz/Makefile b/cliqz/Makefile
index d126cd306e..a4208a70ff 100644
--- a/cliqz/Makefile
+++ b/cliqz/Makefile
@@ -59,10 +59,6 @@ CFLAGS+=	-D_GLIBCXX_INCLUDE_NEXT_C_HEADERS
 CXXFLAGS+=	-D_GLIBCXX_INCLUDE_NEXT_C_HEADERS
 LDFLAGS+=	${COMPILER_RPATH_FLAG}${PREFIX}/lib
 
-pre-fetch:
-	${ECHO} ${LDFLAGS}
-	${ECHO} ${CONFIGURE_ENV}
-
 do-build:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./magic_build_and_package.sh
 


Home | Main Index | Thread Index | Old Index