svn commit: r325687 - in head/sys/boot/powerpc: kboot ofw ps3 uboot

Warner Losh imp at FreeBSD.org
Fri Nov 10 23:54:17 UTC 2017


Author: imp
Date: Fri Nov 10 23:54:13 2017
New Revision: 325687
URL: https://svnweb.freebsd.org/changeset/base/325687

Log:
  Remove all the empty help files from the powerpc build.
  
  Sponsored by: Netflix

Deleted:
  head/sys/boot/powerpc/kboot/help.kboot
  head/sys/boot/powerpc/ofw/help.ofw
  head/sys/boot/powerpc/ps3/help.ps3
  head/sys/boot/powerpc/uboot/help.uboot
Modified:
  head/sys/boot/powerpc/kboot/Makefile
  head/sys/boot/powerpc/ofw/Makefile
  head/sys/boot/powerpc/ps3/Makefile
  head/sys/boot/powerpc/uboot/Makefile

Modified: head/sys/boot/powerpc/kboot/Makefile
==============================================================================
--- head/sys/boot/powerpc/kboot/Makefile	Fri Nov 10 23:54:09 2017	(r325686)
+++ head/sys/boot/powerpc/kboot/Makefile	Fri Nov 10 23:54:13 2017	(r325687)
@@ -54,7 +54,7 @@ CFLAGS+= -Wa,-mppc64bridge
 DPADD=		${LIBFICL} ${LIBOFW} ${LIBFDT} ${LIBSA}
 LDADD=		${LIBFICL} ${LIBOFW} ${LIBFDT} ${LIBSA}
 
-loader.help: help.common help.kboot ${FDTSRC}/help.fdt
+loader.help: help.common ${FDTSRC}/help.fdt
 	cat ${.ALLSRC} | \
 	    awk -f ${LDRSRC}/merge_help.awk > ${.TARGET}
 

Modified: head/sys/boot/powerpc/ofw/Makefile
==============================================================================
--- head/sys/boot/powerpc/ofw/Makefile	Fri Nov 10 23:54:09 2017	(r325686)
+++ head/sys/boot/powerpc/ofw/Makefile	Fri Nov 10 23:54:13 2017	(r325687)
@@ -58,7 +58,7 @@ CFLAGS+=	-I${BOOTSRC}/ofw/libofw
 DPADD=		${LIBFICL} ${LIBOFW} ${LIBFDT} ${LIBSA}
 LDADD=		${LIBFICL} ${LIBOFW} ${LIBFDT} ${LIBSA}
 
-loader.help: help.common help.ofw ${FDTSRC}/help.fdt
+loader.help: help.common ${FDTSRC}/help.fdt
 	cat ${.ALLSRC} | \
 	    awk -f ${LDRSRC}/merge_help.awk > ${.TARGET}
 

Modified: head/sys/boot/powerpc/ps3/Makefile
==============================================================================
--- head/sys/boot/powerpc/ps3/Makefile	Fri Nov 10 23:54:09 2017	(r325686)
+++ head/sys/boot/powerpc/ps3/Makefile	Fri Nov 10 23:54:13 2017	(r325687)
@@ -55,7 +55,7 @@ SC_DFLT_FONT=cp437
 font.h:
 	uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h
 
-loader.help: help.common help.ps3 ${FDTSRC}/help.fdt
+loader.help: help.common ${FDTSRC}/help.fdt
 	cat ${.ALLSRC} | \
 	    awk -f ${LDRSRC}/merge_help.awk > ${.TARGET}
 

Modified: head/sys/boot/powerpc/uboot/Makefile
==============================================================================
--- head/sys/boot/powerpc/uboot/Makefile	Fri Nov 10 23:54:09 2017	(r325686)
+++ head/sys/boot/powerpc/uboot/Makefile	Fri Nov 10 23:54:13 2017	(r325687)
@@ -38,7 +38,7 @@ LDFLAGS=	-nostdlib -static -T ${.CURDIR}/ldscript.powe
 DPADD=		${LIBFICL} ${LIBUBOOT} ${LIBFDT} ${LIBUBOOT_FDT} ${LIBSA}
 LDADD=		${LIBFICL} ${LIBUBOOT} ${LIBFDT} ${LIBUBOOT_FDT} ${LIBSA}
 
-loader.help: help.common help.uboot ${BOOTSRC}/fdt/help.fdt
+loader.help: help.common ${BOOTSRC}/fdt/help.fdt
 	cat ${.ALLSRC} | \
 	    awk -f ${LDRSRC}/merge_help.awk > ${.TARGET}
 


More information about the svn-src-all mailing list