diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-12-07 10:16:47 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-08 19:41:54 +0100 |
commit | 436dc00d7a3eda45e5eb49bbd0b7a308347d4bcb (patch) | |
tree | 8abf2ecb7d2ab655d15b28b43ca007d70e29467f /docs/manual/adding-packages-generic.txt | |
parent | 6febf6a8a0a16bd0a4ff7c6bcfeab258345d060f (diff) | |
download | buildroot-436dc00d7a3eda45e5eb49bbd0b7a308347d4bcb.tar.gz buildroot-436dc00d7a3eda45e5eb49bbd0b7a308347d4bcb.zip |
manual: remove package clean commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/adding-packages-generic.txt')
-rw-r--r-- | docs/manual/adding-packages-generic.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index 7ff0a6174c..14971b502b 100644 --- a/docs/manual/adding-packages-generic.txt +++ b/docs/manual/adding-packages-generic.txt @@ -413,9 +413,6 @@ different steps of the build process. should be installed, since they might be needed to compile other packages. -* +LIBFOO_CLEAN_CMDS+, lists the actions to perform to clean up - the build directory of the package. - * +LIBFOO_INSTALL_INIT_SYSV+ and +LIBFOO_INSTALL_INIT_SYSTEMD+ list the actions to install init scripts either for the systemV-like init systems (busybox, sysvinit, etc.) or for the systemd units. These commands |