cvs commit: src/sys/boot/i386/loader Makefile
Jeroen Ruigrok/asmodai
asmodai at crater.dragonflybsd.org
Mon Jul 4 14:40:25 PDT 2005
asmodai 2005/07/04 14:39:05 PDT
DragonFly src repository
Modified files:
sys/boot/i386/loader Makefile
Log:
Rename the variable PROG to LDR to remove a warning message about
'line 43: warning: duplicate script for target "loader" ignored"'.
The thing was that ${PROG}: was specified later on in the Makefile, which
conflicts with line 39 from bsd.prog.mk, which is:
${PROG}: ${OBJS}
thus redefining ${PROG} or rather loader.
Revision Changes Path
1.8 +8 -8 src/sys/boot/i386/loader/Makefile
http://www.dragonflybsd.org/cvsweb/src/sys/boot/i386/loader/Makefile.diff?r1=1.7&r2=1.8&f=u
More information about the Commits
mailing list