Deleted Added
full compact
Makefile (242688) Makefile (246647)
1# $FreeBSD: head/sys/boot/powerpc/ps3/Makefile 242688 2012-11-07 02:14:03Z dteske $
1# $FreeBSD: head/sys/boot/powerpc/ps3/Makefile 246647 2013-02-11 02:15:26Z kientzle $
2
3.include <bsd.own.mk>
4MK_SSP= no
5
6PROG= loader.ps3
7NEWVERSWHAT= "Playstation 3 loader" ${MACHINE_ARCH}
8BINDIR?= /boot
9INSTALLFLAGS= -b

--- 93 unchanged lines hidden (view full) ---

103SC_DFLT_FONT=cp437
104
105font.h:
106 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
107
108vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
109 sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
110
2
3.include <bsd.own.mk>
4MK_SSP= no
5
6PROG= loader.ps3
7NEWVERSWHAT= "Playstation 3 loader" ${MACHINE_ARCH}
8BINDIR?= /boot
9INSTALLFLAGS= -b

--- 93 unchanged lines hidden (view full) ---

103SC_DFLT_FONT=cp437
104
105font.h:
106 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
107
108vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
109 sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
110
111loader.help: help.common help.ps3
111loader.help: help.common help.ps3 ${.CURDIR}/../../fdt/help.fdt
112 cat ${.ALLSRC} | \
113 awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
114
115.PATH: ${.CURDIR}/../../forth
116FILES= loader.help loader.4th support.4th loader.conf
117FILES+= screen.4th frames.4th
118FILES+= beastie.4th brand.4th check-password.4th color.4th delay.4th
119FILES+= menu.4th menu-commands.4th menusets.4th shortcuts.4th version.4th
120FILESDIR_loader.conf= /boot/defaults
121
122.if !exists(${DESTDIR}/boot/loader.rc)
123FILES+= loader.rc
124.endif
125
126.if !exists(${DESTDIR}/boot/menu.rc)
127FILES+= menu.rc
128.endif
129
130.include <bsd.prog.mk>
112 cat ${.ALLSRC} | \
113 awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
114
115.PATH: ${.CURDIR}/../../forth
116FILES= loader.help loader.4th support.4th loader.conf
117FILES+= screen.4th frames.4th
118FILES+= beastie.4th brand.4th check-password.4th color.4th delay.4th
119FILES+= menu.4th menu-commands.4th menusets.4th shortcuts.4th version.4th
120FILESDIR_loader.conf= /boot/defaults
121
122.if !exists(${DESTDIR}/boot/loader.rc)
123FILES+= loader.rc
124.endif
125
126.if !exists(${DESTDIR}/boot/menu.rc)
127FILES+= menu.rc
128.endif
129
130.include <bsd.prog.mk>