aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-02-03 22:33:04 -0600
committerRob Landley <rob@landley.net>2016-02-03 22:33:04 -0600
commit9a64b8db59db8182255bd56abdd472939c33fabe (patch)
tree1bbe1ffbf9ad7082d2baa80ead372f0572563ffb /Makefile
parent5fdb5d91bf7b39883c1806cd5dba371460f6b5d3 (diff)
downloadtoybox-9a64b8db59db8182255bd56abdd472939c33fabe.tar.gz
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).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
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: