svn commit: r344372 - stable/11/stand/libsa

Kyle Evans kevans at FreeBSD.org
Wed Feb 20 18:40:15 UTC 2019


Author: kevans
Date: Wed Feb 20 18:40:14 2019
New Revision: 344372
URL: https://svnweb.freebsd.org/changeset/base/344372

Log:
  MFC r335337: Remove stray debugging line.

Modified:
  stable/11/stand/libsa/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/stand/libsa/Makefile
==============================================================================
--- stable/11/stand/libsa/Makefile	Wed Feb 20 18:34:20 2019	(r344371)
+++ stable/11/stand/libsa/Makefile	Wed Feb 20 18:40:14 2019	(r344372)
@@ -103,7 +103,6 @@ STAND_H_INC=ctype.h fcntl.h signal.h stdio.h stdlib.h
 OTHER_INC=stdarg.h errno.h stdint.h
 
 beforedepend:
-	echo beforedepend; \
 	mkdir -p ${FAKE_DIRS}; \
 	for i in ${SAFE_INCS}; do \
 		ln -sf ${SRCTOP}/include/$$i $$i; \


More information about the svn-src-all mailing list