Skip to content

Commit aae6a67

Browse files
committed
builddeb: remove redundant make for ARCH=um
The kernel build has already been done before builddeb is invoked. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 9a92eee commit aae6a67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/package/builddeb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,9 @@ mkdir -m 755 -p "$tmpdir/DEBIAN"
8282
mkdir -p "$tmpdir/lib" "$tmpdir/boot"
8383
mkdir -p "$kernel_headers_dir/lib/modules/$version/"
8484

85-
# Build and install the kernel
85+
# Install the kernel
8686
if [ "$ARCH" = "um" ] ; then
8787
mkdir -p "$tmpdir/usr/lib/uml/modules/$version" "$tmpdir/usr/bin" "$tmpdir/usr/share/doc/$packagename"
88-
$MAKE linux
8988
cp System.map "$tmpdir/usr/lib/uml/modules/$version/System.map"
9089
cp $KCONFIG_CONFIG "$tmpdir/usr/share/doc/$packagename/config"
9190
gzip "$tmpdir/usr/share/doc/$packagename/config"

0 commit comments

Comments
 (0)