svn commit: r335337 - head/stand/libsa

Warner Losh imp at FreeBSD.org
Mon Jun 18 19:53:13 UTC 2018


Author: imp
Date: Mon Jun 18 19:53:11 2018
New Revision: 335337
URL: https://svnweb.freebsd.org/changeset/base/335337

Log:
  Remove stray debugging line.
  
  Noticed by: ian@

Modified:
  head/stand/libsa/Makefile

Modified: head/stand/libsa/Makefile
==============================================================================
--- head/stand/libsa/Makefile	Mon Jun 18 19:40:21 2018	(r335336)
+++ head/stand/libsa/Makefile	Mon Jun 18 19:53:11 2018	(r335337)
@@ -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-head mailing list