diff options
author | Rob Landley <rob@landley.net> | 2016-02-04 14:10:30 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-02-04 14:10:30 -0600 |
commit | f42356f850c64fb3b2cd23595789fb4daf03f35b (patch) | |
tree | 2de9615e5e98f2402f816039fe26fd52874d1df6 /Makefile | |
parent | 8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645 (diff) | |
parent | 9a64b8db59db8182255bd56abdd472939c33fabe (diff) | |
download | toybox-f42356f850c64fb3b2cd23595789fb4daf03f35b.tar.gz |
Merge branch 'master' of ssh://github.com/landley/toybox
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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: |