Lady’s Gitweb
/
Shushe
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix typeoffile
[Shushe]
/
GNUmakefile
diff --git
a/GNUmakefile
b/GNUmakefile
index 6779aa72cf85f91c978bae7db2bd89aa9b13f5a2..f4161de21b6ca209a154e1bd19ccdda69d15ff82 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-359,7
+359,7
@@
override plaintextfiles := $(filter-out $(xmlfiles),$(call filesoftype,$(plainte
override assetfiles := $(filter-out $(xmlfiles) $(plaintextfiles),$(sourcefiles) $(sourceincludes))
# (callable) Get the types of the given files.
override assetfiles := $(filter-out $(xmlfiles) $(plaintextfiles),$(sourcefiles) $(sourceincludes))
# (callable) Get the types of the given files.
-override typeoffile = $(
patsubst $(foreach file,$1,$(file)|%),%,$(filter $(foreach file,$1,$(file)|%),$(types
)))
+override typeoffile = $(
foreach file,$1,$(patsubst $(file)|%,%,$(filter $(file)|%,$(types)
)))
# Pair each source magic file with its location in the build directory.
override magicpair := $(foreach magicfile,$(MAGIC),$(magicfile)|$(BUILDDIR)/magic/$(notdir $(magicfile)))
# Pair each source magic file with its location in the build directory.
override magicpair := $(foreach magicfile,$(MAGIC),$(magicfile)|$(BUILDDIR)/magic/$(notdir $(magicfile)))
This page took
0.213257 seconds
and
4
git commands to generate.