bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* iconv_open: non-gnu make fails to generate "iconv_open-aix.h"
@ 2019-08-24  6:15 Assaf Gordon
  2019-08-24  8:19 ` Bruno Haible
  0 siblings, 1 reply; 7+ messages in thread
From: Assaf Gordon @ 2019-08-24  6:15 UTC (permalink / raw)
  To: bug-gnulib@gnu.org List

Hello,

While investigating some other issue, I noticed that non-gnu make
fails to create 'iconv_open-aix.h' from 'iconv_open-aix.gperf'.

Perhaps this is a non-issue, and only gnu-make is supported
for this bootstrapping stage (and non-gnu makes are only supported
after "make dist"). Still, worth reporting.

To reproduce:

    ./gnulib-tool --create-testdir --dir=foo iconv_open
    cd foo
    ./configure && make   ## gnu make - works OK

    ## gnu make - the "-aix.h" file is re-generated without problem
    rm gllib/iconv_open-aix.h
    make

    # now try again with BSD make
    $ rm gllib/iconv_open-aix.h
    $ bmake
    bmake  all-recursive
    Making all in gllib
    bmake[2]: don't know how to make iconv_open-aix.h. Stop

    bmake[2]: stopped in /home/gordon/projects/gnulib/foo/gllib
     *** Error code 1

The 'bmake' here is BSD-make from the stock Debian 'bmake' package,
but the same happens on FreeBSD.

-assaf



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-08-24 21:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-24  6:15 iconv_open: non-gnu make fails to generate "iconv_open-aix.h" Assaf Gordon
2019-08-24  8:19 ` Bruno Haible
2019-08-24 20:12   ` Assaf Gordon
2019-08-24 21:08     ` Bruno Haible
2019-08-24 21:14       ` Assaf Gordon
2019-08-24 21:36         ` Bruno Haible
2019-08-24 21:58           ` Assaf Gordon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).