[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Taler] Looking for Makefile feedback
From: |
ng0 |
Subject: |
Re: [Taler] Looking for Makefile feedback |
Date: |
Mon, 29 Apr 2019 05:04:06 +0000 |
Lukas Gro?berger transcribed 612 bytes:
> Dear Taler community,
>
> would someone be so kind to have a look at the modifications to the
> "Makefile.am" in web-common's dev/lukas-grossberger/common-base-template
> branch? I'm new to makefiles and think I failed to adjust it to reflect
> the new directory structure with ccs/ js/ and template/ sub directories,
> because the hierarchical builds that create and trigger a makefile for
> web-common fail with errors like for the landing repository with:
> > make[3]: *** No rule to make target 'taler-wallet-lib.js', needed by
> 'all-am'. Stop.
>
> We can also discuss in https://bugs.gnunet.org/view.php?id=5704
>
> Best, Lukas
One way to solve this would be via subdirectories, ie add a Makefile.am
to each subdirectory.
Simply reading the file, I think you should change directory, because
otherwise the build will complain about a file it can't find.
so cd js; tsc ; cd ..
or the eqivalent with $topbuildir should be enough.
Aside: while you are working on web-common, have you considered looking
into https://bugs.gnunet.org/view.php?id=5702 ?