summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-04 05:49:28 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-04 05:49:28 +0000
commit3a546d13280ae294def9426800813ffd952d6a21 (patch)
tree63a33aa023f5b34874dc8593341dbd11f7c8dd39
parentcd6759b35c690fd46158afc7b88c4384ca358862 (diff)
Minor makefile tweaks
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3df2e9146..32871786c 100644
--- a/Makefile
+++ b/Makefile
@@ -244,7 +244,7 @@ ifneq ($(strip $(UCLIBC_HAS_GNU_GETOPT)),y)
$(RM) $(PREFIX)$(DEVEL_PREFIX)/include/getopt.h
endif
-@for i in `find $(PREFIX)$(DEVEL_PREFIX) -type d` ; do \
- chmod 755 $$i; chmod 644 $$i/*.h; \
+ chmod 755 $$i; chmod 644 $$i/*.h > /dev/null 2>&1; \
done;
-find $(PREFIX)$(DEVEL_PREFIX) -name CVS | xargs $(RM) -r;
-chown -R `id | sed 's/^uid=\([0-9]*\).*gid=\([0-9]*\).*$$/\1.\2/'` $(PREFIX)$(DEVEL_PREFIX)
@@ -275,6 +275,8 @@ ifeq ($(strip $(HAVE_SHARED)),y)
fi;
endif
+# Using the wrapper toolchain is depricated. You should
+# really use a _real_ toolchain instead....
install_toolchain: install_utils
$(INSTALL) -d $(PREFIX)$(DEVEL_TOOL_PREFIX)/bin
$(INSTALL) -d $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin