Skip to content

Commit

Permalink
Commit d20b9ff fixed most of yocto building, but there was a leftover
Browse files Browse the repository at this point in the history
(redundant) file built from the makefile (which _should_ just be a wrapper
for scripts/make.sh and scripts/install.sh).
  • Loading branch information
landley committed Feb 4, 2016
1 parent 5fdb5d9 commit 9a64b8d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ baseline: toybox_unstripped
bloatcheck: toybox_old toybox_unstripped
@scripts/bloatcheck toybox_old toybox_unstripped

generated/instlist: toybox_stuff
NOBUILD=1 scripts/make.sh
$(HOSTCC) -I . scripts/install.c -o generated/instlist

install_flat: generated/instlist
install_flat:
scripts/install.sh --symlink --force

install:
Expand Down

0 comments on commit 9a64b8d

Please sign in to comment.