busybox/applets
Ron Yorston 2d217799e8 build system: prevent duplicate applet names
The embedded script feature makes it easier to create applets with
duplicate names.  Currently in such cases the build succeeds but
the resulting executable doesn't work as the developer intended.

Catch duplicate names when the applet tables are being generated
and make the build fail.

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-11-27 10:47:06 +01:00
..
.gitignore .gitignore: add missing ignores 2011-03-06 19:54:15 +01:00
applet_tables.c build system: prevent duplicate applet names 2018-11-27 10:47:06 +01:00
applets.c
busybox.mkll fix "make install" 2011-02-20 05:50:04 +01:00
busybox.mkscripts Treat custom and applet scripts as applets 2018-11-17 21:16:33 +01:00
busybox.mksuid buildsys: Add helper to list suid applets 2013-07-26 13:39:46 +02:00
individual.c style fixes, no code changes 2012-09-02 14:29:14 +02:00
install.sh install.sh: don't clobber dangling symlinks 2018-07-31 15:49:19 +02:00
Kbuild.src build system: different fix for include/applet_tables.h/include/NUM_APPLETS.h 2016-08-21 22:00:20 +02:00
usage_compressed Automatically disable FEATURE_COMPRESS_USAGE for small builds. 2017-01-06 19:16:36 +01:00
usage_pod.c build system: fix a few warnings for allnoconfig build 2016-07-05 21:43:28 +02:00
usage.c