Skip to content

Commit

Permalink
scripts/gen-dependencies.sh: clean up temp files
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37430
  • Loading branch information
Felix Fietkau committed Jul 19, 2013
1 parent 1b5aa23 commit 1ffa67e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gen-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ for kmod in `find $TARGETS -type f -name \*.ko`; do
egrep -a '^depends=' | \
sed -e 's,^depends=,,' -e 's/,/\n/g' | \
awk '{ print $1 ".ko" }'
rm -f $tmp
done | sort -u

0 comments on commit 1ffa67e

Please sign in to comment.