archival: note implicit dependencies between lzop & bbunzip
authorMike Frysinger <vapier@gentoo.org>
Sun, 3 Mar 2013 05:48:53 +0000 (00:48 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 3 Mar 2013 05:48:53 +0000 (00:48 -0500)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
archival/bbunzip.c
archival/lzop.c

index fe3b29b78b6fc3da48d40395f9ab214ac3723e08..b332eecd690b73f6e31ac5cf55fd38c4f060631d 100644 (file)
@@ -7,6 +7,7 @@
 #include "libbb.h"
 #include "bb_archive.h"
 
+/* Note: must be kept in sync with archival/lzop.c */
 enum {
        OPT_STDOUT     = 1 << 0,
        OPT_FORCE      = 1 << 1,
index f5e06b54bef8727938dce98d8ace83dd77f331ed..9b42e5fd3987b2e317ed6d16bbabab26bb7668e6 100644 (file)
@@ -438,6 +438,7 @@ struct globals {
 
 #define OPTION_STRING "cfvqdt123456789CF"
 
+/* Note: must be kept in sync with archival/bbunzip.c */
 enum {
        OPT_STDOUT      = (1 << 0),
        OPT_FORCE       = (1 << 1),