]> granicus.if.org Git - icu/commitdiff
ICU-20051 fix 'goods=: command not found' warning during build (#64)
authorsav-ix <sav_ix@ukr.net>
Tue, 21 Aug 2018 18:06:32 +0000 (21:06 +0300)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:38 +0000 (14:27 -0700)
a typo 'test/Makefile.in' made noise in stderr.

additionally brought similar code to the common view.

icu4c/source/test/Makefile.in

index 7ce92770394b622835a61957afb109e663c9ea23..7bb5b222829e9c29485e5232ca7034ec76a004c3 100644 (file)
@@ -88,7 +88,7 @@ xcheck-recursive check-recursive check-exhaustive-recursive:
        @$(MKINSTALLDIRS) $(STATUS_TMP)
        @mystatus=$(STATUS_FULL)/status.$$$$.deleteme ; \
        $(RMV) "$$mystatus".* ; \
-       @goods=; \
+       goods=; \
        bads=; \
        target=`echo $@ | sed s/-recursive//`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -137,8 +137,8 @@ $(STATUS_FULL)/status.$(STATUS_NUM).deleteme.%: pcheck_setup
 
 # print out status
 pcheck: $(STATUS_FILES)
-       @goods= ; \
-       bads= ; \
+       @goods=; \
+       bads=; \
        echo "----------------------------------------"; \
        for subdir in $(SUBDIRS); do \
          if [ -s "$(MYSTATUS_R).$$subdir" ]; then \