diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-27 01:09:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-27 01:09:24 +0000 |
commit | 4d00896d05294a11f74fde6e7107f6cf1be4d5b7 (patch) | |
tree | f3521bd0d7b3e28d001cc6f5d2d14b943cff0020 /console-tools | |
parent | 6fafa5aa9f3a8efd4dd88f152ea46d4f1f69476b (diff) | |
download | busybox-w32-4d00896d05294a11f74fde6e7107f6cf1be4d5b7.tar.gz busybox-w32-4d00896d05294a11f74fde6e7107f6cf1be4d5b7.tar.bz2 busybox-w32-4d00896d05294a11f74fde6e7107f6cf1be4d5b7.zip |
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/Makefile.in b/console-tools/Makefile.in index b19ce5cb2..23ce37397 100644 --- a/console-tools/Makefile.in +++ b/console-tools/Makefile.in | |||
@@ -37,7 +37,7 @@ CONSOLETOOLS_DIR-$(CONFIG_SETKEYCODES) += setkeycodes.o | |||
37 | libraries-y+=$(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR) | 37 | libraries-y+=$(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR) |
38 | 38 | ||
39 | $(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR): $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS_DIR-y)) | 39 | $(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR): $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS_DIR-y)) |
40 | $(AR) -ro $@ $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS_DIR-y)) | 40 | $(AR) $(ARFLAGS) $@ $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS_DIR-y)) |
41 | 41 | ||
42 | $(CONSOLETOOLS_DIR)%.o: $(srcdir)/%.c | 42 | $(CONSOLETOOLS_DIR)%.o: $(srcdir)/%.c |
43 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< | 43 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< |