Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Olaf van der Spek
mariadb-10.1
Commits
1c9d22be
Commit
1c9d22be
authored
May 01, 2017
by
Ondrej Sury
Browse files
Honor parallel settings in ninja
parent
1e26c7dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
1c9d22be
...
...
@@ -62,7 +62,7 @@ override_dh_auto_clean: generated-files
rm -f $(GENERATED_FILES)
override_dh_auto_build:
cd $(BUILDDIR) && ninja
cd $(BUILDDIR) && ninja
-j $(NUMJOBS)
override_dh_auto_configure:
mkdir -p $(BUILDDIR) && cd $(BUILDDIR) && \
...
...
@@ -96,7 +96,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
endif
override_dh_auto_install: generated-files
cd $(BUILDDIR) && DESTDIR=$(CURDIR)/debian/tmp ninja install
cd $(BUILDDIR) && DESTDIR=$(CURDIR)/debian/tmp ninja
-j $(NUMJOBS)
install
# Delete runnable files we don't want to have in the test data package.
# This avoids triggering multiple Lintian errors.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment