-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
Currently, the target command always launches the target from the local/gbuild directory. This makes it difficult to switch between NC and EC builds easily when working in parallel with both types of targets.
To simplify this, I have been using the following setup for my local development, and it may be worth adding to the repository as a standard:
- The
targetcomamand by default launches the target fromlocal/gbuild.ec. When calling it withtarget -n, it launches fromlocal/gbuildinstead.- I chose this because it mirrors the
-nswitch inpmaketo build an NC version of a Geode - Also, having EC as the default may be even more useful for Watcom because the NC build currently has no useful local symbols.
- I chose this because it mirrors the
- The
buildbbx.plscript is changed so that it suggeststaget/gbuild.ecas the default target directory when building an EC version, andtarget/gbuildfor an NC version
This would push people towards a standard naming convention for NC/EC target locations, and make launching one or the other easier.
If acceptable, the main question might be whether this change breaks anything in the nightly build system.
Metadata
Metadata
Assignees
Labels
No labels