Remove eglib from debian/rules
It was moved into Mono with 9be68f8952
(cherry picked from commit 7283187ac571e161052db2582d34654e7fa2a40e)
Former-commit-id: c845674645441855b6cb7a92477ddcbb5c6791cf
This commit is contained in:
parent
14a5ac166c
commit
651b78fa88
2
debian/rules
vendored
2
debian/rules
vendored
@ -96,7 +96,6 @@ export MAKEFLAGS=$(MAKE_FLAGS)
|
||||
|
||||
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
||||
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
||||
EGLIB_MAKE_FLAGS += -j$(NUMJOBS)
|
||||
LIBGC_MAKE_FLAGS += -j$(NUMJOBS)
|
||||
MONO_MAKE_FLAGS += -j$(NUMJOBS)
|
||||
endif
|
||||
@ -115,7 +114,6 @@ configure-stamp: autoreconf-stamp
|
||||
build-arch build: build-stamp
|
||||
build-stamp: configure-stamp
|
||||
dh_testdir
|
||||
cd eglib && $(MAKE) $(EGLIB_MAKE_FLAGS)
|
||||
ifndef SKIP_LIBGC
|
||||
cd libgc && $(MAKE) $(LIBGC_MAKE_FLAGS)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user