Module Name: src Committed By: apb Date: Sun Nov 4 11:02:12 UTC 2012
Modified Files: src: Makefile Log Message: Create a "params" file in the top-level .OBJDIR during "make build". This file will contain the values of all variables that can affect the build process. Take care not to update the file's timestamp if the contents do not change. ${_SRC_TOP_OBJ}/params is referenced by ${_NETBSD_VERSION_DEPENDS} in bsd.own.mk. Rename the old "params" target to "show-params". This simply prints the values of the variables that can affect the build. To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.