Be more consistent
Change-Id: I606af5ddbf406b7c3c2fb1bc6b22768a3c108a03
This commit is contained in:
@@ -88,7 +88,7 @@ gb_DEBUG_CFLAGS := -g -fno-inline
|
||||
# ObjCxxObject class
|
||||
|
||||
define gb_ObjCxxObject__command
|
||||
$(call gb_Output_announce,$(2),$(true),OCX,3)
|
||||
$(call gb_Output_announce,$(2).mm,$(true),OCX,3)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
mkdir -p $(dir $(1)) $(dir $(4)) && \
|
||||
$(gb_CXX) \
|
||||
@@ -106,7 +106,7 @@ endef
|
||||
# ObjCObject class
|
||||
|
||||
define gb_ObjCObject__command
|
||||
$(call gb_Output_announce,$(2),$(true),OCC,3)
|
||||
$(call gb_Output_announce,$(2).m,$(true),OCC,3)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
mkdir -p $(dir $(1)) && \
|
||||
mkdir -p $(dir $(call gb_ObjCObject_get_dep_target,$(2))) && \
|
||||
|
@@ -101,7 +101,7 @@ gb_COMPILERNOOPTFLAGS := -O0
|
||||
# ObjCxxObject class
|
||||
|
||||
define gb_ObjCxxObject__command
|
||||
$(call gb_Output_announce,$(2),$(true),OCX,3)
|
||||
$(call gb_Output_announce,$(2).mm,$(true),OCX,3)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
mkdir -p $(dir $(1)) $(dir $(4)) && \
|
||||
$(gb_CXX) \
|
||||
@@ -120,7 +120,7 @@ endef
|
||||
# ObjCObject class
|
||||
|
||||
define gb_ObjCObject__command
|
||||
$(call gb_Output_announce,$(2),$(true),OCC,3)
|
||||
$(call gb_Output_announce,$(2).m,$(true),OCC,3)
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
mkdir -p $(dir $(1)) $(dir $(4)) && \
|
||||
$(gb_CC) \
|
||||
|
Reference in New Issue
Block a user