CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/01/01 10:17:44
Modified files:
sys/arch/hp300/dev: sti_machdep.h
sys/arch/hp300/stand: Makefile.inc
sys/arch/hp300/stand/cdboot: Makefile
sys/arch/hp300/stand/common: Makefile
sys/arch/hp300/stand/libsa: Makefile
sys/arch/hp300/stand/libz: Makefile
sys/arch/hp300/stand/mkboot: Makefile
sys/arch/hp300/stand/uboot: Makefile
Log message:
Define _STANDALONE, not STANDALONE, in the hp300 bootblocks, to follow the
common (and expected) practice. This exposes a flaw, in that mkboot, a host
tool, gets built with boot block settings (and won't compile if _STANDALONE
is defined). Fix this by using different set of CPPFLAGS for host tools and
boot blocks. While there, avoid sourcing ../Makefile.inc twice.