Skip to content
Snippets Groups Projects
Commit d344cf46 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Suppress output from depend.mk rule

parent 2c01489c
No related branches found
No related tags found
1 merge request!43MNT: Suppress output from depend.mk rule
Pipeline #12342 canceled
......@@ -34,7 +34,7 @@ depend:
# are to be saved into a separate build directory, the project
# Makefile should set the CUDABUILDDIR variable.
depend.mk:
echo "Building dependency file depend.mk" ; \
@echo "Building dependency file depend.mk" ; \
srcfiles=`find -name "*.c" -or -name "*.cc" -or -name "*.cxx" -or -name "*.cpp" -or -name "*.inc" -or -name "*.hpp" -or -name "*.cu"` ; \
for srcfile in ${srcfiles} dummyname; do \
if [ -f "${srcfile}" ]; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment