From: Petteri Aimonen Date: Sun, 17 Nov 2013 18:24:32 +0000 (+0200) Subject: Actually no, it was a portability hassle X-Git-Tag: 3.99.1~14^2~299 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=05e2dc20f32016be40b11cc3e02e1e62bbc3944f;p=apps%2Flow-level-can-service.git Actually no, it was a portability hassle --- diff --git a/examples/simple/Makefile b/examples/simple/Makefile index ecee452..02a4c3f 100644 --- a/examples/simple/Makefile +++ b/examples/simple/Makefile @@ -13,16 +13,9 @@ CSRC += $(NANOPB_DIR)/pb_decode.c # The nanopb decoder # Build rule for the main program simple: $(CSRC) - @echo - @echo "*** Building the main binary..." $(CC) $(CFLAGS) -osimple $(CSRC) - @echo - @echo "*** Congrats! You can now run ./simple to see what it does!" - @echo # Build rule for the protocol simple.pb.c: simple.proto - @echo - @echo "*** Building the protocol definition..." $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. simple.proto