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; \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to