Date: Fri, 27 Oct 2006 21:26:17 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108579 for review Message-ID: <200610272126.k9RLQHmK035345@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108579 Change 108579 by marcel@marcel_cluster on 2006/10/27 21:26:01 Tweak the version string. Affected files ... .. //depot/projects/ia64/sys/boot/ia64/ski/Makefile#6 edit Differences ... ==== //depot/projects/ia64/sys/boot/ia64/ski/Makefile#6 (text+ko) ==== @@ -5,7 +5,6 @@ .include <bsd.own.mk> PROG= skiload -NEWVERSWHAT= "ia64 SKI boot" ${MACHINE_ARCH} STRIP= # We must not strip skiload at install time. SRCS= acpi_stub.c bootinfo.c conf.c copy.c delay.c devicename.c \ @@ -38,6 +37,8 @@ CLEANFILES= vers.c ${PROG}.help +NEWVERSWHAT= "SKI boot" ${MACHINE_ARCH} + vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610272126.k9RLQHmK035345>