doc/packaging.txt
changeset 1428 94d2b78b3e05
parent 1393 300d3de848bb
child 1907 446472de62e9
equal deleted inserted replaced
1427:0b76fc564cd2 1428:94d2b78b3e05
   139 
   139 
   140     In order to create this list, build and publish your component (or at least
   140     In order to create this list, build and publish your component (or at least
   141     through the resolution stage) without a file "resolve.deps" in the component
   141     through the resolution stage) without a file "resolve.deps" in the component
   142     directory, and run "gmake sample-resolve.deps".  If the file is empty (that
   142     directory, and run "gmake sample-resolve.deps".  If the file is empty (that
   143     is, no computed dependencies were found), a warning will be emitted and the
   143     is, no computed dependencies were found), a warning will be emitted and the
   144     file will be removed, as pkgdepend currently errors out in that case.
   144     file will be removed, as pkgdepend currently errors out in that case.  If a
       
   145     component has no dependencies that pkgdepend can discover and resolve, you
       
   146     can set EXTDEPFILES = $(NULLDEPFILE) in your component Makefile to get the
       
   147     performance benefits without providing a placeholder resolve.deps yourself.
   145 
   148 
   146     To test, run "gmake clean" and re-publish.
   149     To test, run "gmake clean" and re-publish.
   147 
   150 
   148     Don't forget to "hg add resolve.deps"!
   151     Don't forget to "hg add resolve.deps"!
   149 
   152