cvs commit: src/share/mk bsd.dep.mk bsd.lib.mk bsd.prog.mk

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Thu Mar 4 17:07:07 PST 2004


joerg       2004/03/04 17:06:50 PST

DragonFly src repository

  Modified files:
    share/mk             bsd.dep.mk bsd.lib.mk bsd.prog.mk 
  Log:
  Add patch infrastructure for contrib/ and similiar directories.
  
  This allows the inclusion of patches in SRCS in the following form:
  this,is,the,source.c.patch
  This will create ${.OBJDIR}/this/is/the/source.c by applying above patch
  to ${CONTRIBDIR}/this/is/the/source.c. The patched files are deleted on
  "make clean" and created by "make depend".
  
  Revision  Changes    Path
  1.3       +14 -1     src/share/mk/bsd.dep.mk
  1.4       +6 -1      src/share/mk/bsd.lib.mk
  1.3       +9 -2      src/share/mk/bsd.prog.mk


http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.dep.mk.diff?r1=1.2&r2=1.3&f=h
http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.lib.mk.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.prog.mk.diff?r1=1.2&r2=1.3&f=h





More information about the Commits mailing list