Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove libgmp build infrastructure. | dd | 2001-08-10 | 3 | -172/+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 | 3 | -3/+3 |
| | |||||
* | 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 | 3 | -3/+3 |
| | |||||
* | Simplify using SRCDIR | ache | 1997-01-16 | 1 | -3/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
| | | | | | | | | 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. | ||||
* | Same. | jmacd | 1997-01-11 | 1 | -1/+2 |
| | |||||
* | 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 | 3 | -0/+135 |
| | | | | | 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 | 295 | -28803/+0 |
| | |||||
* | Remove the old libgmp. Version 2.0.2 is about to hit prime time. | markm | 1996-10-20 | 145 | -32251/+0 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r19045, | markm | 1996-10-20 | 317 | -1919/+46235 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of GNU MP 2.0.2 | markm | 1996-10-20 | 318 | -2032/+46246 |
| | | | | | | | | | | | | | | | | This is a clean import with only the non-x86 bits removed. Makefiles and other will follow. Requested by: Andrey Chernov Made world by: Chuck Robey | ||||
* | | consistancy fixup | peter | 1996-08-30 | 1 | -3/+3 |
| | | | | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> | ||||
* | | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -2/+2 |
| | | | | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. | ||||
* | | ``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 | ||||
* | | Make "make tests" actually work. This is an extremely crude hack, but | markm | 1996-03-04 | 1 | -9/+9 |
| | | | | | | | | I figure that as this is not part of any automated processes, WTH. | ||||
* | | 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 |
| | | |||||
* | | Make the tests work. libmp and libgmp must be installed for this | markm | 1995-11-13 | 2 | -2/+68 |
| | | | | | | | | to work. | ||||
* | | Build the TeXinfo manual | markm | 1995-11-13 | 1 | -0/+7 |
| | | |||||
* | | BMake the multiprecision library, and fix as many of the -Wall warnings | markm | 1995-11-12 | 3 | -12/+303 |
|/ | | | | as is now feasable. | ||||
* | GNU MP (Multiprecision) library. This is needed by secure RPC (being | markm | 1995-11-12 | 130 | -0/+16312 |
done by Bill Paul) and various other BSD programs. Obtained from:FSF |