busybox/scripts
Peter Tyser 748139332a scripts/Makefile.clean: Make Kbuild and Makefile optional
During cleaning, some directories might not have a Makefile or Kbuild
file.  Previously scripts/Makefile.clean would spit out the following
error when neither file could be found:
ptyser@petert busybox $ make mrproper
scripts/Makefile.clean:17: /home/user/busybox/findutils/Makefile: No such file or directory
make[1]: *** No rule to make target `/home/user/busybox/findutils/Makefile'.  Stop.
make: *** [_clean_findutils] Error 2

This issue can be triggered by running 'make mrproper' in a freshly
cloned busybox repository.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-05-16 02:50:07 +02:00
..
basic Hurd compat fixes. Mostly dealing with absent PATH_MAX 2010-03-26 19:08:53 +01:00
kconfig Hurd compat fixes. Mostly dealing with absent PATH_MAX 2010-03-26 19:08:53 +01:00
bb_release scripts/bb_release: release script (I nearly lost it last time) 2008-03-21 09:56:19 +00:00
bloat-o-meter bloat-o-meter: convert to print() calls 2010-02-07 19:42:48 +01:00
checkhelp.awk whitespace fixes 2010-01-25 13:39:24 +01:00
checkstack.pl attack the biggest stack users: 2007-12-02 08:35:37 +00:00
cleanup_printf2puts
defconfig mount: add an optional capability to create new /dev/loopN as needed 2010-04-14 12:31:26 -07:00
echo.c *: introduce and use ffulsh_all() 2009-11-02 14:19:51 +01:00
find_bad_common_bufsiz Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
find_stray_common_vars make variables static 2007-09-27 10:08:02 +00:00
fix_ws.sh whitespace fixes 2008-07-12 23:02:43 +00:00
gcc-version.sh
gen_build_files.sh gen_build_files.sh uses bashism, document it 2010-05-15 21:08:51 +02:00
individual rename: run_applet_by_name -> run_applet_and_exit 2007-04-11 17:03:19 +00:00
Kbuild
Kbuild.include - need to pass the PATH down to the gcc-version check to be able to find the correct cc. 2007-06-25 10:41:01 +00:00
Makefile.build build system: add PIE build option 2008-06-04 11:28:24 +00:00
Makefile.clean scripts/Makefile.clean: Make Kbuild and Makefile optional 2010-05-16 02:50:07 +02:00
Makefile.host *: whitespace fixes, no code changes 2008-03-24 02:18:03 +00:00
Makefile.IMA build system: add PIE build option 2008-06-04 11:28:24 +00:00
Makefile.lib build system: remove '-Wl,' when we pass flags to ld. 2008-11-08 20:36:32 +00:00
memusage scripts: add a script which prints memory map of running busybox 2008-05-26 18:41:35 +00:00
mkconfigs trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
mkdiff_obj *: a few more NOINLINEs 2009-10-08 14:35:37 +02:00
mkdiff_obj_bloat *: a few more NOINLINEs 2009-10-08 14:35:37 +02:00
mkmakefile build system: re-add mistakenly deleted script 2008-07-11 10:21:29 +00:00
objsizes ...and exclude LC_ALL too 2008-12-01 12:38:36 +00:00
randomtest work on adding testsuite runs to randomconfig test builds 2010-05-10 04:16:43 +02:00
randomtest.loop work on adding testsuite runs to randomconfig test builds 2010-05-10 04:16:43 +02:00
sample_pmap scripts: add a script which prints memory map of running busybox 2008-05-26 18:41:35 +00:00
showasm
trylink trylink: don't use ld --gc-sections if ld doesn't support it 2009-06-27 00:24:35 +02:00