OpenBSD release(s):
1.3 (79 78 77 76 75 74 73 72 71 70 69 68 67 66 65),
1.2 (64 63 62),
1.1.1.1 (61 60 59 58 57 56 55 54 53 52 51 50 49 48 47),
Tags:
1.1.1.1 (robert_20091015),
1.1.1 (robert),
revision 1.3/
(Download) -
annotate -
Sun, 24 Feb 2019 12:57:13 UTC by kn
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65
Changes since 1.2:
+2 -2
(diff)
Remove -S from install commands
As of usr.bin/xinstall/install.c revision 1.68, -S is a no-op and
install(1) will always create files safely, thus clean the option usage
from the tree.
Diff from Lauri Tirkkonen <lotheac at iki dot fi>, thanks.
revision 1.2/
(Download) -
annotate -
Mon, 24 Jul 2017 19:22:49 UTC by robert
OpenBSD release(s): 64 63 62
Changes since 1.1:
+11 -2
(diff)
install gcc, g++ as gcc and g++ instead of cc, c++ and create links
to the latter on non-clang architectures and make sure we build gcc
with itself because clang won't be able to build it
ok naddy@
revision 1.1/
(Download) -
annotate -
Thu, 15 Oct 2009 20:50:20 UTC by robert
Branch point for:
1.1.1.1
Initial revision
revision 1.1.1.1/
(Download) -
annotate -
Thu, 15 Oct 2009 20:50:20 UTC by robert
OpenBSD release(s): 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47
Tags: robert_20091015
Changes since 1.1:
None
Import a BSD make based infrastructure for building gcc, based on the
same solution from FreeBSD.
Don't even try to build it at the moment. This is commited so people can
work on it in tree.