summaryrefslogtreecommitdiff
path: root/security/coreconf
Commit message (Collapse)AuthorAgeFilesLines
* Bugzilla bug 128955: support Netscape's uname, MKS's uname, and Cygwin'swtc%netscape.com2002-03-236-55/+21
| | | | | | | | uname. Since CPU_ARCH is already defined in arch.mk, removed the redundant definition in WIN*.mk. Removed the unnecessary internal variable PROCESSOR. r=cls. Modified Files: WIN954.0.mk WINNT3.51.mk WINNT4.0.mk WINNT5.0.mk WINNT5.1.mk arch.mk
* Bugzilla bug 131078: fixed compiler warnings. r=mcgreer.wtc%netscape.com2002-03-151-1/+1
|
* Bugzilla bug 112987: merged changes contributed by FreeBSD developerwtc%netscape.com2002-03-011-9/+7
| | | | Jeremy <reg@shale.csir.co.za>. r=wtc.
* Bugzilla bug 127517: Darwin optimized build should use -O2. The patch iswtc%netscape.com2002-02-271-0/+4
| | | | contributed by Brian Ryner <bryner@netscape.com>.
* Bugzilla bug 70217: ported NSS to BeOS. The patch is contributed bywtc%netscape.com2002-02-223-2/+91
| | | | Christopher Seawood <seawood@netscape.com>.
* Fix warning on Windows builds. Bug 104541.nelsonb%netscape.com2002-02-212-3/+3
|
* Fix OS/2 standalone NSS build which got broken after the fix for 104541jpierre%netscape.com2002-02-161-0/+3
|
* Bugzilla bug 112198: use the -dylib_file ld option to link the ssl3 andwtc%netscape.com2002-02-15111-0/+10872
|\ | | | | | | | | | | | | | | | | smime3 dylibs and the NSS tools so that they can find the indirectly referenced libsoftokn3.dylib. Define and export DYLD_LIBRARY_PATH. The patch is contributed by Brian Ryner <bryner@netscape.com>. r=wtc,beard. Modified Files: coreconf/Darwin.mk nss/cmd/platlibs.mk nss/lib/smime/config.mk nss/lib/ssl/config.mk nss/tests/common/init.sh
* | fixup commit for tag 'NSS_C'NSS_Ccvs2hg2002-02-15111-10872/+0
|/
* Change most coreconf and NSS makefiles to use OS_TARGET (which cannelsonb%netscape.com2002-02-1521-406/+538
| | | | | | be overridden via an environment variable) rather than OS_ARCH. This is a precursor to more flexibility in cross-platform builds. Bug 104541.
* Make NSS 3.4 build as part of mozilla on OS/2. Bug 114748.nelsonb%netscape.com2002-02-112-17/+11
|\ | | | | | | Patch supplied by Javier Pedemonte.
| * Bugzilla bug 112198: Port NSS to Mac OS X (Darwin). The patch iswtc%netscape.com2002-02-103-3/+3
| | | | | | | | | | | | | | | | contributed by Javier Pedemonte <pedemonte@alumni.utexas.net>. Modified Files: coreconf/config.mk coreconf/nsinstall/nsinstall.c coreconf/nsinstall/pathsub.c nss/lib/freebl/unix_rand.c nss/lib/ssl/unix_err.c
| * Define DARWIN instead of XP_MACOSX.wtc%netscape.com2002-02-091-1/+1
| |
| * Bugzilla bug 112198: added Darwin.mk. This file is contributed bywtc%netscape.com2002-02-091-0/+70
| | | | | | | | Javier Pedemonte <pedemonte@alumni.utexas.net>, based on the NSPR file.
| * Added SunOS5.10.mk for Solaris 10.wtc%netscape.com2002-02-081-0/+44
| |
| * Bugzilla bug 120003: support OpenUNIX 8 build. Thanks to Hiram Clawsonwtc%netscape.com2002-02-062-1/+92
| | | | | | | | | | | | <hiramc@caldera.com> for contributing the patch. Modified file: config.mk Added file: OpenUNIX.mk
* | fixup commit for tag 'NSS_CLIENT_TAG_20020213'NSS_CLIENT_TAG_20020213cvs2hg2002-02-106-3/+208
|/
* Bugzilla bug 122944: detect Cygwin's uname.wtc%netscape.com2002-02-011-3/+24
|
* Bugzilla bug 114702: support Linux 2.5.x kernels.wtc%netscape.com2002-01-271-0/+49
|
* Fix for 118793 - remove GBASH references from OS2.mkjpierre%netscape.com2002-01-111-8/+0
|
* bug 115879 makefile for windows XPglen.beasley%sun.com2002-01-081-0/+72
|
* Fix for 108729 - AIX builds not fully optimizedjpierre%netscape.com2001-12-121-0/+4
|
* Bugzilla bug 101528: merged the Linux-m68k compilation fix into the tip.wtc%netscape.com2001-12-111-0/+5
|
* Bugzilla bug 111294: make NSS build on QNX6 (Neutrino). The patch waswtc%netscape.com2001-12-043-2/+70
| | | | | | | | | contributed by Dave Inglis <dinglis@qnx.com>. r=wtc. Modified Files: coreconf/config.mk coreconf/nsinstall/nsinstall.c nss/lib/freebl/unix_rand.c nss/lib/ssl/unix_err.c Added Files: coreconf/QNX.mk
* Bug 105271 - undo changesjpierre%netscape.com2001-11-221-35/+3
|
* We can use cp on Windows. cp is a built-in command of shmsdos.exe and iswtc%netscape.com2001-11-171-1/+1
| | | | in both MKS and Cygwin toolkits, so it is not a new build tool requirement.
* Fix NT process command to something that will work in our environment ↵relyea%netscape.com2001-11-091-2/+2
| | | | without requiring new tools.
* use nsinstall not copy on windowsian.mcgreer%sun.com2001-11-081-1/+1
|
* Add -DXP_OS2 so that sysrand.c can pick it up...relyea%netscape.com2001-11-081-0/+2
|
* fix linux 2.1 alsoian.mcgreer%sun.com2001-11-071-0/+5
|
* get linux building againian.mcgreer%sun.com2001-11-072-0/+12
|
* Move map file processing definitions back into base .mk files.relyea%netscape.com2001-11-0721-26/+115
| | | | | setup up map files so the can be switched on simply by adding a directive to manifest.mn.
* One more fix for 105271jpierre%netscape.com2001-11-021-0/+20
|
* Enable debug info in ASM code on OS/2jpierre%netscape.com2001-11-021-0/+4
|
* Bugzilla bug 99072: fixed the bug that CPU_ARCH was always set to x86.wtc%netscape.com2001-11-011-0/+3
| | | | | The patch was submitted by taya@netbsd.org (Shin'ichiro TAYA), edited by wtc, and reviewed by cls.
* Bugzilla bug 78978: removed obsolete files .cshrc and .profile.wtc%netscape.com2001-11-012-489/+0
|
* Fix for 105271 - rules.mk change for OS/2 buildjpierre%netscape.com2001-10-291-4/+0
|
* Bugzilla bug 106379: support building under ARM Linux.wtc%netscape.com2001-10-271-0/+5
|
* Bugzilla bug 106771: support building on HP-UX 11.11.wtc%netscape.com2001-10-261-0/+55
|
* Better way of calling assembler on OS/2jpierre%netscape.com2001-10-241-1/+1
|
* Bugzilla bug 106388: made the release_export rule work with VPATH.wtc%netscape.com2001-10-241-2/+4
|
* More changes for OS/2 build, in particular for the assembly codejpierre%netscape.com2001-10-151-1/+17
|
* Allow assembly code to compile under OS/2 using IBM's Assembly Language ↵jpierre%netscape.com2001-10-151-0/+2
| | | | Processor
* Build from absolute path on OS/2 to let the IBM debugger automatically find ↵jpierre%netscape.com2001-10-111-0/+4
| | | | the source files
* Bugzilla bug 77788: checked in the bug fix again now that the manifest.mnwtc%netscape.com2001-09-201-1/+1
| | | | file that incorrectly set CFLAGS has been fixed.
* Added to support Tru64 Unix V5.1.wtc%netscape.com2001-08-171-0/+47
|
* Fix 92882: coreconf jdk.mk doesn't support solaris x86nicolson%netscape.com2001-07-311-3/+4
| | | | r=wtc.
* checkin for colin, patch to make OpenVMS build in object treemcgreer%netscape.com2001-07-165-24/+31
|\
| * Updated Windows share_blds_cmpnts location. (tfox)ddrinan%netscape.com2001-07-111-6/+6
| |
| * Changes to make JSS more easily releasable.nicolson%netscape.com2001-06-292-16/+22
| | | | | | | | Also, get rid of NS_USE_JDK_TOOLSET.