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
trash-bin2
17 files
Makefile
Nothing in base uses native language support anymore. Remove NLS support from the makefiles. OK naddy@
10 years ago
bsd.README
Link up libagentx
5 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
do not call ranlib -t anymore because it does nothing except wasting time;
4 years 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
add llvm-ar(1) to the build with its two dependencies libLLVMDlltoolDriver and libLLVMLibDriver;
4 years 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
Enable libexecinfo.
4 years ago
bsd.regress.mk
Make include bsd.prog.mk is supporting PROGS for a while. Allow multiple programs also in bsd.regress.mk for consistency. OK anton@
4 years 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
move to 7.1-beta
4 years ago