bug-gsrc
[Top][All Lists]
Advanced

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

Re: [bug-gsrc] problem with building gnu/hello


From: carl hansen
Subject: Re: [bug-gsrc] problem with building gnu/hello
Date: Thu, 7 Aug 2014 15:45:36 -0700

looking at gnu/hello/Makefile we see:


include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk

looking at ../../gar.lib/info.mk
we see that the first target is:

post-install:
    printf "[$(OK)install-info$(OFF)] $(MSG)Installing entries to the Info directory$(OFF)\n"
    .............

so the default target is the first target, which installs the ".info" files.

Probably what was meant was to put ../../gar.lib/auto.mk BEFORE
../../gar.lib/info.mk

I've noticed this behaviour on other packages as well.
 

reply via email to

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