Vincent Fazio
a1efb5427b
package/python3: fix config directory pattern
...
Previously, when running `PYTHON3_REMOVE_USELESS_FILES`, the hook to
clean up files from the python config directory assumed a pattern of
"config-$(VERSION)m-$(PLATFORM_TRIPLET)".
However, the "m" ABI suffix was dropped in python 3.8, so the hook would
never actually find files to delete. No error was raised due to the use
of a subshell to invoke find.
Also, if a platform triplet is not detected during the configure stage,
the config directory (LIBPL) defaults to `config-$VERSION`, and has no
trailing `-$PLATFORM_TRIPLET`.
Now, we glob anything after the version to ensure files get deleted.
Signed-off-by: Vincent Fazio <vfazio@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2024-06-09 21:13:58 +02:00
..
2024-05-24 14:38:32 +02:00
2024-05-13 21:28:41 +02:00
2024-05-14 17:33:17 +02:00
2024-06-06 21:20:38 +02:00
2024-05-10 23:33:48 +02:00
2024-05-24 14:36:31 +02:00
2024-05-29 08:50:04 +02:00
2024-05-14 23:01:04 +02:00
2024-05-30 21:18:04 +02:00
2024-06-06 21:21:46 +02:00
2024-06-07 15:12:34 +02:00
2024-05-25 18:33:55 +02:00
2024-06-05 23:31:19 +02:00
2024-05-10 23:27:26 +02:00
2024-05-25 18:35:15 +02:00
2024-05-12 09:09:16 +02:00
2024-06-01 22:12:21 +02:00
2024-06-05 22:39:32 +02:00
2024-06-03 10:51:31 +02:00
2024-05-13 21:48:47 +02:00
2024-05-14 17:33:17 +02:00
2024-06-03 10:54:57 +02:00
2024-05-11 22:08:30 +02:00
2024-06-04 08:11:06 +02:00
2024-05-14 17:33:17 +02:00
2024-06-03 11:02:54 +02:00
2024-05-30 20:17:47 +02:00
2024-05-15 08:12:16 +02:00
2024-06-05 23:31:22 +02:00
2024-05-13 23:24:04 +02:00
2024-06-03 11:03:34 +02:00
2024-06-03 11:03:36 +02:00
2024-06-01 23:00:07 +02:00
2024-05-13 21:50:21 +02:00
2024-06-06 10:32:00 +02:00
2024-05-15 08:10:25 +02:00
2024-06-04 23:16:48 +02:00
2024-05-17 17:36:59 +02:00
2024-05-17 22:07:07 +02:00
2024-05-10 23:34:47 +02:00
2024-05-14 17:33:17 +02:00
2024-05-24 23:31:04 +02:00
2024-05-21 06:57:48 +02:00
2024-06-04 21:12:42 +02:00
2024-05-12 23:06:27 +02:00
2024-05-13 22:10:32 +02:00
2024-05-13 22:10:34 +02:00
2024-05-13 22:10:36 +02:00
2024-05-13 22:10:39 +02:00
2024-05-13 22:10:41 +02:00
2024-05-13 22:10:43 +02:00
2024-05-13 22:10:45 +02:00
2024-05-13 22:10:48 +02:00
2024-05-13 22:10:50 +02:00
2024-05-13 22:10:52 +02:00
2024-05-13 22:10:54 +02:00
2024-05-13 22:10:56 +02:00
2024-05-13 22:10:58 +02:00
2024-05-13 22:11:01 +02:00
2024-05-13 22:11:03 +02:00
2024-05-13 22:11:05 +02:00
2024-05-13 22:11:07 +02:00
2024-05-13 22:11:10 +02:00
2024-05-13 22:11:12 +02:00
2024-05-15 08:14:44 +02:00
2024-05-13 22:11:16 +02:00
2024-05-13 22:11:18 +02:00
2024-05-13 23:13:16 +02:00
2024-05-11 08:58:14 +02:00
2024-05-27 11:14:49 +02:00
2024-05-14 23:26:01 +02:00
2024-05-25 18:39:55 +02:00
2024-05-10 23:29:22 +02:00
2024-06-05 23:31:07 +02:00
2024-05-10 22:11:20 +02:00
2024-05-12 18:29:34 +02:00
2024-06-03 11:03:39 +02:00
2024-06-03 11:03:42 +02:00
2024-06-03 11:03:45 +02:00
2024-05-15 08:13:08 +02:00
2024-05-12 00:23:07 +02:00
2024-06-06 10:55:29 +02:00
2024-05-11 08:57:31 +02:00
2024-05-13 22:01:43 +02:00
2024-05-10 22:51:28 +02:00
2024-05-17 16:37:36 +02:00
2024-05-24 23:31:10 +02:00
2024-05-28 07:14:28 +02:00
2024-05-11 09:01:20 +02:00
2024-05-11 09:11:29 +02:00
2024-06-05 22:25:37 +02:00
2024-05-13 22:08:41 +02:00
2024-06-05 22:33:28 +02:00
2024-05-12 12:27:27 +02:00
2024-06-01 16:48:54 +02:00
2024-05-24 14:51:47 +02:00
2024-05-25 08:17:46 +02:00
2024-06-01 21:50:44 +02:00
2024-06-03 11:10:21 +02:00
2024-06-04 15:15:22 +02:00
2024-05-15 08:04:17 +02:00
2024-05-15 08:04:17 +02:00
2024-06-01 22:51:14 +02:00
2024-05-24 14:33:16 +02:00
2024-05-24 14:33:35 +02:00
2024-06-01 21:35:39 +02:00
2024-05-13 23:26:41 +02:00
2024-05-24 14:33:54 +02:00
2024-06-03 11:11:19 +02:00
2024-05-13 21:36:58 +02:00
2024-06-03 11:11:21 +02:00
2024-06-03 11:11:23 +02:00
2024-05-12 12:23:01 +02:00
2024-06-06 21:34:58 +02:00
2024-06-03 23:28:55 +02:00
2024-05-14 17:33:17 +02:00
2024-06-04 23:33:16 +02:00
2024-05-10 22:29:09 +02:00
2024-06-06 21:29:55 +02:00
2024-05-15 08:15:16 +02:00
2024-05-24 14:30:37 +02:00
2024-05-17 16:39:59 +02:00
2024-05-14 17:33:17 +02:00
2024-06-03 11:11:31 +02:00
2024-05-24 14:31:25 +02:00
2024-06-09 21:13:58 +02:00
2024-05-20 22:33:54 +02:00
2024-05-20 22:33:54 +02:00
2024-05-12 12:06:13 +02:00
2024-05-12 12:10:54 +02:00
2024-05-10 23:28:17 +02:00
2024-05-10 22:12:15 +02:00
2024-06-05 23:11:39 +02:00
2024-05-20 22:33:54 +02:00
2024-05-22 13:44:24 +02:00
2024-05-20 22:33:54 +02:00
2024-05-10 22:08:10 +02:00
2024-05-10 22:08:16 +02:00
2024-05-20 22:33:54 +02:00
2024-05-10 22:10:26 +02:00
2024-05-10 22:10:29 +02:00
2024-05-20 22:33:54 +02:00
2024-05-20 22:33:54 +02:00
2024-05-13 23:00:36 +02:00
2024-05-10 22:12:09 +02:00
2024-05-12 12:02:49 +02:00
2024-05-13 22:47:39 +02:00
2024-06-02 20:19:22 +02:00
2024-06-06 20:54:08 +02:00
2024-05-10 23:11:40 +02:00
2024-05-14 17:33:17 +02:00
2024-05-27 16:34:30 +02:00
2024-06-06 21:21:24 +02:00
2024-05-10 23:33:01 +02:00
2024-05-21 06:47:39 +02:00
2024-05-14 17:33:17 +02:00
2024-05-13 21:35:00 +02:00
2024-05-14 17:33:17 +02:00
2024-05-13 23:27:37 +02:00
2024-05-13 21:31:24 +02:00
2024-06-06 21:22:29 +02:00
2024-05-13 22:50:00 +02:00
2024-05-15 08:07:22 +02:00
2024-05-12 09:06:04 +02:00
2024-05-11 09:00:41 +02:00
2024-06-06 21:26:03 +02:00
2024-05-11 09:11:35 +02:00
2024-06-05 23:00:15 +02:00
2024-05-12 09:53:08 +02:00
2024-05-14 17:33:17 +02:00
2024-05-27 16:37:16 +02:00
2024-06-03 12:18:44 +02:00
2024-06-03 12:18:44 +02:00
2024-06-03 11:11:25 +02:00
2024-06-06 21:25:08 +02:00
2024-05-11 09:05:24 +02:00
2024-06-03 11:11:28 +02:00
2024-06-06 21:23:01 +02:00
2024-05-24 14:56:36 +02:00
2024-05-24 14:35:55 +02:00
2024-06-04 15:22:28 +02:00
2024-05-10 23:11:03 +02:00
2024-05-26 15:51:50 +02:00
2024-05-29 08:13:47 +02:00
2024-05-24 14:37:15 +02:00
2024-05-27 11:18:46 +02:00
2024-06-03 11:11:29 +02:00
2024-05-13 22:40:48 +02:00
2024-05-21 06:58:56 +02:00
2024-06-03 11:11:34 +02:00
2024-06-05 23:47:56 +02:00
2024-06-05 23:31:29 +02:00