Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-27 05:09:24 +0400
committerMike Frysinger <vapier@gentoo.org>2005-07-27 05:09:24 +0400
commit4d00896d05294a11f74fde6e7107f6cf1be4d5b7 (patch)
treef3521bd0d7b3e28d001cc6f5d2d14b943cff0020 /applets
parent6fafa5aa9f3a8efd4dd88f152ea46d4f1f69476b (diff)
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Diffstat (limited to 'applets')
-rw-r--r--applets/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/Makefile.in b/applets/Makefile.in
index e31bb6fd9..8a43c79f3 100644
--- a/applets/Makefile.in
+++ b/applets/Makefile.in
@@ -29,7 +29,7 @@ APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC))
libraries-y+=$(APPLETS_DIR)$(APPLETS_AR)
$(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ)
- $(AR) -ro $@ $(APPLET_OBJ)
+ $(AR) $(ARFLAGS) $@ $(APPLET_OBJ)
$(APPLET_OBJ): $(top_builddir)/.config
$(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c