History log of /openbsd/sbin/growfs/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# 58a577e1 09-Jul-2017 espie <espie@openbsd.org>

remove redundant variable declarations in Makefiles, since those are
the default.

okay millert@


# c70dc547 23-Nov-2015 mmcc <mmcc@openbsd.org>

Remove the debugging infrastructure, which was ~1/3 of the code. Makes
pledging easier, and it was excessive complicated stuff.

"Good." deraadt@


# d83dbe9c 17-Jul-2007 millert <millert@openbsd.org>

remove m68k gcc workaround now that the gcc fix is in; ok miod@


# 06c701db 09-Jul-2007 millert <millert@openbsd.org>

disable specific gcc optimization that triggers the gcc bug


# 66433cd7 09-Jul-2007 millert <millert@openbsd.org>

Use -O1 for m68k to work around a gcc optimizer bug


# b0362828 09-Jul-2007 millert <millert@openbsd.org>

remove -Wall


# 35a690d7 26-Oct-2003 tedu <tedu@openbsd.org>

fix partition selection to allow all partitions to be grown.
report by Mitja Muzenic <mitja at muzenic.net>


# 5e075f12 07-Aug-2003 fgsch <fgsch@openbsd.org>

add missing tags and make this compile with debug.


# 69d54241 28-Jul-2003 tedu <tedu@openbsd.org>

introducing growfs, compliments of freebsd. cleaned up slightly to obey knf.
requests/oks from many.