search for: kecho

Displaying 3 results from an estimated 3 matches for "kecho".

Did you mean: echo
2012 May 17
5
[PATCH 1/1] kbuild: sync with kernel 3.4-rc7
...(notdir $@)) + +### +# filename of first prerequisite with directory and extension stripped +baseprereq = $(basename $(notdir $<)) ### # Escape single quote for use in echo statements escsq = $(subst $(squote),'\$(squote)',$1) ### +# Easy method for doing a status message + kecho := : + quiet_kecho := echo +silent_kecho := : +kecho := $($(quiet)kecho) + +### # filechk is used to check if the content of a generated file is updated. # Sample usage: # define filechk_sample @@ -33,13 +52,13 @@ escsq = $(subst $(squote),'\$(squote)',$1) # to specify a valid file as...
2019 Jan 18
0
[klibc:master] remove some 'make -s' build spew
...t;h=994adfcbd9bfcb45967b834c962db20b875fbd6c Author: Greg Thelen <gthelen at google.com> AuthorDate: Sun, 25 Feb 2018 23:16:35 -0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Wed, 2 Jan 2019 03:08:04 +0000 [klibc] remove some 'make -s' build spew Use $(kecho) to remove 'GEN klcc/klibc.config' log message from 'make --silent' output. Signed-off-by: Greg Thelen <gthelen at google.com> Link: https://www.zytor.com/pipermail/klibc/2018-February/003979.html Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- klcc/Kbuild |...
2018 Feb 26
3
[PATCH 1/4] include sys/types.h in more places
Include sys/types.h to avoid compilation warnings: In file included from $LINUX/usr/include/linux/byteorder/little_endian.h:12:0, from $LINUX/usr/include/asm/byteorder.h:5, from $KLIBC/usr/klibc/../include/klibc/endian.h:11, from $KLIBC/usr/klibc/../include/endian.h:8, from $KLIBC/usr/klibc/pread.c:7: