svn commit: r265404 - projects/bmake/gnu/lib/csu

Simon J. Gerraty sjg at FreeBSD.org
Mon May 5 22:55:42 UTC 2014


Author: sjg
Date: Mon May  5 22:55:42 2014
New Revision: 265404
URL: http://svnweb.freebsd.org/changeset/base/265404

Log:
  Need to stage_files

Modified:
  projects/bmake/gnu/lib/csu/Makefile

Modified: projects/bmake/gnu/lib/csu/Makefile
==============================================================================
--- projects/bmake/gnu/lib/csu/Makefile	Mon May  5 22:12:46 2014	(r265403)
+++ projects/bmake/gnu/lib/csu/Makefile	Mon May  5 22:55:42 2014	(r265404)
@@ -81,4 +81,10 @@ realinstall:
 	    ${file} ${DESTDIR}${LIBDIR}/${file}
 .endfor
 
+.if ${MK_STAGING} == "yes"
+STAGE_DIR= ${STAGE_LIBDIR}
+STAGE_FILES= ${OBJS} ${SOBJS} ${TGTOBJS}
+staging: stage_files
+.endif
+
 .include <bsd.lib.mk>


More information about the svn-src-projects mailing list