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

cvs commit: src/sys/dev/acpica5 Makefile


From: YONETANI Tomokazu <y0netan1@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 19 Jan 2007 11:18:09 -0800 (PST)

y0netan1    2007/01/19 11:18:09 PST

DragonFly src repository

  Modified files:
    sys/dev/acpica5      Makefile 
  Log:
  Rework the make rule for patched *.c files.
  Previously ${SRCS} contained the file name with and without
  the directory part(hardware/hwsleep.c vs hwsleep.c), and
  the object files from the latter are trimmed off of ${OBJS}.
  This resulted in compiling both patched and unpatched version
  and the object files get created under ${.OBJDIR}.
  Also make a patched *.c file depend on the patch, so as the
  *.c file is re-generated when the patch is updated.
  
  Revision  Changes    Path
  1.18      +8 -4      src/sys/dev/acpica5/Makefile


http://www.dragonflybsd.org/cvsweb/src/sys/dev/acpica5/Makefile.diff?r1=1.17&r2=1.18&f=u



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