makefile.mk (645b2185) makefile.mk (0021cf80)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 18 unchanged lines hidden (view full) ---

27TARGET=nss
28
29# --- Settings -----------------------------------------------------
30
31.INCLUDE : settings.mk
32
33# --- Files --------------------------------------------------------
34
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 18 unchanged lines hidden (view full) ---

27TARGET=nss
28
29# --- Settings -----------------------------------------------------
30
31.INCLUDE : settings.mk
32
33# --- Files --------------------------------------------------------
34
35.IF "$(ENABLE_NSS_MODULE)"!="YES"
35.IF "$(ENABLE_NSS_MODULE)"!="YES" || "$(SYSTEM_NSS)"=="YES"
36
37all:
36
37all:
38 @echo "NSS will not be built. ENABLE_NSS_MODULE is '$(ENABLE_NSS_MODULE)'"
38 @echo "NSS will not be built because ENABLE_NSS_MODULE='$(ENABLE_NSS_MODULE)' and SYSTEM_NSS='$(SYSTEM_NSS)'"
39
40.ELSE
41
42TARFILE_NAME=nss-3.12.6-with-nspr-4.8.4
43TARFILE_MD5=b92261a5679276c400555004937af965
44TARFILE_ROOTDIR=nss-3.12.6
45PATCH_FILES=nss.patch
46

--- 136 unchanged lines hidden ---
39
40.ELSE
41
42TARFILE_NAME=nss-3.12.6-with-nspr-4.8.4
43TARFILE_MD5=b92261a5679276c400555004937af965
44TARFILE_ROOTDIR=nss-3.12.6
45PATCH_FILES=nss.patch
46

--- 136 unchanged lines hidden ---