Lady’s Gitweb
/
Shushe
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix <html:head> copying
[Shushe]
/
GNUmakefile
diff --git
a/GNUmakefile
b/GNUmakefile
index ea676dc3c4bfbd76257c069f824a2ffbcddf1324..9ae7a921aa2c3522cbe2ecce93b1ea4881d4fa49 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-193,7
+193,7
@@
override silent := $(if $(VERBOSE),,@)
# (callable) Escape special characters for use in sed regular
# expressions.
# (callable) Escape special characters for use in sed regular
# expressions.
-override sedesc = $(subst
$$,\$$,$(subst *,\*,$(subst .,\.,$(subst [,\[,$(subst ^,\^,$(subst \,\\,$1
))))))
+override sedesc = $(subst
/,[/],$(subst $$,\$$,$(subst *,\*,$(subst .,\.,$(subst [,\[,$(subst ^,\^,$(subst \,\\,$1)
))))))
# Collect all of the applicable includes from the includes directory.
sourceincludes := $(shell $(FIND) $(FINDOPTS) $(INCLUDEDIR) -type f '(' $(FINDRULES) ')')
# Collect all of the applicable includes from the includes directory.
sourceincludes := $(shell $(FIND) $(FINDOPTS) $(INCLUDEDIR) -type f '(' $(FINDRULES) ')')
This page took
0.143688 seconds
and
4
git commands to generate.