Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298212
b: refs/heads/master
c: dddcbb7
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel authored and Michal Marek committed Feb 24, 2012
1 parent 70bbc64 commit 468953d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d7d357bc279453d402e96527bdcc5b40299f1cf0
refs/heads/master: dddcbb7ce3a9947710137d06d0157a2355be93dc
6 changes: 3 additions & 3 deletions trunk/scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ else
fi

if grep -q '^CONFIG_MODULES=y' .config ; then
INSTALL_MOD_PATH="$tmpdir" make KBUILD_SRC= modules_install
INSTALL_MOD_PATH="$tmpdir" $MAKE KBUILD_SRC= modules_install
rm -f "$tmpdir/lib/modules/$version/build"
rm -f "$tmpdir/lib/modules/$version/source"
if [ "$ARCH" = "um" ] ; then
Expand All @@ -131,8 +131,8 @@ if grep -q '^CONFIG_MODULES=y' .config ; then
fi

if [ "$ARCH" != "um" ]; then
make headers_check
make headers_install INSTALL_HDR_PATH="$libc_headers_dir/usr"
$MAKE headers_check KBUILD_SRC=
$MAKE headers_install KBUILD_SRC= INSTALL_HDR_PATH="$libc_headers_dir/usr"
fi

# Install the maintainer scripts
Expand Down

0 comments on commit 468953d

Please sign in to comment.