|
@@ -88,11 +88,6 @@ PHONY += $(subdir-ymn)
|
|
|
$(subdir-ymn):
|
|
$(subdir-ymn):
|
|
|
$(Q)$(MAKE) $(clean)=$@
|
|
$(Q)$(MAKE) $(clean)=$@
|
|
|
|
|
|
|
|
-# If quiet is set, only print short version of command
|
|
|
|
|
-
|
|
|
|
|
-cmd = @$(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))' &&) $(cmd_$(1))
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
# Declare the contents of the .PHONY variable as phony. We keep that
|
|
# Declare the contents of the .PHONY variable as phony. We keep that
|
|
|
# information in a variable se we can use it in if_changed and friends.
|
|
# information in a variable se we can use it in if_changed and friends.
|
|
|
|
|
|