Seperate Module and Topdata Pipeline
This commit is contained in:
+1
-5
@@ -30,7 +30,7 @@ type context struct {
|
||||
var commands = []command{
|
||||
{
|
||||
name: "build",
|
||||
description: "Build module and HAK outputs into build/.",
|
||||
description: "Build module and HAK outputs into build/, plus top package output when topdata is configured.",
|
||||
run: runBuild,
|
||||
},
|
||||
{
|
||||
@@ -175,10 +175,6 @@ func runBuildModule(ctx context) error {
|
||||
fmt.Fprintf(ctx.stdout, "project: %s\n", p.Config.Module.Name)
|
||||
fmt.Fprintf(ctx.stdout, "module: %s\n", result.ModulePath)
|
||||
fmt.Fprintf(ctx.stdout, "resources: %d\n", result.Resources)
|
||||
if result.TopPackageHAK != "" {
|
||||
fmt.Fprintf(ctx.stdout, "top package hak: %s\n", result.TopPackageHAK)
|
||||
fmt.Fprintf(ctx.stdout, "top package tlk: %s\n", result.TopPackageTLK)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user