Skip to content

Commit f778497

Browse files
oech3oech3
authored andcommitted
Merge branch 'main' into mv-enotsup-xattr
2 parents f8225de + 22a8732 commit f778497

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/uu/du/src/du.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,7 @@ pub fn uu_app() -> Command {
12571257
)
12581258
.arg(
12591259
Arg::new(options::APPARENT_SIZE)
1260+
.short('A')
12601261
.long(options::APPARENT_SIZE)
12611262
.help(translate!("du-help-apparent-size"))
12621263
.action(ArgAction::SetTrue),

util/build-gnu.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ else
136136
./bootstrap --skip-po
137137
# Use CFLAGS for best build time since we discard GNU coreutils
138138
CFLAGS="${CFLAGS} -pipe -O0 -s" ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \
139-
--enable-install-program="kill,uptime,hostname" \
140139
"$([ "${SELINUX_ENABLED}" = 1 ] && echo --with-selinux || echo --without-selinux)"
141140
#Add timeout to to protect against hangs
142141
"${SED}" -i 's|^"\$@|'"${SYSTEM_TIMEOUT}"' 600 "\$@|' build-aux/test-driver

0 commit comments

Comments
 (0)