File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 264264 path = pkg/pciutils/src
265265 url = https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git
266266 ignore = all
267+ [submodule "pkg/pdpmake/src "]
268+ path = pkg/pdpmake/src
269+ url = https://github.com/rmyorston/pdpmake
267270[submodule "pkg/pigz/src "]
268271 path = pkg/pigz/src
269272 url = https://github.com/madler/pigz
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ subgen 'opus'
9393subgen ' pax'
9494subgen ' pciutils'
9595subgen ' pcre'
96+ subgen ' pdpmake'
9697subgen ' perp'
9798subgen ' pigz'
9899subgen ' pixman'
Original file line number Diff line number Diff line change 1+ cflags {
2+ ' -std=c99' ,
3+ ' -Wpedantic' , ' -Wall' ,
4+ }
5+
6+ exe (' pdpmake' , {
7+ ' check.c' ,
8+ ' input.c' ,
9+ ' macro.c' ,
10+ ' main.c' ,
11+ ' make.c' ,
12+ ' modtime.c' ,
13+ ' rules.c' ,
14+ ' target.c' ,
15+ ' utils.c' ,
16+ })
17+
18+ file (' bin/pdpmake' , ' 755' , ' $outdir/pdpmake' )
19+
20+ man {' pdpmake.1' }
21+
22+ fetch ' git'
Original file line number Diff line number Diff line change 1+ 2.0.4
You can’t perform that action at this time.
0 commit comments