> On May 30, 2019, at 10:01 PM, Erik Joelsson <erik.joels...@oracle.com> wrote: > > In my experience, using directories for dependencies in make does not work > well. Since all the files in make/data/cacerts are in a flat structure, I > would recommend expressing the prerequisites as: > > $(wildcard $(GENDATA_CACERTS_SRC)/*) > > This will not cover the case where a file is removed, but that case is rarely > handled well in make based build systems. But in my experiment, using the directory name does detect the file removal. Or, can I list *both* the files and the directory to get maximum awareness? --Max
- RFR 8193255: Root Certificates should be stored in text ... Weijun Wang
- Re: RFR 8193255: Root Certificates should be stored... David Holmes
- Re: RFR 8193255: Root Certificates should be st... Weijun Wang
- Re: RFR 8193255: Root Certificates should b... Erik Joelsson
- Re: RFR 8193255: Root Certificates shou... Weijun Wang
- Re: RFR 8193255: Root Certificates... Erik Joelsson
- Re: RFR 8193255: Root Certific... Weijun Wang
- RE: RFR 8193255: Root Cert... Langer, Christoph
- Re: RFR 8193255: Root Cert... Erik Joelsson
- RE: RFR 8193255: Root Certificates... Langer, Christoph
- Re: RFR 8193255: Root Certificates should be stored... Sean Mullan
- Re: RFR 8193255: Root Certificates should be st... Weijun Wang
- Re: RFR 8193255: Root Certificates should b... Sean Mullan
- Re: RFR 8193255: Root Certificates shou... Weijun Wang