Files
packages/lang
Jeffery To fc2a591b53 treewide: Use default PKG_BUILD_DIR when possible
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 53e1692ae9)
2020-04-12 19:24:15 -07:00
..
2020-03-23 21:55:51 +08:00
2019-09-27 10:10:33 -07:00
2018-03-31 15:08:23 +02:00
2018-11-27 09:04:10 -08:00
2019-04-27 17:24:45 +08:00
2018-12-28 10:27:17 -02:00
2019-04-27 23:22:12 -04:00
2018-12-15 22:55:34 -08:00
2019-04-19 18:04:14 -07:00
2019-09-27 12:44:16 -07:00
2019-06-04 14:52:05 +09:00
2020-02-15 22:05:28 -08:00
2019-04-07 15:57:39 -06:00
2019-04-16 21:33:21 -07:00
2020-02-25 22:35:15 +01:00
2019-10-27 16:09:43 -03:00
2018-10-20 15:06:46 -07:00