aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-02-04 14:10:30 -0600
committerRob Landley <rob@landley.net>2016-02-04 14:10:30 -0600
commitf42356f850c64fb3b2cd23595789fb4daf03f35b (patch)
tree2de9615e5e98f2402f816039fe26fd52874d1df6
parent8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645 (diff)
parent9a64b8db59db8182255bd56abdd472939c33fabe (diff)
downloadtoybox-f42356f850c64fb3b2cd23595789fb4daf03f35b.tar.gz
Merge branch 'master' of ssh://github.com/landley/toybox
-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: