summaryrefslogtreecommitdiff
path: root/tools/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1535665 - Remove IRIX support. r=kaieLudovic Hirlimann2019-06-291-4/+0
|
* Bug 1535665 - removing OLD unsupported unix Systems part 1 OSF1/Tru64. r=kaieLudovic Hirlimann2019-06-291-4/+0
|
* Bug 50549: Link to ws2_32.lib instead of wsock32.lib under WindowsWan-Teh Chang2014-03-091-1/+1
| | | | | | because we don't support Windows 95 now. The change was suggested by Jon Smirl <jonsmirl@mediaone.net> and Robert Story <rstory@tislabs.com>. r=wtc.
* Bug 804806: Remove code related to NCR, NEC, NEXTSTEP, SINIX, SNI, SONY,NSPR_4_9_4_BETA2wtc%google.com2012-11-131-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | NEWS-OS, SunOS4, and SunOS 4.1.3_U1. Remove the os_ReliantUNIX.s file. TBR=ted. Modified Files: config/Makefile.in config/nsinstall.c lib/ds/Makefile.in lib/libc/src/Makefile.in lib/prstreams/Makefile.in lib/prstreams/tests/testprstrm/Makefile.in lib/tests/Makefile.in pr/include/gencfg.c pr/include/md/_unixos.h pr/include/private/primpl.h pr/src/Makefile.in pr/src/cplus/tests/Makefile.in pr/src/io/Makefile.in pr/src/io/prfile.c pr/src/io/prmapopt.c pr/src/linking/Makefile.in pr/src/linking/prlink.c pr/src/malloc/Makefile.in pr/src/md/prosdep.c pr/src/md/beos/beos_errors.c pr/src/md/unix/Makefile.in pr/src/md/unix/unix.c pr/src/md/unix/unix_errors.c pr/src/md/unix/uxproces.c pr/src/md/unix/uxrng.c pr/src/md/unix/uxwrap.c pr/src/misc/prtime.c pr/src/pthreads/Makefile.in pr/src/pthreads/ptio.c pr/src/threads/combined/Makefile.in pr/tests/Makefile.in pr/tests/dll/Makefile.in tools/Makefile.in Removed Files: pr/src/md/unix/os_ReliantUNIX.s
* Bug 716564 - update licence to MPL 2. r=wtc.gerv%gerv.net2012-03-061-35/+3
|
* Bug 430884: restored the -lpthread linker options (and the associatedwtc%google.com2008-05-031-0/+8
| | | | | | | | | | | comments) removed in the previous checkin. Remove the LOCAL_THREADS_ONLY build variable; now Solaris can just use the CLASSIC_NSPR build variable. Modified Files: lib/msgc/tests/Makefile.in lib/prstreams/tests/testprstrm/Makefile.in lib/tests/Makefile.in pr/include/md/_solaris.h pr/src/Makefile.in pr/src/cplus/tests/Makefile.in pr/tests/Makefile.in tools/Makefile.in
* Bug 430884: removed the obsolete implementation based on Solaris threads.wtc%google.com2008-05-031-15/+0
| | | | | | | | | | | | | Contributed by Julien Pierre <julien.pierre.boogz@sun.com>. r=wtc. Modified Files: configure configure.in lib/msgc/tests/Makefile.in lib/prstreams/tests/testprstrm/Makefile.in lib/tests/Makefile.in pr/include/md/_solaris.h pr/src/Makefile.in pr/src/cplus/tests/Makefile.in pr/src/md/unix/solaris.c pr/tests/Makefile.in pr/tests/foreign.c pr/tests/provider.c tools/Makefile.in Removed Files: pr/src/md/unix/os_SunOS.s
* Bug 330720: white space adjustments.wtc%google.com2008-05-021-1/+1
|
* [OS/2] Bug 330720: remove support for the obsolete OS/2-VACPP from NSPR and ↵mozilla%weilbacher.org2008-05-021-7/+1
| | | | use XP_OS2 instead of XP_OS2_EMX everywhere, p=mkaply/me, r=julien.pierre
* Bugzilla bug 249782: make NSPR compile with Microsoft Visual Studio 2005.wchang0222%aol.com2004-11-081-1/+1
| | | | | | | | | | | | | | The -DEBUGTYPE flag is no longer supported. Since -DEBUGTYPE:CV is the default, we simply delete it. We added support for VC 5.0 (MSC_VER=1100) back. The patch is contributed by Stephen Walker <sdwalker@myrealbox.com>. r=wtc. Modified Files: configure configure.in config/rules.mk lib/msgc/tests/Makefile.in lib/prstreams/tests/testprstrm/Makefile.in lib/tests/Makefile.in lib/tests/windows/makefile pr/src/cplus/tests/Makefile.in pr/src/misc/Makefile.in tools/Makefile.in
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-29/+33
|
* Merged NSPRPUB_CLIENT_BRANCH onto the trunk.wtc%netscape.com2001-05-121-19/+19
|
* There is no need to invoke recursive makes for the dummy libs & install ↵cls%seawood.org2001-01-221-1/+0
| | | | phases of nspr. Especially when it means having a dummy target in every makefile that has a dependency upon export. Instead, put the dummy target in rules.mk.
* Switch from using $(DIST)/bin, $(DIST)/lib, etc to using $(bindir), ↵cls%seawood.org2001-01-211-19/+19
| | | | $(includedir). This gives us the advantage of being able to set different directories for libs & headers as needed. r=bryner
* Sync'ing long lost changes between Makefile & Makefile.incls%seawood.org2000-12-301-2/+15
|
* BugZilla: 42367. Fix copyright date, Original Codelarryh%netscape.com2000-06-201-2/+2
|
* BugZilla 42367. change license to dual-licenselarryh%netscape.com2000-06-131-14/+30
|
* Add autoconf for NSPR. Check in for cls@seawood.org. Buzill 11893srinivas%netscape.com1999-10-141-0/+217
|
* Removed all the autoconf *.in files in mozilla/nsprpub.wtc%netscape.com1998-10-051-217/+0
|
* AUTOCONF_1_0 landing.PROGRESS_19980824_BASEColorSync_19980824_BASEcls%seawood.org1998-08-191-0/+217