Skip to content
Snippets Groups Projects
Commit 1cbe4b35 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Support -j on SyncTERM

This doesn't make anything much faster since the bulk of the time
is building ctyptlib which doesn't support -j, but at least Cyan
won't complain every time he creates an ebuild anymore.
parent 64607b1e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #724 passed
SRC_ROOT := .. SRC_ROOT := ..
include ${SRC_ROOT}/build/Common.gmake include ${SRC_ROOT}/build/Common.gmake
include extdeps.mk
ifdef WITHOUT_OOII ifdef WITHOUT_OOII
CFLAGS += -DWITHOUT_OOII=1 CFLAGS += -DWITHOUT_OOII=1
......
$(MTOBJODIR)$(DIRSEP)syncterm$(OFILE): $(CRYPT_LIB)
$(MTOBJODIR)$(DIRSEP)st_crypt$(OFILE): $(CRYPT_LIB)
$(MTOBJODIR)$(DIRSEP)ssh$(OFILE): $(CRYPT_LIB)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment