PERFORCE change 108579 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri Oct 27 21:26:28 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=108579

Change 108579 by marcel at 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}
 


More information about the p4-projects mailing list