Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:smarty12:java
java-1_8_0-openjdk
make-jobserver-detection.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File make-jobserver-detection.patch of Package java-1_8_0-openjdk
Index: openjdk/make/MakeHelpers.gmk =================================================================== --- openjdk/make/MakeHelpers.gmk.orig +++ openjdk/make/MakeHelpers.gmk @@ -145,7 +145,7 @@ endef # Hook to be called as the very first thing when running a normal build define AtMakeStart - $(if $(findstring --jobserver,$(MAKEFLAGS)),$(error make -j is not supported, use make JOBS=n)) + $(if $(findstring jobserver,$(.FEATURES)),,$(error make -j is not supported, use make JOBS=n)) $(call CheckEnvironment) @$(PRINTF) $(LOG_INFO) "Running make as '$(MAKE) $(MFLAGS) $(MAKE_ARGS)'\n" @$(PRINTF) "Building $(PRODUCT_NAME) for target '$(call GetRealTarget)' in configuration '$(CONF_NAME)'\n\n"
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