Re: [PUSHED] EasyHack 42790: get rid of PRODUCT define/build system variable

2012-02-20 Thread Matúš Kukan
On 18 February 2012 09:43, jumbo444 wrote: > Actually all use of PRODUCT was removed from the code (if I correctly > greped). However it may also be necessary to remove the definition of > PRODUCT. I was not able to understand clearly how it is defined. I found > some PRODUCT="" or PRODUCT="full"

Re: [PUSHED] EasyHack 42790: get rid of PRODUCT define/build system variable

2012-02-18 Thread jumbo444
Michael Meeks-2 wrote > > It looks lovely :-) Thanks. I worked hard for that ;) Michael Meeks-2 wrote > >> Preprocessor constant PRODUCT is replaced by !DBG_UTIL > Thanks for that; does that complete that easy hack ? or is there more > to do there ? Actually all use of PRODUCT was r

[PUSHED] EasyHack 42790: get rid of PRODUCT define/build system variable

2012-02-17 Thread Michael Meeks
Hi there, On Wed, 2012-02-15 at 23:36 -0800, jumbo444 wrote: > This is my first patch, so please let me know if I did something wrong. :) It looks lovely :-) > Preprocessor constant PRODUCT is replaced by !DBG_UTIL > Contributed under LGPLv3+ / MPL 1.1 or later. Thanks for that