summaryrefslogtreecommitdiff
path: root/sys/src/cmd/awk/mkfile
AgeCommit message (Collapse)Author
2020-05-24awk: fix race condition with sub-mk in mkfilecinap_lenrek
the maketab helper program was generated in parallel, which had a dependency to y.tab.h which lead to yacc running twice in parallel. this removes the dependency to y.tab.h in the virtual maketab.$objtype target to prevent this race condition. the dependency to y.tab.h is resolved in the main mk at the $cputype.maketab target which serializes with the other targets.
2016-05-02awk: dont require sed to build awkcinap_lenrek
2016-04-28awk: fix mkfile for cross-compiles (thanks, spew)stanley lieber
2016-04-26New libregexp and APE ported to nativeben
2013-05-09awk: proctab.c is always regenerated from maketab, so it is unnecessary to ↵ppatience0
keep it
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen