⛏️ index : buildtools.git

author Augustin Cavalier <waddlesplash@gmail.com> 2018-11-21 18:35:02.0 -05:00:00
committer Augustin Cavalier <waddlesplash@gmail.com> 2018-11-21 18:35:02.0 -05:00:00
commit
35013601f460930d951310ec9a63b874086d2ba9 [patch]
tree
53925c2a0d97444f21ce4635b40c92e72c89846b
parent
8f66ea4bf2f08f753830d6b49d479e859347d119
download
35013601f460930d951310ec9a63b874086d2ba9.tar.gz

Jambase: Remove crelib.

Not needed anymore as I've just removed the platforms that used it.

Diff

 jam/Jambase | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/jam/Jambase b/jam/Jambase
index 4517d3b..5883b47 100644
--- a/jam/Jambase
+++ a/jam/Jambase
@@ -325,7 +325,6 @@
CC		?= cc ;
CCFLAGS		?= ;
CP		?= cp -f ;
CRELIB		?= ;
DOT		?= . ;
DOTDOT		?= .. ;
EXEMODE		?= 711 ;
@@ -643,8 +642,6 @@
	}

	LocalClean clean : $(_l) ;

	if $(CRELIB) { CreLib $(_l) : $(_s[1]) ; }

	Archive $(_l) : $(_s) ;