VirtualBox

Changeset 868 in kBuild for trunk


Ignore:
Timestamp:
Apr 1, 2007 3:16:04 AM (18 years ago)
Author:
bird
Message:

Added YACC variable to allow overloading yacc location.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/Makefile.kmk

    r809 r868  
    129129#
    130130BOOTSTRAP_SHELL ?= $(SHELL)
     131YACC ?= yacc
    131132
    132133$(PATH_TARGET)/arith.h $(PATH_TARGET)/arith.c: arith.y | $(call DIRDEP,$(PATH_TARGET))
    133         yacc -ld $^
     134        $(YACC) -ld $^
    134135        $(MV) -f y.tab.c $(PATH_TARGET)/arith.c
    135136        $(MV) -f y.tab.h $(PATH_TARGET)/arith.h
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette