Files
immortalwrt/package/libs
Leonardo Mörlein 2a821d862c build: introduce $(MKHASH)
Before this commit, it was assumed that mkhash is in the PATH. While
this was fine for the normal build workflow, this led to some issues if

    make TOPDIR="$(pwd)" -C "$pkgdir" compile

was called manually. In most of the cases, I just saw warnings like this:

    make: Entering directory '/home/.../package/gluon-status-page'
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    [...]

While these were only warnings and the package still compiled sucessfully,
I also observed that some package even fail to build because of this.

After applying this commit, the variable $(MKHASH) is introduced. This
variable points to $(STAGING_DIR_HOST)/bin/mkhash, which is always the
correct path.

Signed-off-by: Leonardo Mörlein <me@irrelefant.net>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-13 22:49:42 +08:00
..
2019-09-30 13:21:19 +08:00
2019-09-30 14:27:46 +08:00
2021-02-15 12:13:58 +08:00
2020-02-23 15:26:25 +08:00
2021-04-06 20:49:52 +08:00
2021-02-15 12:14:40 +08:00
2020-03-24 18:24:26 +08:00
2021-02-15 12:14:56 +08:00
2019-11-23 09:58:26 -08:00
2021-03-01 12:13:45 +08:00
2019-09-30 13:21:19 +08:00
2021-03-09 12:08:57 +08:00
2021-03-02 12:04:21 +08:00
2021-03-17 11:28:57 +08:00
2020-12-23 11:17:37 +08:00
2021-05-13 22:49:42 +08:00
2021-02-24 12:26:13 +08:00
2020-03-28 23:37:17 +08:00
2021-02-24 12:23:07 +08:00
2021-02-25 12:01:45 +08:00