History log of /openbsd/etc/etc.sparc64/Makefile.inc (Results 1 – 16 of 16)
Revision Date Author Comments
# 4675fc66 17-May-2020 deraadt <deraadt@openbsd.org>

Change install images called *.fs to *.img. These are UFS filesystem images,
but additionally have a bootblock in the first 8K (since UFS does not use that
space). There are some UEFI direct-from-i

Change install images called *.fs to *.img. These are UFS filesystem images,
but additionally have a bootblock in the first 8K (since UFS does not use that
space). There are some UEFI direct-from-internet bootloaders that require
the name *.img. So this makes things more convenient for those, while keeping
it consistant in all architectures.
ok kettenis beck kn

show more ...


# f7bf1b90 04-Apr-2017 deraadt <deraadt@openbsd.org>

cp -p the bootblocks to RELEASEDIR; ok tb


# 4b335a80 27-Nov-2014 stsp <stsp@openbsd.org>

Remove ofwbootfd from sparc64 release dir since nobody will need it.
Requested by deraadt.


# a2f77a66 26-Nov-2014 stsp <stsp@openbsd.org>

Add ofwbootfd to list of sparc64 release files to checksum.


# 97443ca8 24-Nov-2014 stsp <stsp@openbsd.org>

Remove another sparc64 md installboot reference that was hiding in here.
ok deraadt


# 4c5cb502 22-Jul-2011 espie <espie@openbsd.org>

unify kernel building on various platforms.
feedback from miod@ and deraadt@


# eb73e2cf 15-Apr-2011 deraadt <deraadt@openbsd.org>

No need to make depend kernels


# 86da37e5 14-Jan-2011 deraadt <deraadt@openbsd.org>

We should not sum the install*.iso file, since it is not created at build
time. We've been summing the one from the previous build (then additional
goo I run has been cleaning it up..)


# 33f9b1a6 17-Aug-2010 deraadt <deraadt@openbsd.org>

MDEXT missed some files (result was they are not listed in the build-time
SHA256 file). Issue spotted by claudio.
ok miod


# 5884c62e 21-Apr-2009 deraadt <deraadt@openbsd.org>

move bsd and bsd.rd and all such other MD "sets" into the MD files,
since we perhaps cannot assume that is what kernels will be in the
pathetically stupid world that SGI created


# 78d13a4f 17-Apr-2009 deraadt <deraadt@openbsd.org>

For SHA256 hashes to be ready to go onto the install media, we must
build the sets before we build the media. While there we can get rid
of DESTDIR/snapshot too, and simply install straight into REL

For SHA256 hashes to be ready to go onto the install media, we must
build the sets before we build the media. While there we can get rid
of DESTDIR/snapshot too, and simply install straight into RELEASEDIR.
(This also ends up saving an astounding amount of traffic/latency in a nfs
environment)

show more ...


# b1ecbd4d 09-Nov-2007 miod <miod@openbsd.org>

Missing PHONY target.


# d6d5025f 17-Oct-2007 deraadt <deraadt@openbsd.org>

build sparc64 bsd.mp too


# 2d423149 27-Jul-2006 deraadt <deraadt@openbsd.org>

make these more similar (few steps to that)


# 97c59c6f 13-May-2002 espie <espie@openbsd.org>

move common distrib rules to main Makefile,
make -> ${MAKE}
add phony targets
remove unnecessary subshells
install kernel in a separate target from building.
some SUDO.

okay deraadt@

(checked boots

move common distrib rules to main Makefile,
make -> ${MAKE}
add phony targets
remove unnecessary subshells
install kernel in a separate target from building.
some SUDO.

okay deraadt@

(checked bootstrap on i386, should be safe elsewhere, and trivial to fix
anyways)

show more ...


# dc6d090b 11-Sep-2001 jason <jason@openbsd.org>

getting close to where this might be useful...