Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/etc/etc.sgimips Pull up following revision(s) (requested ...
details: https://anonhg.NetBSD.org/src/rev/fb2f64d8f6f5
branches: netbsd-3
changeset: 577315:fb2f64d8f6f5
user: tron <tron%NetBSD.org@localhost>
date: Thu Oct 06 11:43:12 2005 +0000
description:
Pull up following revision(s) (requested by martin in ticket #862):
etc/etc.sgimips/Makefile.inc: revision 1.12
Pickup bootblock.h from $DESTDIR to make this work when crosscompiling.
diffstat:
etc/etc.sgimips/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9b7755f97de4 -r fb2f64d8f6f5 etc/etc.sgimips/Makefile.inc
--- a/etc/etc.sgimips/Makefile.inc Thu Oct 06 11:40:52 2005 +0000
+++ b/etc/etc.sgimips/Makefile.inc Thu Oct 06 11:43:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11 2004/11/24 22:01:42 jmc Exp $
+# $NetBSD: Makefile.inc,v 1.11.2.1 2005/10/06 11:43:12 tron Exp $
#
# etc.sgimips/Makefile.inc -- sgimips-specific etc Makefile targets
#
@@ -32,7 +32,7 @@
${SGI.image}
# Don't hardcode this. Pick it up from bootblock.h
SEEK=`egrep SGI_BOOT_BLOCK_SIZE_VOLHDR \
- ${.CURDIR}/../../sys/sys/bootblock.h | sed -e 's/[^0-9]*//'`; \
+ ${DESTDIR}/usr/include/sys/bootblock.h | sed -e 's/[^0-9]*//'`; \
dd if=${CDROM.image} of=${SGI.image} bs=512 seek=$${SEEK}
mv ${SGI.image} ${CDROM.image}
rm -f ${RELEASEDIR}/ip2x ${RELEASEDIR}/ip3x
Home |
Main Index |
Thread Index |
Old Index