Module Name: src Committed By: rillig Date: Fri Apr 15 13:44:57 UTC 2022
Modified Files: src/usr.bin/make: Makefile.boot Log Message: make: document the available preprocessor definitions for Makefile.boot To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/make/Makefile.boot Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/Makefile.boot diff -u src/usr.bin/make/Makefile.boot:1.24 src/usr.bin/make/Makefile.boot:1.25 --- src/usr.bin/make/Makefile.boot:1.24 Sun Dec 12 11:02:23 2021 +++ src/usr.bin/make/Makefile.boot Fri Apr 15 13:44:57 2022 @@ -1,13 +1,19 @@ -# $NetBSD: Makefile.boot,v 1.24 2021/12/12 11:02:23 rillig Exp $ +# $NetBSD: Makefile.boot,v 1.25 2022/04/15 13:44:57 rillig Exp $ # # A very simple makefile... # # You only want to use this if you aren't running NetBSD. # # Modify MACHINE and MACHINE_ARCH as appropriate for your target architecture. -# See config.h and the various #ifdef directives for further configuration, in -# particular in util.c. +# Add the following definitions to EXTRA_CFLAGS as necessary: # +# -DHAVE_SETENV +# -DHAVE_SETPGID +# -DHAVE_SETRLIMIT +# -DHAVE_STRERROR +# -DHAVE_STRSEP +# -DHAVE_VSNPRINTF +# -DUSE_SELECT PROG= bmake MACHINE= i386