Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
make -j has no effect in our case
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Aug 22, 2022
1 parent 4b94383 commit 9756ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_feed
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "$1" == "incontainer" ]; then
./scripts/feeds update -a # luci falter
./scripts/feeds install -a -p "$FEED_NAME"
make defconfig
find feeds/$FEED_NAME -name Makefile | awk -F/ '{printf "package/%s/compile\n", $(NF - 1)}' | xargs make -j8
find feeds/$FEED_NAME -name Makefile | awk -F/ '{printf "package/%s/compile\n", $(NF - 1)}' | xargs make
make package/index
else
SDK_TAG="$1"
Expand Down

0 comments on commit 9756ff8

Please sign in to comment.