Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove libgmp build infrastructure. | dd | 2001-08-10 | 1 | -151/+0 |
| | |||||
* | Fix the .PATH style nits. Other style nits left for later. | obrien | 2000-04-17 | 1 | -6/+6 |
| | |||||
* | Use the non-asm routines for IA-64, PPC, and arm32 ports. | obrien | 2000-04-17 | 1 | -1/+1 |
| | |||||
* | Use the non-asm routines (for now) on the sparc and sparc64 ports. | steve | 2000-04-15 | 1 | -0/+4 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
| | |||||
* | Removed rotten, unused implicit rules. The ld -O in one might have been | bde | 1998-12-27 | 1 | -14/+1 |
| | | | | harmful if it were used. | ||||
* | Add support for building on MIPS based systems. | imp | 1998-12-16 | 1 | -1/+8 |
| | |||||
* | BINFORMAT -> OBJFORMAT ready for E-day. | jb | 1998-08-30 | 1 | -2/+2 |
| | |||||
* | Don't blow away parts of the sourcetree on a 'make clean'. This was | eivind | 1998-05-24 | 1 | -4/+4 |
| | | | | | only harmful for building from a read-only filesystem - the parts blown away were old rm'ed directories. | ||||
* | Change the order of the include paths so that the architecture specific | jb | 1998-05-15 | 1 | -3/+3 |
| | | | | | directory is searched before the generic one. You can guess what was happening.. all the world's assumed to be 32-bit. | ||||
* | Put sources in SRCS and don't depend on them in beforedepend. IIRC, | bde | 1998-03-12 | 1 | -3/+4 |
| | | | | | this is to fix `make -j50' where `make -j18' worked. The race may just have been more likely to be lost for -j50. | ||||
* | Modify for MACHINE_ARCH support instead of assuming just x86. | jb | 1998-01-25 | 1 | -9/+42 |
| | | | | Added alpha and m68k stuff. | ||||
* | Insert first cut of hooks for compiling under ELF. | peter | 1997-08-29 | 1 | -3/+16 |
| | |||||
* | Backed out previous commit. mp.h is installed from libmp and should not | bde | 1997-08-21 | 1 | -3/+1 |
| | | | | be installed from here. | ||||
* | during the ,beforeinstall' target mp.h has to be installed as well | andreas | 1997-08-17 | 1 | -1/+3 |
| | | | | | to /usr/include. Otherwise chkey and newkey can't be compiled properly during make world. | ||||
* | Fixed bogus existence test related to searching for a nearby obj | bde | 1997-04-10 | 1 | -6/+2 |
| | | | | | | | directory. The object (= current) directory always exists, so don't search for it. Use ${.TARGET} instead of deprecated $@. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Fix this so that dependancies work properly. | markm | 1996-10-24 | 1 | -13/+10 |
| | | | | | Thanks Andrey! Submitted by: ache | ||||
* | BMakefiles for gmp-2.0.2 | markm | 1996-10-20 | 1 | -0/+113 |
| | | | | | Requested by: ache Made world by: chuckr | ||||
* | Remove the old libgmp. Version 2.0.2 is about to hit prime time. | markm | 1996-10-20 | 1 | -62/+0 |
| | |||||
* | consistancy fixup | peter | 1996-08-30 | 1 | -3/+3 |
| | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> | ||||
* | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 1 | -3/+3 |
| | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root | ||||
* | Fixed beforeinstall rule. .CURDIR was spelled .SRCDIR. | bde | 1995-11-26 | 1 | -4/+3 |
| | | | | | | 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. | ||||
* | Part two of a repository operation to sort out the libmp/libgmp builds. | peter | 1995-11-25 | 1 | -9/+12 |
| | | | | | After this commit, you should be able to build libmp and libgmp independently and without being forced to do a make depend first.. | ||||
* | BBild libgmp from the sources already in ../libmp. | markm | 1995-11-13 | 1 | -0/+60 |