[Bf-blender-cvs] CVS commit: blender/source nan_subdirs.mk

Chris Want cwant at ualberta.ca
Sun Dec 7 20:03:43 CET 2003


hos (Chris Want) 2003/12/07 20:03:43 CET

  Modified files:
    blender/source       nan_subdirs.mk 
  
  Log:
  Introducing the 'quicky' make.
  
  Sick of waiting for make to traverse all of those directories
  when you only modified one little file? Well, enough of that nonsense!
  
  Doing "make quicky=dir" (e.g. "make quicky=source/blender/src")
  goes to that directory, compiles the stuff in there (and the
  subdirectories), then instantly links blender afterwards.
  Also has support for more than one directory using quotes, e.g.,
  
  1 dir:   make quicky=source/blender/src
  2 dirs:  make quicky="source/blender/src source/blender/blenkernel"
  
  Revision  Changes    Path
  1.3       +10 -1     blender/source/nan_subdirs.mk



More information about the Bf-blender-cvs mailing list