Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 18:40:14 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r344372 - stable/11/stand/libsa
Message-ID:  <201902201840.x1KIeEZR098790@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902201840.x1KIeEZR098790>