From b1607e25520718b50fcc608fa1fee42b2bf981e1 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 28 Nov 2006 18:07:23 +0000 Subject: [PATCH] Skip *-abi script. --- CLFS3/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLFS3/master.sh b/CLFS3/master.sh index fa29c1b..d195c7e 100644 --- a/CLFS3/master.sh +++ b/CLFS3/master.sh @@ -144,7 +144,7 @@ cross_tools_Makefiles() { # # had older versions. The packages would be installed in the target directory # and not the host. case $this_script in - *cflags* | *variables* ) # work done in host_prep_Makefiles + *cflags* | *variables* | *abi ) # work done in host_prep_Makefiles continue ;; *) ;; esac