makefile.mk (47589224) makefile.mk (645b2185)
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

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

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
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

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

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
92PATCH_FILES+=nss_linux.patch
92PATCH_FILES+=nss_linux.patch nspr-4.8.4-clang.patch
93.ENDIF
94
95.ENDIF # "$(GUI)"=="UNX"
96
97
98.IF "$(GUI)"=="WNT"
99
100.IF "$(COM)"=="GCC"

--- 82 unchanged lines hidden ---
93.ENDIF
94
95.ENDIF # "$(GUI)"=="UNX"
96
97
98.IF "$(GUI)"=="WNT"
99
100.IF "$(COM)"=="GCC"

--- 82 unchanged lines hidden ---