simonb
f9bc9307df
If UNPRIVILEGED is defined, set ${INSTPRIV} to -U. Passed to install(1)
...
so that it doesn't try to set the user or group of the destination
file(s).
1999-08-21 06:16:21 +00:00
simonb
22066837c7
Make -r the default for RENAME, as per discussion on tech-install.
1999-08-16 13:57:03 +00:00
fvdl
454190a76b
Switch the i386 port to ELF.
1999-07-05 09:13:04 +00:00
danw
3128e0f6f9
Remove the NOPROFILE=1 for powerpc
1999-06-26 20:04:49 +00:00
simonb
d73a6ae1d3
Conditionally define SHLIB_VERSION_FILE as ${.CURDIR}/shlib_version .
1999-06-10 00:38:49 +00:00
pk
8d77b5ba4b
Switch the sparc to ELF.
1999-06-06 09:25:38 +00:00
drochner
cf3c9d73cd
add missing parts of the "mips"->"mipse?" transition
1999-02-24 14:42:36 +00:00
lukem
6077e7c1f5
don't bother supporting NOINFO (since it's a new thing); just support MKINFO=no
...
fix description of MKSHARE=no
1999-02-13 03:04:09 +00:00
tv
f727f277a7
Add {MK,NO}INFO, and use that to control generation/installation of Info
...
documentation. MKINFO=no is implied by MKSHARE=no.
1999-02-12 15:01:08 +00:00
lukem
41510f9a2b
for MKSHARE=no, set MKDOC=no MKMAN=no MKNLS=no, and for MKMAN=no, set
...
MKCATPAGES=no. this simplifies various tests.
1999-02-12 12:38:44 +00:00
lukem
497d11782a
* Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL
...
MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx
variable is defined.
* Add MKCATPAGES, which if "no" prevents catpages from being built or installed
Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because
this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes'
to override MKSHARE=no in /etc/mk.conf).
1999-02-12 01:10:06 +00:00
tv
4b894ef57b
Create <bsd.info.mk> for Info documentation, and avoid the nasty install
...
stuff duplication by expressing it in terms of <bsd.files.mk>. Allow for
multiple inclusion of <bsd.files.mk> by clearing ${FILES} at the end, and
using FILES+= rather than FILES= in <bsd.info.mk>.
1999-02-11 13:25:42 +00:00
tv
1fd585e551
Remove GNU_ARCH.mips=mipsel, and produce an error if MACHINE_ARCH is only
...
"mips".
1999-02-10 21:11:47 +00:00
hubertf
276269973c
s/bsd.port.mk/bsd.own.mk/
1999-02-07 17:21:09 +00:00
christos
f16578a952
PR/2936: Brian C. Grayson: Avoid truncating precious files when installing
...
and the filesystem is full. Added ${RENAME} flag to install, which when set
to -r installs on a temporary file and then renames to the final destination.
${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it
on in /etc/mk.conf.
1999-02-04 11:58:30 +00:00
tv
94eed8e6d2
GC conditional egcs cruft.
1998-12-31 19:58:59 +00:00
itohy
172852517b
Switch x68k port to UVM by default.
...
Mach VM and even old contig and non-contig codes are still alive.
1998-12-23 23:01:44 +00:00
mrg
9ec7c3c814
move sun3 to UVM by default. only pica/arc & x68k left.
1998-12-23 06:00:03 +00:00
thorpej
14b57317d6
Just switch all m68k to EGCS.
1998-12-12 20:48:23 +00:00
is
522ca75f7f
Switch Amiga port to egcs.
1998-12-12 20:20:42 +00:00
tsubai
50a875f651
Use egcs by default on powerpc.
1998-12-02 14:12:23 +00:00
eeh
b2f5408385
Fix up GNU_ARCH for sparc64.
1998-11-28 22:46:16 +00:00
mrg
3b86991953
note that the sparc64 does not yet do pic or profile libraries.
1998-11-25 04:04:13 +00:00
tsubai
49837f8763
Remove NOPIC= on powerpc.
1998-11-24 15:24:53 +00:00
mycroft
8ee4fce4a0
Use egcs on sparc.
1998-11-22 13:51:04 +00:00
mycroft
4b50867128
Invert the sense of the UVM test, so it lists those ports which do *not* have
...
UVM yet.
1998-11-21 22:18:36 +00:00
mycroft
856163e71a
Use egcs on arm32.
1998-11-21 22:14:47 +00:00
dbj
746d687977
Set UVM to yes by default for next68k userland compiles.
1998-11-19 07:43:10 +00:00
tsubai
c0a19d37fc
Enable UVM on newsmips.
1998-11-16 12:13:21 +00:00
jonathan
c18a2859f1
Make UVM default for pmax.
1998-11-15 05:06:43 +00:00
perry
eea7ba805e
Per Charles, turn back on egcs on port-i386. If this causes problems,
...
the methodology is now to fix the problems instead of backing out.
1998-11-14 20:43:44 +00:00
jonathan
ef98759a2f
Make EGCS default compiler on mips platforms.
1998-10-31 12:10:41 +00:00
matt
f50fd21fef
Enable shared libraries and EGCS.
1998-10-31 09:23:53 +00:00
mark
3dba45c39f
Define UVM for arm32.
1998-10-30 00:20:45 +00:00
is
d103f66935
Switch the Amiga port to UVM.
1998-10-28 22:41:24 +00:00
tv
4238a1ede6
Back out egcs from i386 and sparc. There are not enough fixes on the egcs
...
1.1 branch to repair the already open PRs on egcs codegen. `For now, I
give up.' Perhaps another day....
1998-10-04 19:46:07 +00:00
christos
2a23ffd4df
Use PRESERVE flag only when UPDATE is defined.
1998-09-28 16:43:41 +00:00
christos
ddb60058ff
Use preserve flag in install.
1998-09-28 08:13:37 +00:00
matthias
393c344918
Take a deep breath and switch over NetBSD/pc532 to use egcs by default.
1998-09-15 20:26:50 +00:00
tv
148929222c
Transition sparc platform to egcs.
1998-09-14 21:21:58 +00:00
tv
768b3efab5
Switch i386 to egcs 1.1.
1998-09-14 00:29:28 +00:00
eeh
d90bb7796e
Add some more sparc64 stuff.
1998-09-11 14:52:20 +00:00
tsubai
3318a12385
UVM is now standard on macppc.
1998-09-03 15:13:51 +00:00
sakamoto
f36e74b371
UVM is the default on bebox,ofppc.
1998-09-03 01:51:43 +00:00
matthias
bfc51b47d0
UVM/PMAP_NEW are now the standard for the pc532.
1998-09-02 19:25:33 +00:00
mrg
77e8bc0d0f
really turn UVM on on the atari...
1998-09-02 14:28:58 +00:00
mrg
fab7ebb042
UVM is the default on sparc64
1998-09-02 14:12:04 +00:00
thorpej
4e705c4d21
Switch the i386 port to UVM+PMAP_NEW.
1998-08-31 17:55:26 +00:00
tv
c95c8e1504
Alpha is now egcs by default (now all that's left is as and ld).
1998-08-27 14:05:58 +00:00
lukem
24bd0530c9
add distclean as a synonym for cleandir
1998-08-09 14:46:19 +00:00