mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
updated rules
This commit is contained in:
parent
e3d8e4eb96
commit
36b9a3d0be
@ -36,7 +36,7 @@ DIRS = \
|
||||
progress \
|
||||
$(NULL)
|
||||
|
||||
ifdef NO_SECURITY
|
||||
ifndef MOZ_SECURITY
|
||||
DIRS += security
|
||||
endif
|
||||
|
||||
|
@ -42,7 +42,7 @@ include <$(DEPTH)/config/liteness.mak>
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
DIRS= \
|
||||
!ifdef NO_SECURITY
|
||||
!ifndef MOZ_SECURITY
|
||||
security \
|
||||
!endif
|
||||
libreg \
|
||||
|
@ -17,15 +17,6 @@
|
||||
|
||||
DEPTH = ../..
|
||||
|
||||
ifndef NO_SECURITY
|
||||
DIRS = nav
|
||||
|
||||
ifdef MOZ_JAVA
|
||||
DIRS += java
|
||||
endif
|
||||
|
||||
else
|
||||
DIRS = freenav
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
|
@ -37,7 +37,7 @@ DEPTH=..\..
|
||||
#// DIRS - There are subdirectories to process
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
!ifdef NO_SECURITY
|
||||
!ifndef MOZ_SECURITY
|
||||
DIRS = freenav
|
||||
!endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user