cvs commit: src/sys/dev/acpica5 Makefile
YONETANI Tomokazu
y0netan1 at crater.dragonflybsd.org
Fri Jan 19 11:20:26 PST 2007
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
More information about the Commits
mailing list