aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2021-04-20skip more things on posix that aren't needed thereHEADcanonMelody Horn-4/+20
2021-04-20yeet a leading ./ gnufullyMelody Horn-0/+3
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-16maybe that was the problem???Melody Horn-1/+1
2021-04-16wait a bit in that test so it passes on a fast CI? i guess?Melody Horn-0/+4
2021-04-15don't strip comments in multiline macro definitionsMelody Horn-1/+5
2021-04-15add a test for not rebuilding up-to-date targetsMelody Horn-0/+48
2021-04-15ignore missing targets if they're phonyMelody Horn-1/+47
2021-04-14rebuild out-of-date makefiles, kindaMelody Horn-20/+127
2021-04-14implement potentially-mixed-quoted conditional argsMelody Horn-10/+43
2021-04-14install lex & yacc for linux testMelody Horn-0/+1
2021-04-14never try twice to infer a targetMelody Horn-0/+8
2021-04-14add a test for export assignmentMelody Horn-0/+17
2021-04-14always give a target with commands the first prereqsMelody Horn-8/+23
2021-04-14correctly handle lines that start with `export_`Melody Horn-2/+2
2021-04-14trace unexpanded command lineMelody Horn-0/+1
2021-04-14trace macro expansion, including sourceMelody Horn-0/+6
2021-04-14name the strip_prefix argument prefix oopsMelody Horn-2/+2
2021-04-14make include/export/unexport their own line types & implement export+assignMelody Horn-84/+112
2021-04-14ensure trailing / in dir outputMelody Horn-2/+10
2021-04-14move outer RefCell into DynamicTargetSetMelody Horn-28/+25
2021-04-14give targets an encapsulated set like macros haveMelody Horn-63/+141
2021-04-14use full pattern matching for $(x:y%z=z%a) macro substitutionMelody Horn-12/+53
2021-04-14always recurse when in dry-run etc modeMelody Horn-2/+16
2021-04-14don't break the posix tests oopsMelody Horn-1/+0
2021-04-14add command-line arguments to MAKEFLAGS so they get inherited by recursive callsMelody Horn-1/+36
2021-04-14define MAKE even if using no-builtinsMelody Horn-1/+12
2021-04-14keep track of sources for inference rules tooMelody Horn-43/+86
2021-04-14now that xbps tests pass, keep them that wayMelody Horn-1/+1
2021-04-14only offer -C flag on full buildMelody Horn-0/+17
2021-04-14add -C flag to change directory before startingMelody Horn-0/+8
2021-04-14don't double-prune comments if there was an escaped #Melody Horn-6/+5
2021-04-13i think we're about due for a release again0.7.0Melody Horn-2/+7
2021-04-13test on libarchiveMelody Horn-1/+13
2021-04-13prefer a full-line comment to a partial-line comment given the choiceMelody Horn-1/+1
2021-04-13apparently the libarchive tests are brittleMelody Horn-1/+1
2021-04-13don't clobber .SUFFIXES when an include finishesMelody Horn-5/+17
2021-04-13spell SUFFIXES correctly smdhMelody Horn-6/+26
2021-04-13what even is comment processing anywayMelody Horn-1/+22
2021-04-13correctly handle comments and non-commentsMelody Horn-20/+75
2021-04-13what in the goddamn fuckMelody Horn-0/+37
2021-04-11test on xbps tooMelody Horn-0/+18
2021-04-11add $^ for all prerequisitesMelody Horn-1/+3
2021-04-11add more error contextMelody Horn-6/+30
2021-04-07let macros in dependencies use $@ to get targetsMelody Horn-1/+36
2021-04-06implement GNUful Static Pattern RulesMelody Horn-1/+30
2021-04-06skip rule-specific macros instead of trying to parse them as prereqsMelody Horn-1/+14
2021-04-06yknow what, fuck it, test ≈all of linuxMelody Horn-0/+3
2021-04-06implement function `firstword`Melody Horn-0/+9