use toplevel ARFLAGS and update default ARFLAGS to be quiet

This commit is contained in:
Mike Frysinger
2005-07-27 01:09:24 +00:00
parent 6fafa5aa9f
commit 4d00896d05
24 changed files with 24 additions and 24 deletions

View File

@@ -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