Enable commands printing sandbox/nmerinov/llvm
authorNikolai Merinov <n.merinov@samsung.com>
Wed, 13 Feb 2019 09:08:34 +0000 (12:08 +0300)
committerNikolai Merinov <n.merinov@samsung.com>
Wed, 13 Feb 2019 10:01:41 +0000 (13:01 +0300)
mk/compile.mk
packaging/optee-os.spec

index 002d1c1..ecadfb3 100644 (file)
@@ -128,7 +128,7 @@ $2: $1 FORCE-GENSRC
        $$(if $$(strip $$(filter-out FORCE-GENSRC, $$?) \
            $$(filter-out $$(comp-cmd-$2), $$(old-cmd-$2)) \
            $$(filter-out $$(old-cmd-$2), $$(comp-cmd-$2))), \
-               @set -e ;\
+               $$(q)set -e ;\
                mkdir -p $$(dir $2) ;\
                $$(echo-check-$2) '  CHECK   $$<' ;\
                $$(echo-check-cmd-$2) ;\
@@ -197,7 +197,7 @@ $3: $1 $(conf-file) FORCE
        $$(if $$(strip $$(filter-out FORCE, $$?) \
            $$(filter-out $$(comp-cmd-$3), $$(old-cmd-$3)) \
            $$(filter-out $$(old-cmd-$3), $$(comp-cmd-$3))), \
-               @set -e ;\
+               $$(q)set -e ;\
                mkdir -p $$(dir $2) $$(dir $3) ;\
                $(cmd-echo) $$(subst \",\\\",$$(comp-cmd-$3)) ;\
                $$(comp-cmd-$3) ;\
index 600c77c..bb4ac4e 100644 (file)
@@ -68,8 +68,8 @@ if echo "$CC" | grep -q clang ; then
  LDFLAGS=
 fi
 %{?asan:/usr/bin/gcc-unforce-options}
-make %{compile_flags} PLATFORM=rpi3
-make %{compile_flags} PLATFORM=s5p6818 out/arm-plat-s5p6818/core/tee.bin
+make %{compile_flags} PLATFORM=rpi3 q=
+make %{compile_flags} PLATFORM=s5p6818 out/arm-plat-s5p6818/core/tee.bin q=
 
 %install
 cp lib/libutils/isoc/arch/arm/softfloat/COPYING.txt LICENSE.BSD-3-Clause.mod