Toolchain upgrade and portability improvements.
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
This commit is contained in:
@@ -28,11 +28,12 @@ touch-genfiles:
|
||||
${_MKTARGET_CREATE}
|
||||
${OBJCOPY} -Ibinary -B${MACHINE_ARCH} -O${MACHINE_GNU_PLATFORM} $< $@
|
||||
|
||||
CLEANFILES+= ../ramdisk/image
|
||||
../ramdisk/image: .PHONY
|
||||
${MAKE} -C ${RAMDISK_PATH} image
|
||||
|
||||
imgrd.mfs: ../ramdisk/image
|
||||
ln -fs ../ramdisk/image $@
|
||||
CLEANFILES+= imgrd.mfs
|
||||
imgrd.mfs: ../ramdisk/image
|
||||
${HOST_LN} -fs ../ramdisk/image $@
|
||||
|
||||
.include <minix.bootprog.mk>
|
||||
|
||||
Reference in New Issue
Block a user