DragonFly BSD
DragonFly commits List (threaded) for 2005-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/boot/i386/loader Makefile


From: Jeroen Ruigrok/asmodai <asmodai@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 4 Jul 2005 14:39:05 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]