diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-05-31 18:19:09 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-06-09 15:12:32 +0200 |
commit | 57da1b4bd21aceced30f658993fb811a5232cff7 (patch) | |
tree | 59d24dd51b69af65f15906d0a675e5e48f480ae8 /buildlib/copy.mak | |
parent | 564fcbf93c78deb48fa44a9a63b5602eedfa53a9 (diff) |
stop building l10n if strings are unchanged
The buildsystem tried to build l10n for test applications which never
produced the output it expected causing it to try building it all the
time.
Diffstat (limited to 'buildlib/copy.mak')
-rw-r--r-- | buildlib/copy.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/copy.mak b/buildlib/copy.mak index e8fe43deb..3ae11a7eb 100644 --- a/buildlib/copy.mak +++ b/buildlib/copy.mak @@ -21,7 +21,7 @@ veryclean: veryclean/$(LOCAL) MKDIRS += $(dir $($(LOCAL)-LIST)) -$($(LOCAL)-LIST) : $(TO)/% : % dirs +$($(LOCAL)-LIST) : $(TO)/% : % echo Installing $< to $(@D) cp $< $(@D) |