[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: maintainer-makefile: catch uses of $< in non-implicit rules
From: |
Tim Rühsen |
Subject: |
Re: maintainer-makefile: catch uses of $< in non-implicit rules |
Date: |
Tue, 25 Jun 2019 16:46:51 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 |
Here is a Dockerfile for reproducing the issue on Fedora 30.
docker build ...
docker run ...
git clone https://gitlab.com/gnuwget/wget2.git
cd wget2
git checkout tmp-stuff
./bootstrap
./configure
make syntax-check
Regards, Tim
Dockerfile
Description: Text document
signature.asc
Description: OpenPGP digital signature
- Re: maintainer-makefile: catch uses of $< in non-implicit rules, Tim Rühsen, 2019/06/17
- Re: maintainer-makefile: catch uses of $< in non-implicit rules, Akim Demaille, 2019/06/17
- Re: maintainer-makefile: catch uses of $< in non-implicit rules, Tim Rühsen, 2019/06/17
- Re: maintainer-makefile: catch uses of $< in non-implicit rules, Akim Demaille, 2019/06/22
- Re: maintainer-makefile: catch uses of $< in non-implicit rules, Tim Rühsen, 2019/06/24
- Re: maintainer-makefile: catch uses of $< in non-implicit rules, Akim Demaille, 2019/06/24
- Re: maintainer-makefile: catch uses of $< in non-implicit rules, Tim Rühsen, 2019/06/25
- Re: maintainer-makefile: catch uses of $< in non-implicit rules, Tim Rühsen, 2019/06/25
- Re: maintainer-makefile: catch uses of $< in non-implicit rules, Bruno Haible, 2019/06/25
- Re: maintainer-makefile: catch uses of $< in non-implicit rules, Tim Rühsen, 2019/06/25
- Re: maintainer-makefile: catch uses of $< in non-implicit rules,
Tim Rühsen <=