David E. O'Brien
7dbaee2f0e
Fix the .PATH style nits. Other style nits left for later.
2000-04-17 18:50:18 +00:00
David E. O'Brien
c3cba445af
Use the non-asm routines for IA-64, PPC, and arm32 ports.
2000-04-17 18:48:31 +00:00
Steve Price
aa50d936fd
Use the non-asm routines (for now) on the sparc and sparc64 ports.
2000-04-15 20:41:06 +00:00
Peter Wemm
9b7a44a60e
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
Bruce Evans
2f0c4e01f6
Removed rotten, unused implicit rules. The ld -O in one might have been
...
harmful if it were used.
1998-12-27 16:52:55 +00:00
Warner Losh
b4965dcd84
Add support for building on MIPS based systems.
1998-12-16 04:59:53 +00:00
John Birrell
8deb7ff0b0
BINFORMAT -> OBJFORMAT ready for E-day.
1998-08-30 01:57:55 +00:00
Eivind Eklund
97c44d070c
Don't blow away parts of the sourcetree on a 'make clean'. This was
...
only harmful for building from a read-only filesystem - the parts
blown away were old rm'ed directories.
1998-05-24 21:51:50 +00:00
John Birrell
d73d5c86a3
Change the order of the include paths so that the architecture specific
...
directory is searched before the generic one. You can guess what was
happening.. all the world's assumed to be 32-bit.
1998-05-15 06:42:37 +00:00
Bruce Evans
c9cbce0fdb
Put sources in SRCS and don't depend on them in beforedepend. IIRC,
...
this is to fix `make -j50' where `make -j18' worked. The race may
just have been more likely to be lost for -j50.
1998-03-12 13:03:06 +00:00
John Birrell
2a4a5158b6
Modify for MACHINE_ARCH support instead of assuming just x86.
...
Added alpha and m68k stuff.
1998-01-25 09:45:00 +00:00
Peter Wemm
3d9616690c
Insert first cut of hooks for compiling under ELF.
1997-08-29 14:02:14 +00:00
Bruce Evans
4963bbb24d
Backed out previous commit. mp.h is installed from libmp and should not
...
be installed from here.
1997-08-21 15:51:51 +00:00
Andreas Klemm
91234c7966
during the ,beforeinstall' target mp.h has to be installed as well
...
to /usr/include. Otherwise chkey and newkey can't be compiled
properly during make world.
1997-08-17 21:24:06 +00:00
Bruce Evans
16ecf60500
Fixed bogus existence test related to searching for a nearby obj
...
directory. The object (= current) directory always exists, so
don't search for it.
Use ${.TARGET} instead of deprecated $@.
1997-04-10 16:33:32 +00:00
Peter Wemm
fce15c9ab3
Revert $FreeBSD$ to $Id$
1997-02-22 15:48:31 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Mark Murray
3200ac9848
Fix this so that dependancies work properly.
...
Thanks Andrey!
Submitted by: ache
1996-10-24 18:00:43 +00:00
Mark Murray
3d9f2d2e10
BMakefiles for gmp-2.0.2
...
Requested by: ache
Made world by: chuckr
1996-10-20 09:28:03 +00:00
Mark Murray
504fa96f30
Remove the old libgmp. Version 2.0.2 is about to hit prime time.
1996-10-20 09:11:57 +00:00
Peter Wemm
bc4c97465a
consistancy fixup
...
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
1996-08-30 21:21:52 +00:00
Wolfram Schneider
9fb933075e
`mv'' ->
`mv -f''
...
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
1996-05-07 23:19:49 +00:00
Bruce Evans
89e36521ab
Fixed beforeinstall rule. .CURDIR was spelled .SRCDIR.
...
Changed beforeinstall rule to use `install -C' instead of `cmp -s'
and `install -c'. `install -C' has exactly the right semantics
for installing headers and should be used elsewhere.
1995-11-26 09:51:42 +00:00
Peter Wemm
3c64c6ee8d
Part two of a repository operation to sort out the libmp/libgmp builds.
...
After this commit, you should be able to build libmp and libgmp independently
and without being forced to do a make depend first..
1995-11-25 00:14:03 +00:00
Mark Murray
12e4d1a6e7
BBild libgmp from the sources already in ../libmp.
1995-11-13 19:13:19 +00:00