aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/command_line.rs
AgeCommit message (Expand)AuthorLines
2021-04-20skip more things on posix that aren't needed thereHEADcanonMelody Horn-2/+10
2021-04-20...but don't do that if the command line is more than just the one thingMelody Horn-11/+20
2021-04-16handle macros expanding to multiple command lines gnufullyMelody Horn-0/+16
2021-04-14trace unexpanded command lineMelody Horn-0/+1
2021-04-14always recurse when in dry-run etc modeMelody Horn-2/+7
2021-04-06implement exported variablesMelody Horn-8/+16
2021-04-01catch prefixes that came from macrosMelody Horn-5/+22
2021-04-01slightly fancier errorsMelody Horn-2/+4
2021-03-31awolnation voice BAILMelody Horn-2/+1
2021-03-31issuing correction on a previous post of mine, regarding pub(crate)Melody Horn-3/+3
2021-03-31massively upgrade error handlingMelody Horn-3/+5
2021-03-27appease clippy in command_lineMelody Horn-3/+3
2021-03-27why `pub` when you can `pub(crate)`?Melody Horn-3/+3
2021-03-27call the shell explicitlyMelody Horn-6/+24
2021-03-27refactor makefile elements into submodulesMelody Horn-0/+102