makefile.mk (15887683) makefile.mk (ea15b27d)
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

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

83.ENDIF # "$(OS)"=="MACOSX"
84
85OUT2LIB=mozilla$/dist$/out$/lib$/*$(DLLPOST)
86
87BUILD_DIR=mozilla$/security$/nss
88BUILD_ACTION= $(GNUMAKE) nss_build_all
89#See #i105566# && moz#513024#
90.IF "$(OS)"=="LINUX"
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

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

83.ENDIF # "$(OS)"=="MACOSX"
84
85OUT2LIB=mozilla$/dist$/out$/lib$/*$(DLLPOST)
86
87BUILD_DIR=mozilla$/security$/nss
88BUILD_ACTION= $(GNUMAKE) nss_build_all
89#See #i105566# && moz#513024#
90.IF "$(OS)"=="LINUX"
91BUILD_ACTION+=FREEBL_NO_DEPEND=1
91BUILD_ACTION+=FREEBL_NO_DEPEND=1 FREEBL_LOWHASH=1
92PATCH_FILES+=nss_linux.patch
93.ENDIF
94
95.ENDIF # "$(GUI)"=="UNX"
96
97
98.IF "$(GUI)"=="WNT"
99

--- 83 unchanged lines hidden ---
92PATCH_FILES+=nss_linux.patch
93.ENDIF
94
95.ENDIF # "$(GUI)"=="UNX"
96
97
98.IF "$(GUI)"=="WNT"
99

--- 83 unchanged lines hidden ---