Commit 58a3a26b by Ian Lance Taylor

libgo: correct golang_org Makefile variables not used on all systems

    
    Patch by Rainer Orth.
    
    Reviewed-on: https://go-review.googlesource.com/35238

From-SVN: r244483
parent be65f7a6
ea73a80a6047f477d92fccc7de143a3ee1021c65 a28b04adaeff8de61c336374db66b24ed96c30f0
The first line of this file holds the git revision number of the last The first line of this file holds the git revision number of the last
merge done from the gofrontend repository. merge done from the gofrontend repository.
...@@ -1132,7 +1132,7 @@ if LIBGO_IS_BSD ...@@ -1132,7 +1132,7 @@ if LIBGO_IS_BSD
$(eval $(call PACKAGE_template,golang_org/x/net/route)) $(eval $(call PACKAGE_template,golang_org/x/net/route))
golang_org_x_net_route_lo = \ golang_org_x_net_route_lo = \
golang_org/x/net/route/route.lo golang_org/x/net/route.lo
golang_org_x_net_route_check = \ golang_org_x_net_route_check = \
golang_org/x/net/route/check golang_org/x/net/route/check
...@@ -1145,7 +1145,7 @@ if LIBGO_IS_SOLARIS ...@@ -1145,7 +1145,7 @@ if LIBGO_IS_SOLARIS
$(eval $(call PACKAGE_template,golang_org/x/net/lif)) $(eval $(call PACKAGE_template,golang_org/x/net/lif))
golang_org_x_net_lif_lo = \ golang_org_x_net_lif_lo = \
golang_org/x/net/lif/lif.lo golang_org/x/net/lif.lo
golang_org_x_net_lif_check = \ golang_org_x_net_lif_check = \
golang_org/x/net/lif/check golang_org/x/net/lif/check
......
...@@ -1172,13 +1172,13 @@ extra_go_files_runtime_internal_sys = version.go ...@@ -1172,13 +1172,13 @@ extra_go_files_runtime_internal_sys = version.go
@HAVE_STAT_TIMESPEC_TRUE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os = --tag=solaristag @HAVE_STAT_TIMESPEC_TRUE@@LIBGO_IS_SOLARIS_TRUE@matchargs_os = --tag=solaristag
@LIBGO_IS_SOLARIS_FALSE@matchargs_os = @LIBGO_IS_SOLARIS_FALSE@matchargs_os =
@LIBGO_IS_BSD_TRUE@golang_org_x_net_route_lo = \ @LIBGO_IS_BSD_TRUE@golang_org_x_net_route_lo = \
@LIBGO_IS_BSD_TRUE@ golang_org/x/net/route/route.lo @LIBGO_IS_BSD_TRUE@ golang_org/x/net/route.lo
@LIBGO_IS_BSD_TRUE@golang_org_x_net_route_check = \ @LIBGO_IS_BSD_TRUE@golang_org_x_net_route_check = \
@LIBGO_IS_BSD_TRUE@ golang_org/x/net/route/check @LIBGO_IS_BSD_TRUE@ golang_org/x/net/route/check
@LIBGO_IS_SOLARIS_TRUE@golang_org_x_net_lif_lo = \ @LIBGO_IS_SOLARIS_TRUE@golang_org_x_net_lif_lo = \
@LIBGO_IS_SOLARIS_TRUE@ golang_org/x/net/lif/lif.lo @LIBGO_IS_SOLARIS_TRUE@ golang_org/x/net/lif.lo
@LIBGO_IS_SOLARIS_TRUE@golang_org_x_net_lif_check = \ @LIBGO_IS_SOLARIS_TRUE@golang_org_x_net_lif_check = \
@LIBGO_IS_SOLARIS_TRUE@ golang_org/x/net/lif/check @LIBGO_IS_SOLARIS_TRUE@ golang_org/x/net/lif/check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment