Completely rework the config system so that it no longer annoys me to work on
authorEric Andersen <andersen@codepoet.org>
Fri, 12 Apr 2002 12:05:57 +0000 (12:05 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 12 Apr 2002 12:05:57 +0000 (12:05 -0000)
commit85208e2ab94ddd60cc97dd7ae4a3b2a588281398
tree8065760390f8f705c47f01a30a7f63c93cef8cf3
parentb1591d1f8b9444c770771c9482d708dd5e497829
Completely rework the config system so that it no longer annoys me to work on
the busybox development tree.  This eliminates the use of recursive make, and
once again allows us to run 'make' in a subdirectory with the expected result.
And things are now much faster too.  Greatly improved IMHO...
 -Erik
32 files changed:
Makefile
Rules.mak
applets/Makefile
applets/Makefile.in [new file with mode: 0644]
archival/Makefile
archival/Makefile.in [new file with mode: 0644]
archival/libunarchive/Makefile
archival/libunarchive/Makefile.in [new file with mode: 0644]
console-tools/Makefile
console-tools/Makefile.in [new file with mode: 0644]
editors/Makefile
editors/Makefile.in [new file with mode: 0644]
findutils/Makefile
findutils/Makefile.in [new file with mode: 0644]
init/Makefile
init/Makefile.in [new file with mode: 0644]
libbb/Makefile
libbb/Makefile.in [new file with mode: 0644]
miscutils/Makefile
miscutils/Makefile.in [new file with mode: 0644]
modutils/Makefile
modutils/Makefile.in [new file with mode: 0644]
networking/Makefile
networking/Makefile.in [new file with mode: 0644]
procps/Makefile
procps/Makefile.in [new file with mode: 0644]
shell/Makefile
shell/Makefile.in [new file with mode: 0644]
sysklogd/Makefile
sysklogd/Makefile.in [new file with mode: 0644]
util-linux/Makefile
util-linux/Makefile.in [new file with mode: 0644]