Changeset 2220 in kBuild
- Timestamp:
- Jan 7, 2009 3:07:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r2205 r2220 3077 3077 3078 3078 # deal with '=>' in the source file name. 3079 ifeq ($(src),=>) 3080 $(error kBuild: Install target '$(target)' has a bad source specifier containing '=>' without any file names) 3081 endif 3082 ifeq ($(substr $(src),1,2),=>) 3083 $(warning kBuild: Install target '$(target)' has a bad source specifier: $(src)) 3084 endif 3085 ifeq ($(substr $(src),-2),=>) 3086 $(warning kBuild: Install target '$(target)' has a bad source specifier: $(src)) 3087 endif 3079 3088 local srcdst := $(subst =>, ,$(src)) 3080 3089 local srcsrc := $(firstword $(srcdst))
Note:
See TracChangeset
for help on using the changeset viewer.