diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-05 06:17:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-05 06:17:58 +0200 |
commit | d21baa0388fd75619f900fc5694fa7dc3819102a (patch) | |
tree | f20661d84eae828534df87feadc8eb46b864dcbd /package/Makefile | |
parent | 2fa7ad07460c37ad530ecab413d33b2448a812ee (diff) |
finetune logoutput
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index c7779c2ac..8862560eb 100644 --- a/package/Makefile +++ b/package/Makefile @@ -62,7 +62,7 @@ endif $(END_TRACE) %-compile: - $(START_TRACE) "package/$(patsubst %-compile,%,$@)-compile.. " + $(START_TRACE) "package/$(patsubst %-compile,%,$@).. " @if test -f $(ADK_TOPDIR)/.rebuild.$(patsubst %-compile,%,$@); then \ $(MAKE) -C $(patsubst %-compile,%,$@) clean ; \ rm $(ADK_TOPDIR)/.rebuild.$(patsubst %-compile,%,$@) ; \ |