mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
turn off src directory for now
This commit is contained in:
parent
c2113b6c95
commit
9f0ed5b884
@ -22,7 +22,8 @@ srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public src build tests
|
||||
# no src yet, or tests or build
|
||||
DIRS = src build tests
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
DEPTH=..\..\..
|
||||
|
||||
#tests no tests yet
|
||||
#tests src no tests or src yet
|
||||
|
||||
DIRS=public src
|
||||
DIRS=public
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
@ -22,7 +22,8 @@ srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public src build tests
|
||||
# no src yet, or tests or build
|
||||
DIRS = src build tests
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
DEPTH=..\..\..
|
||||
|
||||
#tests no tests yet
|
||||
#tests src no tests or src yet
|
||||
|
||||
DIRS=public src
|
||||
DIRS=public
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
Loading…
x
Reference in New Issue
Block a user