Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP5:Update
xen.4218
xen.build-compare.mini-os.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xen.build-compare.mini-os.patch of Package xen.4218
The result of $(wildcard *) is random. Sort input files to reduce build-compare noise. --- extras/mini-os/Makefile | 2 +- extras/mini-os/arch/x86/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: xen-4.5.0-testing/extras/mini-os/Makefile =================================================================== --- xen-4.5.0-testing.orig/extras/mini-os/Makefile +++ xen-4.5.0-testing/extras/mini-os/Makefile @@ -158,7 +158,7 @@ endif $(OBJ_DIR)/lwip.a: $(LWO) $(RM) $@ - $(AR) cqs $@ $^ + $(AR) cqs $@ $(sort $^) OBJS += $(OBJ_DIR)/lwip.a endif Index: xen-4.5.0-testing/extras/mini-os/arch/x86/Makefile =================================================================== --- xen-4.5.0-testing.orig/extras/mini-os/arch/x86/Makefile +++ xen-4.5.0-testing/extras/mini-os/arch/x86/Makefile @@ -24,7 +24,7 @@ all: $(OBJ_DIR)/$(ARCH_LIB) # $(HEAD_ARCH_OBJ) is only build here, needed on linking # in ../../Makefile. $(OBJ_DIR)/$(ARCH_LIB): $(ARCH_OBJS) $(OBJ_DIR)/$(HEAD_ARCH_OBJ) - $(AR) rv $(OBJ_DIR)/$(ARCH_LIB) $(ARCH_OBJS) + $(AR) rv $(OBJ_DIR)/$(ARCH_LIB) $(sort $(ARCH_OBJS)) clean: rm -f $(OBJ_DIR)/$(ARCH_LIB) $(ARCH_OBJS) $(OBJ_DIR)/$(HEAD_ARCH_OBJ)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor