Lady’s Gitweb
/
Shushe
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fully remove FINDOPTS
[Shushe]
/
GNUmakefile
diff --git
a/GNUmakefile
b/GNUmakefile
index ab8e828b23917c7e45be1c5a76df49df3bead98b..bbeffb0ded2685ae78b8d597924531ae2233ef9b 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-225,11
+225,11
@@
override pathenc = $(foreach path,$1,$(subst $(space),/,$(call perenc,$(subst /,
# (overridable) Collect all of the applicable includes from the
# includes directory.
# (overridable) Collect all of the applicable includes from the
# includes directory.
-sourceincludes := $(shell $(FIND) $(
FINDOPTS) $(INCLUDEDIR
) -type f '(' $(FINDRULES) ')')
+sourceincludes := $(shell $(FIND) $(
foreach dir,$(INCLUDEDIR),$(call quote,$(dir))
) -type f '(' $(FINDRULES) ')')
# (overridable) Collect all of the applicable source files from the
# source directory, removing any which are also includes.
# (overridable) Collect all of the applicable source files from the
# source directory, removing any which are also includes.
-sourcefiles := $(filter-out $(sourceincludes),$(shell $(FIND) $(
FINDOPTS) $(SRCDIR
) -type f '(' $(FINDRULES) ')'))
+sourcefiles := $(filter-out $(sourceincludes),$(shell $(FIND) $(
foreach dir,$(SRCDIR),$(call quote,$(dir))
) -type f '(' $(FINDRULES) ')'))
ifdef GIT
ifneq ($(wildcard $(THISDIR)/.git),)
ifdef GIT
ifneq ($(wildcard $(THISDIR)/.git),)
This page took
0.024159 seconds
and
4
git commands to generate.