From 158604494b15849e05c0be426a4b6c094b064e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 9 Oct 2013 08:46:51 +0200 Subject: [PATCH] libroot: Style fix --- src/system/libroot/Jamfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/system/libroot/Jamfile b/src/system/libroot/Jamfile index 8f1e74688e..487df1e0ee 100644 --- a/src/system/libroot/Jamfile +++ b/src/system/libroot/Jamfile @@ -2,7 +2,8 @@ SubDir HAIKU_TOP src system libroot ; UsePrivateHeaders libroot runtime_loader ; -rule FilterArchive { +rule FilterArchive +{ # FilterArchive : : # set the tools according to the platform @@ -20,10 +21,13 @@ rule FilterArchive { # delete the unwanted members FilterArchive1 $(1) : $(3) ; - if $(RANLIB) { Ranlib $(1) ; } + if $(RANLIB) { + Ranlib $(1) ; + } } -actions FilterArchive1 { +actions FilterArchive1 +{ $(AR) $(<) $(>) }