VirtualBox

Changeset 2120 in kBuild for trunk


Ignore:
Timestamp:
Dec 25, 2008 1:58:59 PM (16 years ago)
Author:
bird
Message:

bootstrap.gmk: Use /usr/bin/bash on Solaris because src/ash is using bourne shell extensions incompatible with /bin/sh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootstrap.gmk

    r2112 r2120  
    190190
    191191$(OUTDIR)/kmk/kmk_ash:
     192ifeq ($(KBUILD_TARGET),solaris)
     193        ln -s /usr/bin/bash $@
     194else
    192195        ln -s /bin/sh $@
     196endif
    193197
    194198$(OUTDIR)/kmk/kmk_echo:
Note: See TracChangeset for help on using the changeset viewer.

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