aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2024-04-19The -f doesn't reliably shut up chmod.Rob Landley
2023-11-13Add probes README and move bloatcheck into probes, adjusting makefile.Rob Landley
2023-11-09Mac and BSD use "gmake", so use $(MAKE) to pass along argv[0] name.Rob Landley
2023-07-11Default ASAN=1 when "make tests" builds a toybox binary.Rob Landley
2023-04-16Move mkroot into its own directory.Rob Landley
2023-01-09Don't force "make tests" or scripts/tests.sh to rebuild every time.Rob Landley
2022-07-19Move example commands from "make list" to "make list_example".Rob Landley
2022-07-10Update makefile target/wrapper for new name.Rob Landley
2022-04-03Give "make install" a default location it can actually install to, whereRob Landley
2022-03-22use $GENDIR variable for (some) generated/ references, and moveRob Landley
2021-09-16The default behavior for make " " is just crazy.Rob Landley
2020-12-18Elliott said that chmod 000 debris was confusing host rm -rf, and macosRob Landley
2020-08-19Typo.Rob Landley
2020-08-12Don't mess with root_download in distclean.Rob Landley
2020-08-07People have been having trouble finding the toybox web page (despite beingRob Landley
2020-05-17Allow "make distclean" to fail gracefully when root_download exists.Rob Landley
2020-05-05Teach mkroot to cross compile additional packages, with dropbear as example.Rob Landley
2020-05-01Fix and document make run_root.Rob Landley
2020-03-02Move "scripts/cross.sh all" log files into root/log.Rob Landley
2019-10-11Tweak clean to delete "scripts/cross.sh all" logs.Rob Landley
2019-09-07Fix up clean so we clean up after toybox-$TARGET and can do cross.sh all.Rob Landley
2019-08-22Add scripts/mkroot.sh and makefile changes for "make root".Rob Landley
2019-08-22Quiet "make clean" so it doesn't fill a whole screen with output.Rob Landley
2019-08-02fix parallel make build failurePatrick Oppenlander
2019-08-02fix typo in MakefilePatrick Oppenlander
2018-10-27Fix "make distclean defconfig toybox" all on one line (good of $CROSS_COMPILERRob Landley
2018-06-03call strip as $STRIPFrancesco Valla
2018-03-23Fix break caused by removing toys/e2fs.h.Rob Landley
2018-01-10Move make help text out of Makefile.Rob Landley
2017-12-19Fix make bloatcheck dependencies (pointed out by Patrick Oppenlander).Rob Landley
2017-01-04Tweak install_airlock help text.Rob Landley
2016-10-02Add install_airlock target for hermetic build environment setup, and rebuildRob Landley
2016-09-04Add comment so I don't undo and then redo a thing again.Rob Landley
2016-04-20Replace list_working with just list, "make list list_pending" shows combined ...Rob Landley
2016-03-23Redo build stuff in response to Andy Chu's suggestions.Rob Landley
2016-03-01Fix "make help" again.Elliott Hughes
2016-02-19Add test_COMMAND for each command, update "make help" to describe TEST_HOSTRob Landley
2016-02-14Add "make list", rename make working->list_working and pending->list_pending,Rob Landley
2016-02-10Wean scripts/install.c off toys.h so cross compiling less brittle.Rob Landley
2016-02-07Add "make ls" and friends targets, with "make working" and "make pending" lists.Rob Landley
2016-02-03Commit d20b9ff3ee0f fixed most of yocto building, but there was a leftoverRob Landley
2015-10-05Fix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.)Rob Landley
2015-10-04Export makefile variables so you can say "make CROSS_COMPILE=blah-" as well a...Rob Landley
2015-03-28Fix an obvious typo in Makefile.Elliott Hughes
2015-02-14Move guts of "make change" to scripts/change.sh, don't try to build sh or hel...Rob Landley
2015-02-07Clean up the output of "make change".Rob Landley
2014-12-13Add "make help" entry for "make change".Rob Landley
2014-11-28Add "change" subdirectory to make clean.Rob Landley
2014-11-28Add "make change" target to build the big toybox binary as a bunch of little ...Rob Landley
2014-09-20Delete generated/README.txt (the contents are in code.html now) so clean can ...Rob Landley