File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 267267 path = pkg/pciutils/src
268268 url = https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git
269269 ignore = all
270+ [submodule "pkg/pdpmake/src "]
271+ path = pkg/pdpmake/src
272+ url = https://github.com/rmyorston/pdpmake
270273[submodule "pkg/pigz/src "]
271274 path = pkg/pigz/src
272275 url = https://github.com/madler/pigz
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ subgen 'cmark'
1818subgen ' cproc'
1919subgen ' curl'
2020subgen ' dav1d'
21- subgen ' dosfstools'
2221subgen ' dmenu'
2322subgen ' dnssec-rr'
23+ subgen ' dosfstools'
2424subgen ' e2fsprogs'
2525subgen ' efibootmgr'
2626subgen ' efivar'
@@ -80,8 +80,8 @@ subgen 'mtdev'
8080subgen ' mupdf'
8181subgen ' musl'
8282subgen ' nasm'
83- subgen ' netbsd-curses'
8483subgen ' ncompress'
84+ subgen ' netbsd-curses'
8585subgen ' netsurf'
8686subgen ' nginx'
8787subgen ' nsd'
@@ -93,6 +93,7 @@ subgen 'opus'
9393subgen ' pax'
9494subgen ' pciutils'
9595subgen ' pcre'
96+ subgen ' pdpmake'
9697subgen ' perp'
9798subgen ' pigz'
9899subgen ' pixman'
@@ -124,11 +125,11 @@ subgen 'tinyalsa'
124125subgen ' tinyemu'
125126subgen ' transmission'
126127subgen ' tz'
128+ subgen ' u-boot'
127129subgen ' ubase'
128130subgen ' unbound'
129131subgen ' unzip'
130132subgen ' usbids'
131- subgen ' u-boot'
132133subgen ' utf8proc'
133134subgen ' util-linux'
134135subgen ' velox'
Original file line number Diff line number Diff line change 1+ cflags {
2+ ' -std=c99' ,
3+ ' -pedantic' ,
4+ ' -Wall' ,
5+ ' -Wextra' ,
6+ }
7+
8+ exe (' pdpmake' , {
9+ ' check.c' ,
10+ ' input.c' ,
11+ ' macro.c' ,
12+ ' main.c' ,
13+ ' make.c' ,
14+ ' modtime.c' ,
15+ ' rules.c' ,
16+ ' target.c' ,
17+ ' utils.c' ,
18+ })
19+
20+ file (' bin/pdpmake' , ' 755' , ' $outdir/pdpmake' )
21+
22+ man {' pdpmake.1' }
23+
24+ fetch ' git'
Original file line number Diff line number Diff line change 1+ 2.0.3 r0
You can’t perform that action at this time.
0 commit comments