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

@@ -41,7 +41,7 @@ ifeq ($(needlibm-y),y)
endif
$(EDITOR_DIR)$(EDITOR_AR): $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
$(AR) -ro $@ $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
$(AR) $(ARFLAGS) $@ $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
$(EDITOR_DIR)%.o: $(srcdir)/%.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<