From c9907bfac3e284b5dc7f34fae57da80516fca47e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 20 Oct 2003 18:23:28 +0000 Subject: Patch from Peter S. Mazinger: patch to allow building uClibc with busybox's chmod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8dcd591a3..38f59200a 100644 --- a/Makefile +++ b/Makefile @@ -243,7 +243,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 -f 755 $$i; chmod -f 644 $$i/*.h; \ + chmod 755 $$i; chmod 644 $$i/*.h; \ 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) -- cgit v1.2.3