[Buildroot] svn commit: trunk/buildroot/package/microperl

Peter Korsgaard jacmet at uclibc.org
Sun Jan 25 14:21:22 UTC 2009


>>>>> "ulf" == ulf  <ulf at uclibc.org> writes:

 ulf> Author: ulf
 ulf> Date: 2009-01-25 08:14:37 +0000 (Sun, 25 Jan 2009)
 ulf> New Revision: 25011

 ulf> Log:
 ulf> Fix make problems with perl

 ulf> +++ trunk/buildroot/package/microperl/microperl.mk	2009-01-25 08:14:37 UTC (rev 25011)
 ulf> @@ -23,18 +23,38 @@
 
 ulf>  $(MICROPERL_DIR)/.source: $(DL_DIR)/$(MICROPERL_SOURCE)
 ulf>  	$(MICROPERL_CAT) $(DL_DIR)/$(MICROPERL_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 ulf> +	(cd $(MICROPERL_DIR); chmod -R u+w *)

Why the subshell? what's wrong with chmod -R u+w $(MICROPERL_DIR)/ ?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list