# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/09/12 16:29:12+09:00 tj@htj.dyndns.org # Use patsubst instead of subst to remove surrounding double quotes # from CONFIG_LOCALVERSION. This helps syntax-highlighting editors. # # Makefile # 2004/09/12 16:29:06+09:00 tj@htj.dyndns.org +1 -1 # Use patsubst instead of subst to remove surrounding double quotes # from CONFIG_LOCALVERSION. This helps syntax-highlighting editors. # diff -Nru a/Makefile b/Makefile --- a/Makefile 2004-09-12 18:04:33 +09:00 +++ b/Makefile 2004-09-12 18:04:33 +09:00 @@ -157,7 +157,7 @@ LOCALVERSION = $(subst $(space),, \ $(shell cat /dev/null $(localversion-files)) \ - $(subst ",,$(CONFIG_LOCALVERSION))) + $(patsubst "%",%,$(CONFIG_LOCALVERSION))) KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)$(LOCALVERSION)