From 9a64b8db59db8182255bd56abdd472939c33fabe Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 3 Feb 2016 22:33:04 -0600 Subject: Commit d20b9ff3ee0f fixed most of yocto building, but there was a leftover (redundant) file built from the makefile (which _should_ just be a wrapper for scripts/make.sh and scripts/install.sh). --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5422efed..004293c0 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.2.3