Date: Mon, 18 Jun 2018 19:53:12 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r335337 - head/stand/libsa Message-ID: <201806181953.w5IJrCbv043327@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806181953.w5IJrCbv043327>