bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New feature: Post-requisites


From: Dmitry Goncharov
Subject: Re: New feature: Post-requisites
Date: Fri, 22 Jul 2022 10:37:40 -0400

On Fri, Jul 22, 2022 at 9:34 AM <thutt@vmware.com> wrote:
> In your example, wouldn't the following accomplish the same thing?
>
>
> update-mandb:  $(DESTDIR)$(man3dir)/foo.3 $(DESTDIR)$(man3dir)/bar.3

i'd also be interested in the answer.
Either this traditional syntax specified above, or

$(DESTDIR)$(man3dir)/bar.3: man3/bar.3 | $(DESTDIR)$(man3dir)
        $(info INSTALL  $@)
        @$(INSTALL_DATA) -T $< $@
        @mandb

regards, Dmitry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]