Module Name:    src
Committed By:   christos
Date:           Sun Feb 25 16:49:32 UTC 2024

Modified Files:
        src/distrib/hppa/cdroms: Makefile.cdrom

Log Message:
one more timestamp fix I forgot to commit


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/hppa/cdroms/Makefile.cdrom

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/hppa/cdroms/Makefile.cdrom
diff -u src/distrib/hppa/cdroms/Makefile.cdrom:1.1 src/distrib/hppa/cdroms/Makefile.cdrom:1.2
--- src/distrib/hppa/cdroms/Makefile.cdrom:1.1	Mon Feb 24 02:23:38 2014
+++ src/distrib/hppa/cdroms/Makefile.cdrom	Sun Feb 25 11:49:32 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.cdrom,v 1.1 2014/02/24 07:23:38 skrll Exp $
+#	$NetBSD: Makefile.cdrom,v 1.2 2024/02/25 16:49:32 christos Exp $
 
 BOOTFILE=		cdboot.lif
 
@@ -6,6 +6,10 @@ CDMAKEFSOPTIONS=	generic-bootimage=cdrom
 CDINSTKERNEL=		../../kernel
 CDKERNELS=		netbsd-RAMDISK	netbsd	# from ../instkernel
 
+.if ${MKREPRO_TIMESTAMP:Uno} != "no"
+MKBOOT_TIMESTAMP=-t "${MKREPRO_TIMESTAMP}"
+.endif
+
 prepare_md_post:
 	${RM} -f cdrom/${BOOTFILE}
-	${TOOL_HPPAMKBOOT} ${DESTDIR}/usr/mdec/cdboot cdrom/${BOOTFILE}
+	${TOOL_HPPAMKBOOT} ${MKBOOT_TIMESTAMP} ${DESTDIR}/usr/mdec/cdboot cdrom/${BOOTFILE}

Reply via email to