On 2021/03/07 20:30, Jerome KASPER wrote:
> Hi klemmens,
> 
> First of all thanks for testing and reviewing.
> Nice spots in the grammar description.
> I will poke upstream about adding CFLAGS +=
> in the config.mk and will report back.
> I didn't knew about CPPFLAGS overriding with
> CFLAGS, is it a clang trick for debug?

CPPFLAGS is normally "c preprocessor flags" and would normally be used when
invoking the compiler to compile source code files, but not used when
invoking the compiler to link objects.

> > +++ pkg/DESCR   7 Mar 2021 18:36:33 -0000
> > @@ -1,6 +1,7 @@
> > -piemenu is a pie menu utility for X. It receives a menu specification OD
> > +piemenu is a pie menu utility for X. It receives a menu specification
> >  in stdin, shows a menu for the user to select one of the options,

"from stdin" or "from standard input" would read a little better

> >  and outputs the option selected to stdout.
> > +
> >  Features include radial Submenus (some pie-menu slices can spawn another
> > -menu), Icons (pie-menu slices can contain icon image),X resources support
> > -and Root window mode
> > +menu), Icons (pie-menu slices can contain icon image), X resources support
> > +and Root window mode.
> >

Reply via email to