git: nrelease - Fix ordering dependency during parallel buildkernel

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Mar 22 22:10:31 PDT 2010


commit ac50fd72eb2f57e10078aa8b2c177a2b0c29e774
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Mar 22 22:07:45 2010 -0700

    nrelease - Fix ordering dependency during parallel buildkernel
    
    * Make sure aicasm_gram.h is generated before the aicasm_scan.l
      dependency.  aicasm_scan.c is generated from aicasm_scan.l and
      depends on aicasm_gram.h.
    
      Not quite sure if this ORDER directive is correct.

Summary of changes:
 sys/dev/disk/aic7xxx/aicasm/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ac50fd72eb2f57e10078aa8b2c177a2b0c29e774


-- 
DragonFly BSD source repository





More information about the Commits mailing list