Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-11] src/distrib/common/bootimage
Module Name: src
Committed By: martin
Date: Sun Jan 25 16:21:33 UTC 2026
Modified Files:
src/distrib/common/bootimage [netbsd-11]: Makefile.bootimage
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #163):
distrib/common/bootimage/Makefile.bootimage: revision 1.48
distrib/common/bootimage/Makefile.bootimage: revision 1.49
bootimage: fix a build error of zaurus live-image on parallel build
Add an explicit dependency of ${FATFILES} on ${TARGETFS} since
necessary files are assumed to be extracted during ${TARGETFS} image
build (not sure how it worked before).
bootimage: make ${FATFILES} dependency more explicit for readability
Only add the FATFILES -> TARGETFS dependency in Makefile.bootimage
when FATFILES is defined in MD Makefiles.
This makes the optional nature of FATFILES clearer for MD ports and
avoids relying on empty-target handling as an implicit make(1) behavior.
To generate a diff of this commit:
cvs rdiff -u -r1.46.2.1 -r1.46.2.2 \
src/distrib/common/bootimage/Makefile.bootimage
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index