Re: [PATCH] buildsys: resurrect PLATFORM_LINUX and depend on it for linux-specific applets

2023-10-07 Thread Michael Tokarev
Another ping 1.5 hours later? Thanks, /mjt ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

Re: [PATCH] buildsys: resurrect PLATFORM_LINUX and depend on it for linux-specific applets

2023-04-01 Thread Michael Tokarev
Friendly ping #2. Is something like this not welcomed at all, or is okay generally but done in a wrong way, or maybe something else entirely? The change is relatively large and the code is bit-rotting slowly.. Thanks, /mjt 04.11.2022 19:49, Michael Tokarev wrote: This effectively reverts

Re: [PATCH] buildsys: resurrect PLATFORM_LINUX and depend on it for linux-specific applets

2023-01-21 Thread Michael Tokarev
21.01.2023 19:49, Clément Péron пишет: Hi Michael, On Sat, 21 Jan 2023 at 16:38, Michael Tokarev wrote: A friendly ping? This patch still applies and works okay with current 1.36 version. diff --git a/miscutils/lsscsi.c b/miscutils/lsscsi.c index 8f7eda761..a9d8c3772 100644 ---

Re: [PATCH] buildsys: resurrect PLATFORM_LINUX and depend on it for linux-specific applets

2023-01-21 Thread Clément Péron
Hi Michael, On Sat, 21 Jan 2023 at 16:38, Michael Tokarev wrote: > > A friendly ping? > > This patch still applies and works okay with current 1.36 version. diff --git a/miscutils/lsscsi.c b/miscutils/lsscsi.c index 8f7eda761..a9d8c3772 100644 --- a/miscutils/lsscsi.c +++ b/miscutils/lsscsi.c

Re: [PATCH] buildsys: resurrect PLATFORM_LINUX and depend on it for linux-specific applets

2023-01-21 Thread Michael Tokarev
A friendly ping? This patch still applies and works okay with current 1.36 version. Thanks, /mjt 04.11.2022 19:49, Michael Tokarev wrote: This effectively reverts the following two commits: commit e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 Author: Denys Vlasenko Date: Sat Feb 26

Re: [PATCH] buildsys: resurrect PLATFORM_LINUX and depend on it for linux-specific applets

2022-11-06 Thread Kang-Che Sung
On Sat, Nov 5, 2022 at 12:55 AM Michael Tokarev wrote: > diff --git a/Makefile b/Makefile > index 503475fe9..ad780c261 100644 > --- a/Makefile > +++ b/Makefile > @@ -361,9 +361,16 @@ scripts/basic/%: scripts_basic ; > > # This target generates Kbuild's and Config.in's from *.c files > PHONY +=

Re: [PATCH] buildsys: resurrect PLATFORM_LINUX and depend on it for linux-specific applets

2022-11-04 Thread Michael Tokarev
Just a bit of context I failed to add. I'm aware of the previous issues there, http://lists.busybox.net/pipermail/busybox/2011-February/074954.html was the reason it was changed from "depends on linux" to "select linux". It was a wrong thing to do, instead, PLATFORM_LINUX should have been made

[PATCH] buildsys: resurrect PLATFORM_LINUX and depend on it for linux-specific applets

2022-11-04 Thread Michael Tokarev
This effectively reverts the following two commits: commit e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 Author: Denys Vlasenko Date: Sat Feb 26 22:24:08 2011 +0100 Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" and commit 5c69ad0ecdc18cf51b312c7c82848f4438fe1c8d