tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
share
/
mk
/
at
jcs
17 files
Makefile
Nothing in base uses native language support anymore. Remove NLS support from the makefiles. OK naddy@
10 years ago
bsd.README
Add CXXOPTS.
2 years ago
bsd.dep.mk
Use ${.ALLSRC:M*.y} instead of ${.IMPSRC} as the input file for yacc, to fix a bug where ${.IMPSRC} (aka $<) is used in a context where it is not neccessarily defined by OpenBSD make. This would sometime show up trying to build libpcap with the following error message:
4 years ago
bsd.lib.mk
amend the exclude list for the readelf output for syspatch building (aarch64)
4 months ago
bsd.man.mk
document that usage of .PHONY, since it's not exactly obvious. okay schwarze@
8 years ago
bsd.obj.mk
Modernize and unify test idioms for the sake of readability and consistency. Done jointly with rpe.
9 years ago
bsd.own.mk
Switch m88k to PIE by default. ok aoyama@
4 months ago
bsd.port.arch.mk
create a new "bounce" file for ports infrastructure. clean up ancient comments in the existing ones, and use bsd.own.mk's guard against multiple includes.
14 years ago
bsd.port.mk
create a new "bounce" file for ports infrastructure. clean up ancient comments in the existing ones, and use bsd.own.mk's guard against multiple includes.
14 years ago
bsd.port.subdir.mk
create a new "bounce" file for ports infrastructure. clean up ancient comments in the existing ones, and use bsd.own.mk's guard against multiple includes.
14 years ago
bsd.prog.mk
Clean *.o.tmp files when doing `make clean` in the source tree.
5 months ago
bsd.regress.mk
Pass -g to CFLAGS for regression testing
1 year ago
bsd.subdir.mk
Do not let "make all" run the tests in the subdirectories twice if a Makefile using <bsd.regress.mk> defines both SUBDIR and REGRESS_TARGETS. This helps for example src/regress/usr.bin/ssh/. Same for "make cleandir", don't run "make clean" twice in SUBDIR. OK bluhm@, and no opposition when shown on tech@.
9 years ago
bsd.sys.mk
have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate files. This fixes up parallel builds in the default case. FreeBSD does something similar.
8 years ago
bsd.xconf.mk
Add a bsd.xconf.mk glue file, to be included at the start of Xenocara makefiles. ok oga@.
18 years ago
bsd.xorg.mk
- XORG_PREFIX is now X11BASE - define X11ETC here to avoid bootstrap problems noticed by Pierre-Yves Dampure and Frederick C. Druseikis.
19 years ago
sys.mk
crank to 7.8-beta
7 months ago