Skip to content

Commit 4acf1b5

Browse files
committed
Makefile.in: Make "depend" target quieter
This change avoids printing a long list of sources.
1 parent 5faefb7 commit 4acf1b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@ testlist:
561561
echo $(TEST_DIST)
562562

563563
depend:
564-
$(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) $(LIBNETDISSECT_SRC)
564+
@echo $(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) '<libnetdissect src list>'
565+
@$(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) $(LIBNETDISSECT_SRC)
565566

566567
shellcheck:
567568
shellcheck -f gcc -e SC2006 build.sh build_matrix.sh build_common.sh

0 commit comments

Comments
 (0)