mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Only build project dirs with a Makefile in them. This should fix the
problem where Depend or Debug directories prevent CVS from nuking an obsolete project dir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15935 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
980c50f3cb
commit
cd8cf63b94
@ -10,7 +10,7 @@ LEVEL=..
|
|||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
DIRS=
|
#DIRS=
|
||||||
OPTIONAL_DIRS:=$(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile))
|
DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
|
||||||
|
|
||||||
include $(BUILD_SRC_ROOT)/Makefile.rules
|
include $(BUILD_SRC_ROOT)/Makefile.rules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user