wtc%netscape.com
fc7e40f15c
Bugzilla bug #83811 : added a new implicit rule to build BUILT_CSRCS
...
because VPATH or vpath doesn't search in a directory that doesn't
exist at the beginning of a make invocation even if it is created
by the make invocation.
Modified files: coreconf/rules.mk, nss/lib/fortcrypt/swfort/manifest.mn
2001-06-05 00:32:14 +00:00
wtc%netscape.com
8547e11292
The rule for creating nslib.c does not need to be a double-colon rule.
...
Modified it to use automatic variables ($+ and $@) instead of hardcoded
file names.
2001-06-03 05:36:28 +00:00
wtc%netscape.com
77605558fa
Bugzilla bug #83811 : deleted the useless vpath %.c $(OBJDIR) because
...
OBJDIR is not defined yet. Restored VPATH = $(OBJDIR) as a temp
workaround. Also deleted GARBAGE = nslib.c, which is no longer
correct.
2001-06-02 15:59:58 +00:00
wtc%netscape.com
ccdbf28c63
Deleted redundant VPATH because vpath is enough.
2001-06-02 06:12:29 +00:00
wtc%netscape.com
3c0e0b5552
Turned on building of the software Fortezza pkcs11 module. It builds on
...
NT (both in source tree and with BUILD_TREE) for me.
2001-06-02 02:08:55 +00:00
wtc%netscape.com
2008641178
Use = instead of += to define INCLUDES. It is fine to use = because
...
this is the very first file Makefile includes.
Define -DSWFORT in DEFINES rather than CFLAGS. First, DEFINES is the
variable for macro defines. Second, by not defining CFLAGS in this file,
we will be able to check in the fix for bug #77788 . However, I am not
sure whether we should fix bug #77788 .
2001-06-01 23:32:39 +00:00
relyea%netscape.com
6b8727d2e2
Get NT builds running again by turning off building of the sw fortezza pkcs11 module.
2001-05-08 21:22:20 +00:00
relyea%netscape.com
914f4cf327
Changes to allow NSS to build in to a separate object tree.
2001-04-30 16:40:19 +00:00
relyea%netscape.com
40b013dd2e
Back out changes which prevent NT from building. Need to figure something else out (sigh).
...
bob
2001-04-25 16:34:33 +00:00
relyea%netscape.com
b33095e693
Patch to make the build work in both traditional and re-directed object mode.
2001-04-24 19:52:06 +00:00
relyea%netscape.com
15bdede4ed
Add client requested features to coreconf:
...
building cross platform.
targetting the Objects to a separate tree.
2001-04-24 17:05:18 +00:00
wtc%netscape.com
fb9dfd69f3
Bugzilla bug #63768 : removed references to the obsolete PURE_LIBRARY,
...
HAVE_PURIFY etc. make variables in NSS files. Reviewed by nelson Bolyard.
Modified Files:
cmd/platrules.mk cmd/crmf-cgi/config.mk cmd/crmftest/config.mk
cmd/lib/config.mk cmd/zlib/config.mk lib/base/config.mk
lib/certdb/config.mk lib/certhigh/config.mk lib/ckfw/config.mk
lib/crmf/config.mk lib/cryptohi/config.mk
lib/fortcrypt/swfort/config.mk lib/freebl/config.mk
lib/jar/config.mk lib/nss/config.mk lib/pk11wrap/config.mk
lib/pkcs12/config.mk lib/pkcs7/config.mk lib/smime/config.mk
lib/softoken/config.mk lib/ssl/config.mk lib/util/config.mk
2001-02-02 01:49:57 +00:00
wtc%netscape.com
3b35a98af6
Bugzilla bug #62855 : checked in OS/2 patches from Javier Pedemonte
...
<pedemont@us.ibm.com>.
Modified files: selfserv.c, swfutl.c, os2_rand.c.
2001-01-31 19:09:48 +00:00
wtc%netscape.com
71ca492fce
Bugzilla bug #66889 : do not export the Windows import libraries for the
...
loadable PKCS#11 modules fort32.dll, swft32.dll, and nssckbi.dll.
Reviewed by Bob Relyea.
Modified files:
nss/lib/ckfw/builtins/Makefile nss/lib/ckfw/builtins/config.mk
nss/lib/fortcrypt/config.mk
nss/lib/fortcrypt/swfort/pkcs11/config.mk
2001-01-30 19:43:26 +00:00
wtc%netscape.com
e5afbc13df
Bugzilla bug #64306 : added stubs for PR_SetError and PR_SetErrorText.
...
Reviewed by Nelson Bolyard.
2001-01-30 02:03:47 +00:00
wtc%netscape.com
2fbc053a03
Bugzilla bug #65918 : do not build shared libraries on OSF1 with the -all
...
linker option. The temporary workaround in two makefiles were removed.
Modified Files:
coreconf/OSF1.mk nss/lib/ckfw/builtins/Makefile
nss/lib/fortcrypt/swfort/pkcs11/Makefile
2001-01-22 17:16:47 +00:00
wtc%netscape.com
da51eb9314
Have lib/fortcrypt/Makefile and lib/fortcrypt/swfort/pkcs11/Makefile
...
include the local config.mk file so that libfort.a and libswft.a don't
get built.
2001-01-03 23:49:48 +00:00
larryh%netscape.com
cf691e615e
Bugzilla: 64132. NSS lock instrumentation
2001-01-03 19:51:22 +00:00
wtc%netscape.com
4f4654ac10
Bugzilla bug #63832 : use $(MAKE) instead of gmake in sub-makes.
2000-12-28 03:07:27 +00:00
wtc%netscape.com
c5d8f4217a
Bugzilla bug #54711 : removed unused variables MOZ_DIST and MOZ_LIB
...
from OS2.mk. Handle the different names of plc4 and plds4 libraries
on OS/2. Thanks to Huynh Trinh <hctrinh@us.ibm.com> for the patch.
Modified Files:
coreconf/OS2.mk nss/lib/ckfw/builtins/Makefile
nss/lib/fortcrypt/swfort/pkcs11/Makefile
2000-10-03 00:58:18 +00:00
wtc%netscape.com
3865b18474
Bugzilla bug #54711 : use full maci on OS/2. Thanks to hctrinh@us.ibm.com
...
(Huynh Trinh) for the patch.
2000-10-01 03:29:42 +00:00
mcgreer%netscape.com
e5317bca65
change to allow builds with RSA BSAFE Crypto-C library
2000-09-29 02:14:03 +00:00
wtc%netscape.com
87762fc67c
One only needs to link with either libcrypto or freebl. We need to copy
...
freebl/sha_fast.{c,h} to libcrypto to make libcrypto complete.
Modified files: nss/cmd/platlibs.mk, nss/lib/Makefile,
nss/lib/fortcrypt/swfort/pkcs11/Makefile.
2000-09-21 06:20:44 +00:00
relyea%netscape.com
32f5210984
OS/2 build changes.
2000-09-20 17:07:22 +00:00
nelsonb%netscape.com
d68b6b26e5
Fix build on NT. Correct link order in PKCS11 directory.
2000-05-27 01:30:29 +00:00
mcgreer%netscape.com
b696b30318
Add condition for BSAFE build.
2000-05-12 23:37:36 +00:00
relyea%netscape.com
541cd0bd42
Make the stub sytem work for WIN NT as well as other unix platforms:
...
1) fix compile issue in the stub maci.c file (change dllimports to dllexports).
2) build a dll with matching lib to make the symbols all work.
2000-04-04 23:49:50 +00:00
relyea%netscape.com
5dea64f5a5
Initial NSS Open Source checkin
2000-03-31 20:13:40 +00:00